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