diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
index 7d3d292..fb6d9a1 100644
--- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
+++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
@@ -169,7 +169,7 @@
-
+
@@ -245,7 +245,7 @@
event.target.value = event.target.value.trim()"
- v-decorator="['invoiceAddress',{ rules: validatorRules.invoiceAddress.rules, validateTrigger: 'blur', initialValue:invoiceInfoObj.invoiceAddress}]"
+ v-decorator="['invoiceAddress',{ rules: validatorRules.invoiceAddress.rules, validateTrigger: 'blur'}]"
placeholder="请输入单位地址"
:maxLength="50">
@@ -254,7 +254,7 @@
{e.target.value = e.target.value.replace(/[^0-9|-]/g,'')}"
placeholder="请输入电话号码"
@@ -268,7 +268,7 @@
event.target.value = event.target.value.trim()"
- v-decorator="['depositBank',{ rules: validatorRules.depositBank.rules, validateTrigger: 'blur',initialValue:invoiceInfoObj.depositBank}]"
+ v-decorator="['depositBank',{ rules: validatorRules.depositBank.rules, validateTrigger: 'blur'}]"
placeholder="请输入开户银行"
:maxLength="50">
@@ -278,7 +278,7 @@
{e.target.value = e.target.value.trim()}"
- v-decorator="['bankAccount',{ rules: validatorRules.bankAccount.rules, validateTrigger: 'blur',initialValue:invoiceInfoObj.bankAccount}]"
+ v-decorator="['bankAccount',{ rules: validatorRules.bankAccount.rules, validateTrigger: 'blur'}]"
placeholder="请输入银行账户"
:maxLength="50">
@@ -299,7 +299,7 @@
一个缴费单可在多个缴费处上传
-
+
@@ -1000,6 +1000,8 @@ export default {
this.paymentType = this.model.paymentType
this.paymentTime = this.model.paymentTime
this.paymentRecord = this.model.paymentRecord
+ } else {
+ this.paymentMethodFlag = false
}
// 缴费单号
// this.billNumber = this.model.billNumber
@@ -1317,6 +1319,7 @@ export default {
if ((+value) === 2) {
this.paymentMethodFlag = true
+ this.form.resetFields()
} else {
this.paymentMethodFlag = false
}