|
@@ -1436,6 +1436,10 @@
|
|
this.deptBudgetList.compId = this.compId
|
|
this.deptBudgetList.compId = this.compId
|
|
this.deptBudgetList.contractType = 1
|
|
this.deptBudgetList.contractType = 1
|
|
this.deptBudgetList.goodsType = 1
|
|
this.deptBudgetList.goodsType = 1
|
|
|
|
+ if(this.deptBudgetList.priceType == "随行就市"){
|
|
|
|
+ delete this.deptBudgetList.unitContractPrice
|
|
|
|
+ delete this.deptBudgetList.totalContractPrice
|
|
|
|
+ }
|
|
addList(this.deptBudgetList)
|
|
addList(this.deptBudgetList)
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|