diff --git a/src/views/standardsAssociation/CertificateManagement.vue b/src/views/standardsAssociation/CertificateManagement.vue index 449d4a8..1f5bb5a 100644 --- a/src/views/standardsAssociation/CertificateManagement.vue +++ b/src/views/standardsAssociation/CertificateManagement.vue @@ -46,6 +46,15 @@ + + + + + diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue index ed95005..57ac16c 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue @@ -50,7 +50,7 @@ - 缴费信息(缴费时长5年可绑定两张证书) + 缴费信息 @@ -934,8 +934,11 @@ export default { // 审核信息 this.checkResult = this.model.checkResult this.isCash = this.model.paymentMethod + '' + // 缴费时长 + this.initVal = record.paymentTime + '' this.$nextTick(() => { this.form.setFieldsValue(pick(this.model, 'certificateArr', 'billNumber', 'companyName', 'paymentType', 'validPeriod', 'paymentTime', 'paymentAmount', 'certificatesNum', 'submissionTime', 'checkTime', 'paymentStatus', 'paymentMethod', 'paymentRecord', 'invoiceRequirements', 'headerName', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'checkMember', 'checkMemberId', 'memberId', 'certificate', 'address', 'postcode', 'serviceCharge', 'remark')) + this.validateCompanyName() }) }, async edit(record) { @@ -986,6 +989,8 @@ export default { } // 缴费单号 // this.billNumber = this.model.billNumber + // 缴费时长 + this.initVal = record.paymentTime + '' this.$nextTick(() => { this.form.setFieldsValue(pick(this.model, 'certificateArr', 'billNumber', 'companyName', 'paymentType', 'validPeriod', 'paymentTime', 'paymentAmount', 'certificatesNum', 'submissionTime', 'checkTime', 'paymentStatus', 'paymentMethod', 'paymentRecord', 'invoiceRequirements', 'headerName', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'checkResult', 'checkMark', 'checkMember', 'checkMemberId', 'memberId', 'address', 'postcode', 'serviceCharge', 'remark')) this.validateCompanyName() diff --git a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue index b7d1063..a451871 100644 --- a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue +++ b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue @@ -222,6 +222,7 @@ dictCode="invoice_requirements" placeholder="请选择发票"/> + 本选项不提供任何形式的发票凭证