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