|
|
@@ -1293,13 +1293,14 @@
|
|
|
} else {
|
|
|
// 入库
|
|
|
const batchNo = await getCode('lot_number_code');
|
|
|
+ console.log(res, '入库');
|
|
|
let data = res.map((item, index) => {
|
|
|
return {
|
|
|
...item,
|
|
|
index,
|
|
|
- packingQuantity: 1,
|
|
|
- minPackingQuantity: item.measureQuantity,
|
|
|
- measureUnit: item.measuringUnit,
|
|
|
+ // packingQuantity: 1,
|
|
|
+ // minPackingQuantity: item.measureQuantity,
|
|
|
+ // measureUnit: item.measuringUnit,
|
|
|
batchNo,
|
|
|
id: '',
|
|
|
warehouseIds: [item.warehouseId],
|