Browse Source

装箱单成衣新增字段调整

jbb 2 years ago
parent
commit
99e32242fd
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

+ 5 - 3
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -536,7 +536,7 @@ export default {
               note: data.u8Remarks,
               // clothesFactory: data.garmentFactory,
               exportInvoiceNo: data.exportInvoiceNo,
-              bookNum: data.depositaryReceiptNo,
+              bookNum: '',
               syPreAssembledPackingListId:data.syPreAssembledPackingListId,
               elementsId:data.elementsId,
               business_Type_Value:data.business_Type_Value,
@@ -544,7 +544,8 @@ export default {
               salesDepartment:data.salesDepartment,
               ompoId:data.ompoId,
               purchase:data.purchase,
-              customerAbbreviation:data.customerAbbreviation
+              customerAbbreviation:data.customerAbbreviation,
+              depositaryReceiptNo:data.depositaryReceiptNo
             }
           this.setHeadCalField(data.syPackingListTailoringItemList)
           this.dynamicColumns(data.sizeTables)
@@ -765,7 +766,8 @@ export default {
           newObj.salesDepartment=this.clothesAdd.salesDepartment,
           newObj.ompoId=this.clothesAdd.ompoId,
           newObj.purchase=this.clothesAdd.purchase,
-          newObj.customerAbbreviation=this.clothesAdd.customerAbbreviation
+          newObj.customerAbbreviation=this.clothesAdd.customerAbbreviation,
+          newObj.depositaryReceiptNo = this.clothesAdd.depositaryReceiptNo
           var sort = 0;
           for (var i=0; i<newObj.syPackingListTailoringItemList.length;i++){
              var tableRow = newObj.syPackingListTailoringItemList[i];