瀏覽代碼

fix(库存调拨): 在调拨申请中添加categoryId字段

liujt 7 月之前
父節點
當前提交
2a14e45fcb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/warehouseManagement/inventoryAllocation/add.vue

+ 2 - 0
src/views/warehouseManagement/inventoryAllocation/add.vue

@@ -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,