Browse Source

装箱单备注字段调整

jbb 2 năm trước cách đây
mục cha
commit
3803f5004a

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

@@ -491,7 +491,7 @@ export default {
               customer:  data.customer,
               containerCode: data.containerCode,
               containerNo: data.containerNumber,
-              note: data.memo,
+              note: data.u8Remarks,
               // clothesFactory: data.garmentFactory,
               exportInvoiceNo: data.exportInvoiceNo,
               bookNum: data.depositaryReceiptNo
@@ -650,7 +650,7 @@ export default {
           newObj.customer = this.clothesAdd.customer
           newObj.containerCode = this.clothesAdd.containerCode
           newObj.containerNumber = this.clothesAdd.containerNo
-          newObj.memo = this.clothesAdd.note
+          newObj.u8Remarks = this.clothesAdd.note
           // newObj.garmentFactory = this.clothesAdd.clothesFactory
           newObj.exportInvoiceNo = this.clothesAdd.exportInvoiceNo
           newObj.shippingOrderNumber = this.clothesAdd.bookNum