|
@@ -553,7 +553,7 @@ export default {
|
|
|
this.form.id = null
|
|
|
this.form.sysNo = null
|
|
|
this.form.orderItemsList.forEach((item, index) => {
|
|
|
-
|
|
|
+ item.srcOrgNo = this.form.orderNo
|
|
|
item.srcId = item.id
|
|
|
item.contractNumber = item.orgOrderNo //合同号
|
|
|
item.orgOrderNo = this.form.orgOrderNo
|
|
@@ -751,6 +751,7 @@ export default {
|
|
|
item.contractNumber = item.orgOrderNo;
|
|
|
item.contractAmount = item.amount;
|
|
|
item.actualQuantity = item.orderQuantity;
|
|
|
+ item.srcOrgNo = item.orderNo;
|
|
|
getListOrgOrderNo(item.billNo,item.contractNumber,item.priceCategory).then(res => {
|
|
|
this.creditList = res.data
|
|
|
this.storageList = this.creditList.map(item =>{
|