【update】-全局替换 "应收金额"改成"待确收金额"。

This commit is contained in:
fengchenchen
2023-07-20 17:10:52 +08:00
parent 92efa65839
commit dc722756f2
28 changed files with 72 additions and 72 deletions
@@ -184,10 +184,10 @@
<template v-if="chargeWayType === 1 || chargeWayType === 2">
<a-row>
<a-col :xl="12" :sm="24">
<a-form-item label="收金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-form-item label="待确收金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-row :gutter="10">
<a-col :span="20">
<a-input placeholder="请输入收金额"
<a-input placeholder="请输入待确收金额"
v-decorator="['receivableAmount',validatorRules.receivableAmount]"
:maxLength='50'
@blur="addZero"
@@ -749,7 +749,7 @@ export default {
} else {
// 清空之前选中的收费通知号
this.selectedChargeNotice = null
// 清空未税金额 收金额 税额
// 清空未税金额 待确收金额 税额
this.form.resetFields(['tax', 'noTaxAmount', 'receivableAmount'])
}
this.chargeWayType = e.target.value
@@ -840,7 +840,7 @@ export default {
}
callback('请输入合法的金额数字,最多2位小数,10位整数')
}
callback('请输入收金额')
callback('请输入待确收金额')
},
/**
* 在新增成功后重新获取联系人列表