|
@@ -188,13 +188,13 @@
|
|
|
</ws-select>
|
|
|
</ws-form-item>
|
|
|
<!--合同单价(元/吨)-->
|
|
|
- <ws-form-item class="readonly" label="合同单价(元/吨)" span="1" prop="unitContractPrice" v-if="deptBudgetList.priceType == '定价销售'">
|
|
|
+ <ws-form-item class="readonly" label="合同单价(元/吨)" span="1" prop="unitContractPrice" v-if="deptBudgetList.priceType == '定价采购'">
|
|
|
<ws-input @input="pricechange" v-model="deptBudgetList.unitContractPrice" placeholder="请输入合同单价"
|
|
|
maxlength="100" size="small" />
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--合同总价-->
|
|
|
- <ws-form-item label="合同总价" span="1" prop="totalContractPrice" v-if="deptBudgetList.priceType == '定价销售'">
|
|
|
+ <ws-form-item label="合同总价" span="1" prop="totalContractPrice" v-if="deptBudgetList.priceType == '定价采购'">
|
|
|
<ws-input v-model="deptBudgetList.totalContractPrice" placeholder="请输入合同总价" maxlength="100" size="small" />
|
|
|
</ws-form-item>
|
|
|
|
|
@@ -477,7 +477,7 @@
|
|
|
},
|
|
|
],
|
|
|
contractNoList: [],
|
|
|
- priceTypeList: ['定价销售', '随行就市'],
|
|
|
+ priceTypeList: ['定价采购', '随行就市'],
|
|
|
goodnameList: [],
|
|
|
value1: '袋装',
|
|
|
value2: '未回收',
|
|
@@ -1031,7 +1031,7 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (this.deptBudgetList.priceType == '定价销售') {
|
|
|
+ if (this.deptBudgetList.priceType == '定价采购') {
|
|
|
if (!this.deptBudgetList.unitContractPrice) {
|
|
|
this.$message({
|
|
|
message: '请输入合同单价!',
|