|
@@ -1079,6 +1079,7 @@
|
|
|
item.categoryId || item.instanceId || item.productId,
|
|
item.categoryId || item.instanceId || item.productId,
|
|
|
num: item.demandQuantity || item.measurementCount,
|
|
num: item.demandQuantity || item.measurementCount,
|
|
|
warehouseId: this.bizType == 11 ? item.warehouseId : '',
|
|
warehouseId: this.bizType == 11 ? item.warehouseId : '',
|
|
|
|
|
+ batchNo: item.batchNo || ''
|
|
|
};
|
|
};
|
|
|
})
|
|
})
|
|
|
};
|
|
};
|