|
@@ -1528,6 +1528,7 @@
|
|
|
allotApplyAddPOBuilders: this.tableData.map((item) => {
|
|
allotApplyAddPOBuilders: this.tableData.map((item) => {
|
|
|
return {
|
|
return {
|
|
|
quantity: item.quantity,
|
|
quantity: item.quantity,
|
|
|
|
|
+ categoryId: item.categoryId,
|
|
|
warehouseId: item.warehouseId,
|
|
warehouseId: item.warehouseId,
|
|
|
warehouseName: item.warehouseName,
|
|
warehouseName: item.warehouseName,
|
|
|
areaId: item.areaId,
|
|
areaId: item.areaId,
|
|
@@ -1783,6 +1784,7 @@
|
|
|
return {
|
|
return {
|
|
|
...item,
|
|
...item,
|
|
|
quantity: item.quantity || item.measureQuantity,
|
|
quantity: item.quantity || item.measureQuantity,
|
|
|
|
|
+ categoryId: item.categoryId,
|
|
|
warehouseId: this.params.outWarehouseId,
|
|
warehouseId: this.params.outWarehouseId,
|
|
|
warehouseName: this.params.outWarehouseName,
|
|
warehouseName: this.params.outWarehouseName,
|
|
|
areaId: this.params.outCargoAreaId,
|
|
areaId: this.params.outCargoAreaId,
|