|
@@ -263,13 +263,13 @@ export default {
|
|
|
return {
|
|
|
// 表头
|
|
|
addPerBookColumns: [
|
|
|
- {
|
|
|
- title: '英文名称',
|
|
|
- key: 'englishName',
|
|
|
- width: 120,
|
|
|
- fixed: 'left',
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '英文名称',
|
|
|
+ // key: 'englishName',
|
|
|
+ // width: 120,
|
|
|
+ // fixed: 'left',
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '款号',
|
|
|
key: 'itemNumber',
|
|
@@ -367,7 +367,7 @@ export default {
|
|
|
// },
|
|
|
{
|
|
|
title: '预发货日期',
|
|
|
- key: 'scheduledShipDate',
|
|
|
+ key: 'preDeliveryDate',
|
|
|
width: 120,
|
|
|
|
|
|
className: 'replacecolor'
|
|
@@ -461,7 +461,7 @@ export default {
|
|
|
containerCode: '',
|
|
|
containerNumber: '',
|
|
|
unitPrice: '',
|
|
|
- scheduledShipDate: '',
|
|
|
+ preDeliveryDate: '',
|
|
|
salesman: '',
|
|
|
operatingDepartment: '',
|
|
|
purchaseAboardOrderNum: '',
|
|
@@ -530,6 +530,10 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}else{
|
|
|
+ newObj.syLetterDepositItemList.map(item =>{
|
|
|
+ item.hod = item.preDeliveryDate
|
|
|
+ delete item.preDeliveryDate
|
|
|
+ })
|
|
|
editById(newObj).then(res => {
|
|
|
that.confirmLoading = false;
|
|
|
if (res.success) {
|
|
@@ -575,12 +579,13 @@ export default {
|
|
|
var sub = {
|
|
|
id:"",
|
|
|
syLetterDepositId:"",
|
|
|
+ preDeliveryDate:data.preDeliveryDate,
|
|
|
clientAbbreviation:data.customerAbbreviation,
|
|
|
syPreAssembledPackingListId:data.id,
|
|
|
syPreAssembledPackingListItemId:data.itemId,
|
|
|
acSetNo:data.acSetNo,
|
|
|
garmentFactory:"",
|
|
|
- hod:"",
|
|
|
+ // hod:"",
|
|
|
styleNo:"",
|
|
|
poNo:data.smallPo,
|
|
|
itemCode:"",
|