bug修改

This commit is contained in:
zhaoxiao
2021-10-13 15:24:35 +08:00
parent 896ad36e6a
commit e274635dc5
10 changed files with 109 additions and 82 deletions
@@ -84,7 +84,7 @@
<a-row>
<a-col :xl="12" :sm="24">
<a-form-item label="应收金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-row>
<a-row :gutter="10">
<a-col :span="20">
<a-input placeholder="请输入应收金额"
v-decorator="['receivableAmount',validatorRules.receivableAmount]"
@@ -263,7 +263,7 @@ export default {
},
validatorRules: {
chargeProject: {
rules: [{ required: true, message: '请输入项目名称' }],
rules: [{ required: true, message: '请输入来款项目' }],
validateTrigger: 'blur'
},
year: {
@@ -463,7 +463,7 @@ export default {
callback()
return
}
callback('请选择企业')
callback('请选择来款企业')
},
/**
* 在新增成功后重新获取联系人列表