【修改】支出合同不可编辑修改
This commit is contained in:
+4
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user