|
@@ -43,9 +43,9 @@
|
|
|
<el-form-item label-width='100px' v-if='deptBudgetList.purpose == "库点费用"' label="是否自动分配" span="1"
|
|
|
prop="contractNo" class="readonly">
|
|
|
<ws-select v-model="deptBudgetList.autoAssign" class="typeselect">
|
|
|
- <ws-option label="不自动分配" value="不自动分配" style="color: #8890b1" />
|
|
|
+ <ws-option label="不自动分配" value="1" style="color: #8890b1" />
|
|
|
<!-- <ws-option label="仓储费自动分配" value="仓储费自动分配" style="color: #8890b1" /> -->
|
|
|
- <ws-option label="燃料费自动分配" value="燃料费自动分配" style="color: #8890b1" />
|
|
|
+ <ws-option label="燃料费自动分配" value="5" style="color: #8890b1" />
|
|
|
</ws-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item label-width='100px' label="单价(元/吨)" span="1" prop="coalPrice"
|
|
@@ -914,7 +914,7 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (this.deptBudgetList.autoAssign != '燃料费自动分配') {//库点费用 仓储费自动分配和煤款自动分配不需要自动请款
|
|
|
+ if (this.deptBudgetList.autoAssign != '5') {//库点费用 仓储费自动分配和煤款自动分配不需要自动请款
|
|
|
if (this.deptBudgetList.expensesPurpose == 1 && this.deptBudgetList.costType == 3 && this.mode == '全部分配' || this.deptBudgetList.expensesPurpose == 3 && this.mode == '全部分配') {
|
|
|
this.deptBudgetList.amountMoney = Number(this.deptBudgetList.amountMoney).toFixed(2)
|
|
|
if (this.amount != this.deptBudgetList.amountMoney) {
|