|
@@ -199,7 +199,7 @@
|
|
|
<ws-input v-model="deptBudgetList.tips" placeholder="自动获取,不可编辑" maxlength="100" disabled
|
|
|
size="small" />
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item v-if='statusTypetext!="复检"&&serviceManagementType==1' label="扣款" span="1"
|
|
|
+ <ws-form-item v-if='statusTypetext!="复检"&&serviceManagementType==1' label="扣款(元/吨)" span="1"
|
|
|
prop="deductionAmount">
|
|
|
<ws-input @input="kkInput(deptBudgetList.deductionAmount)" v-model="deptBudgetList.deductionAmount"
|
|
|
placeholder="选填,1-10个字符" maxlength="10" size="small" />
|