【修改】支出合同不可编辑修改

This commit is contained in:
fengachen
2022-10-19 10:40:09 +08:00
parent 5aa4dffbb6
commit 98d29c8283
2 changed files with 6 additions and 6 deletions
@@ -203,10 +203,11 @@
</a-col>
<a-col :xxl="6" :xl="8" :sm="12">
<a-form-item label="已付金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
<!-- :disabled="canEdit"-->
<a-input placeholder="请输入已付金额"
v-decorator="['amountReceived',validatorRules.amountReceived]"
:maxLength='50'
:disabled="canEdit"
@blur="addZero"
@change="amountReceivedChange"></a-input>
</a-form-item>
@@ -217,7 +218,7 @@
:maxLength='50'
@blur="addZero"
v-decorator="['outstandingAmount']"
:disabled="true"></a-input>
></a-input>
</a-form-item>
</a-col>
<a-col :xxl="6" :xl="8" :sm="12">
@@ -226,7 +227,7 @@
:triggerChange="true"
placeholder="请选择赊账状态"
dictCode="revenue_contract_account_status"
:disabled="true"/>
/>
</a-form-item>
</a-col>
</a-row>