|
@@ -628,6 +628,7 @@ import { isUndefined } from 'xe-utils/methods'
|
|
|
}
|
|
|
},
|
|
|
copySelect(e){
|
|
|
+
|
|
|
for (let i = 0; i < this.outContractNo.length; i++) {
|
|
|
if(this.outContractNo[i].contractNo==e){
|
|
|
examineList({
|
|
@@ -675,6 +676,8 @@ import { isUndefined } from 'xe-utils/methods'
|
|
|
},
|
|
|
selectpriceType(e) {
|
|
|
if (e == '随行就市') {
|
|
|
+ this.deptBudgetList.unitContractPrice=''
|
|
|
+ this.deptBudgetList.totalContractPrice=''
|
|
|
// this.deptBudgetList.deliverType = '1'
|
|
|
}
|
|
|
},
|