|
@ -64,7 +64,7 @@ |
|
|
detailOptions: [], |
|
|
detailOptions: [], |
|
|
scanOptions: [], |
|
|
scanOptions: [], |
|
|
fromType: "", |
|
|
fromType: "", |
|
|
dataContent:{} |
|
|
dataContent: {} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -167,39 +167,38 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
setRequestParams(){ |
|
|
setRequestParams() { |
|
|
var subList = [] |
|
|
var subList = [] |
|
|
this.detailSource.subList.forEach(detail => { |
|
|
this.detailSource.subList.forEach(detail => { |
|
|
debugger |
|
|
detail.soNumber = detail.package.soNumber; |
|
|
detail.soNumber = detail.package.soNumber; |
|
|
detail.soLine = detail.package.soLine; |
|
|
detail.soLine = detail.package.soLine; |
|
|
detail.remark = "" |
|
|
detail.remark ="" |
|
|
// soNumber: 926926926, |
|
|
// soNumber: 926926926, |
|
|
// soLine: 926, |
|
|
// soLine: 926, |
|
|
// itemCode: THILDD0A691AG, |
|
|
// itemCode: THILDD0A691AG, |
|
|
// remark: , |
|
|
// remark: , |
|
|
// qty: 2, |
|
|
// qty: 2, |
|
|
// uom: EA |
|
|
// uom: EA |
|
|
subList.push(detail) |
|
|
subList.push(detail) |
|
|
|
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
this.detailSource.subList = subList |
|
|
this.detailSource.subList = subList |
|
|
this.detailSource.deliverPlanNumber = "DP20231130-0001" |
|
|
this.detailSource.deliverPlanNumber = "DP20231130-0001" |
|
|
this.detailSource.customerCode = this.detailSource.customerCode |
|
|
this.detailSource.customerCode = this.detailSource.customerCode |
|
|
this.detailSource.customerDockCode = "" |
|
|
this.detailSource.customerDockCode = "" |
|
|
this.detailSource.carrierCode = "" |
|
|
this.detailSource.carrierCode = "" |
|
|
this.detailSource.transferMode = "" |
|
|
this.detailSource.transferMode = "" |
|
|
this.detailSource.vehiclePlateNumber = "" |
|
|
this.detailSource.vehiclePlateNumber = "" |
|
|
this.detailSource.remark = "" |
|
|
this.detailSource.remark = "" |
|
|
this.detailSource.dueTime = "" |
|
|
this.detailSource.dueTime = "" |
|
|
this.detailSource.departmentCode = "研发部门" |
|
|
this.detailSource.departmentCode = "研发部门" |
|
|
this.detailSource.status = 1 |
|
|
this.detailSource.status = 1 |
|
|
this.detailSource.autoCommit = "FALSE" |
|
|
this.detailSource.autoCommit = "FALSE" |
|
|
this.detailSource.autoAgree = "FALSE" |
|
|
this.detailSource.autoAgree = "FALSE" |
|
|
this.detailSource.autoExecute = "FALSE" |
|
|
this.detailSource.autoExecute = "FALSE" |
|
|
this.detailSource.directCreateRecord = "FALSE" |
|
|
this.detailSource.directCreateRecord = "FALSE" |
|
|
|
|
|
|
|
|
return this.detailSource; |
|
|
return this.detailSource; |
|
|
}, |
|
|
}, |
|
|
showCommitSuccessMessage(hint) { |
|
|
showCommitSuccessMessage(hint) { |
|
|