【bug】打包也显示凭证金额
This commit is contained in:
@@ -127,7 +127,6 @@
|
||||
<a-col :span="12">
|
||||
<a-form-item label="凭证金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input
|
||||
:disabled="checkFlag||detailFlag"
|
||||
v-decorator="['proofPaymentAmount',validatorRules.proofPaymentAmount]"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
@blur="changeAllAmount"
|
||||
@@ -154,6 +153,16 @@
|
||||
<span v-show="!checkFlag && !detailFlag" style="color: #bfbfbf">请上传pdf文件</span>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="凭证金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-input
|
||||
v-decorator="['proofPaymentAmount',validatorRules.proofPaymentAmount]"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
@blur="changeAllAmount"
|
||||
placeholder="请输入凭证金额"
|
||||
:maxLength="50"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</template>
|
||||
|
||||
</a-row>
|
||||
|
||||
Reference in New Issue
Block a user