Browse Source

修改客户退货

hella_online_20240821
lijuncheng 1 month ago
parent
commit
cc3e1d8f9d
  1. 2
      src/pages/customerReturn/record/returnRecord.vue
  2. 4
      src/pages/issue/job/issueJob.vue

2
src/pages/customerReturn/record/returnRecord.vue

@ -335,7 +335,7 @@
submitItem.itemDesc1 = detail.package.itemDesc1; submitItem.itemDesc1 = detail.package.itemDesc1;
submitItem.itemDesc2 = detail.package.itemDesc2; submitItem.itemDesc2 = detail.package.itemDesc2;
submitItem.inventoryStatus = detail.InventoryStatuses; submitItem.inventoryStatus = this.toInventoryStatuses;
submitItem.toInventoryStatus = this.toInventoryStatuses; submitItem.toInventoryStatus = this.toInventoryStatuses;
submitItem.fromPackingNumber = info.packingNumber; submitItem.fromPackingNumber = info.packingNumber;

4
src/pages/issue/job/issueJob.vue

@ -539,11 +539,11 @@
value: balance.locationCode value: balance.locationCode
} }
] ]
if(productionLineCode){ if(this.productionLineCode){
filters.push({ filters.push({
column: "productionLineCode", column: "productionLineCode",
action: "==", action: "==",
value: productionLineCode value: this.productionLineCode
}) })
} }

Loading…
Cancel
Save