diff --git a/src/views/standardsAssociation/CertificateManagement.vue b/src/views/standardsAssociation/CertificateManagement.vue
index f219158..0620789 100644
--- a/src/views/standardsAssociation/CertificateManagement.vue
+++ b/src/views/standardsAssociation/CertificateManagement.vue
@@ -337,21 +337,6 @@ export default {
return !text ? '' : (text.length > 10 ? text.substr(0, 10) : text)
}
},
- {
- title: '备案通知书',
- align: 'center',
- dataIndex: 'noticeOfFiling',
- width: 120,
- customRender: function (text) {
- if (text === 1) {
- return '是'
- } else if (text === 0) {
- return '否'
- } else {
- return ''
- }
- }
- },
{
title: '状态',
align: 'center',
diff --git a/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue
index 7cd3e49..b6d68e3 100644
--- a/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue
+++ b/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue
@@ -312,17 +312,6 @@
-
-
-
-
-
-
-
@@ -840,7 +829,7 @@ export default {
this.calculateAllAmount()
},
/**
- * 改变证书类型 世界制造厂证书显示备案通知书
+ * 改变证书类型 世界制造厂证书
* */
changeCertificateType(val) {
this.certificateType = val
diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
index 6a7ca66..98a9731 100644
--- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
+++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue
@@ -770,13 +770,6 @@ export default {
scopedSlots: { customRender: 'code' },
align: 'center'
},
- {
- title: '备案通知书',
- dataIndex: 'recordNotice',
- width: 160,
- scopedSlots: { customRender: 'recordNotice' },
- align: 'center'
- },
{
title: '生效日期',
dataIndex: 'effectDate',
diff --git a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
index 8a0b10f..168846a 100644
--- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
+++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
@@ -227,17 +227,6 @@
-
-
-
-
-
-
-
@@ -334,17 +323,6 @@
-
-
-
-
-
-
-
@@ -477,15 +455,6 @@
-
-
-
-
-
@@ -864,15 +833,6 @@
-
-
-
-
-
@@ -1216,15 +1176,6 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -2000,15 +1941,6 @@
-
-
-
-
-
@@ -2423,15 +2355,6 @@
-
-
-
-
-
{
- this.form.setFieldsValue(pick(this.model, 'paymentRecord', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'certificateStatus', 'memberId', 'code', 'noticeOfFiling', 'chargeType', 'certificateImg'))
+ this.form.setFieldsValue(pick(this.model, 'paymentRecord', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'certificateStatus', 'memberId', 'code', 'chargeType', 'certificateImg'))
})
},
@@ -3266,7 +3189,7 @@ export default {
this.paymentMethodFlag = true
}
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.memberInfoPayment, '', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'certificateStatus', 'memberId', 'code', 'chargeType', 'submissionTime', 'paymentAmount', 'certificateType', 'headerName', 'invoiceRequirements', 'paymentMethod', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'paymentRecord', 'noticeOfFiling'))
+ this.form.setFieldsValue(pick(this.memberInfoPayment, '', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'certificateStatus', 'memberId', 'code', 'chargeType', 'submissionTime', 'paymentAmount', 'certificateType', 'headerName', 'invoiceRequirements', 'paymentMethod', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'paymentRecord'))
})
} else {
console.log(res.message)
@@ -3286,7 +3209,7 @@ export default {
this.selectType = record.certificateType
this.model = Object.assign({}, record)
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.model, 'certificateType', 'noticeOfFiling', 'id', 'auditOpinion', 'address', 'postcode', 'effectDate', 'invalidDate', 'code', 'certificateImg'))
+ this.form.setFieldsValue(pick(this.model, 'certificateType', 'id', 'auditOpinion', 'address', 'postcode', 'effectDate', 'invalidDate', 'code', 'certificateImg'))
})
},
@@ -3301,7 +3224,7 @@ export default {
this.model = Object.assign({}, record)
this.visible = true
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.model, 'paymentRecord','certificateImg','effectDate','invalidDate', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'noticeOfFiling', 'certificateStatus', 'memberId', 'code', 'chargeType'))
+ this.form.setFieldsValue(pick(this.model, 'paymentRecord','certificateImg','effectDate','invalidDate', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'certificateStatus', 'memberId', 'code', 'chargeType'))
})
// 查询证书最新的缴费信息
@@ -3378,7 +3301,7 @@ export default {
this.selectType = this.model.certificateType
this.visible = true
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.model, 'paymentRecord','certificateImg', 'noticeOfFiling', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'certificateStatus', 'memberId', 'code', 'chargeType'))
+ this.form.setFieldsValue(pick(this.model, 'paymentRecord','certificateImg', 'id', 'auditOpinion', 'address', 'postcode', 'mobile', 'liaisonMan', 'certificateValidDate', 'companyName', 'certificationDate', 'certificateType', 'applyDate', 'effectDate', 'invalidDate', 'reasonsRenewal', 'certificateStatus', 'memberId', 'code', 'chargeType'))
})
},
diff --git a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue
index 946f870..11a8d19 100644
--- a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue
+++ b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue
@@ -58,16 +58,6 @@
-
-
-
-
-
-
@@ -621,7 +611,7 @@ export default {
this.model = Object.assign({}, record)
this.visible = true
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.model, 'paymentRecord', 'id', 'certificateImg', 'address', 'postcode', 'mobile', 'liaisonMan', 'companyName', 'certificateType', 'effectDate', 'invalidDate', 'reasonsRenewal', 'noticeOfFiling', 'code',))
+ this.form.setFieldsValue(pick(this.model, 'paymentRecord', 'id', 'certificateImg', 'address', 'postcode', 'mobile', 'liaisonMan', 'companyName', 'certificateType', 'effectDate', 'invalidDate', 'reasonsRenewal', 'code',))
})
// 查询证书最新的缴费信息
// 获取驳回的缴费信息
diff --git a/src/views/standardsAssociation/model/ChargeCertificateModel.vue b/src/views/standardsAssociation/model/ChargeCertificateModel.vue
index 99b5943..33a296c 100644
--- a/src/views/standardsAssociation/model/ChargeCertificateModel.vue
+++ b/src/views/standardsAssociation/model/ChargeCertificateModel.vue
@@ -60,15 +60,6 @@
-
-
-
-
-
diff --git a/src/views/standardsAssociation/model/FreeCertificateEditModel.vue b/src/views/standardsAssociation/model/FreeCertificateEditModel.vue
index 6ff3226..39f4654 100644
--- a/src/views/standardsAssociation/model/FreeCertificateEditModel.vue
+++ b/src/views/standardsAssociation/model/FreeCertificateEditModel.vue
@@ -37,17 +37,6 @@
一次申请仅能输入一个证书代码
-
-
-
-
-
-
-
@@ -261,7 +250,7 @@ export default {
this.selectType = record.certificateType
this.visible = true
this.$nextTick(() => {
- this.form.setFieldsValue(pick(this.model, 'noticeOfFiling', 'id', 'address', 'postcode', 'certificateType', 'code'))
+ this.form.setFieldsValue(pick(this.model, 'id', 'address', 'postcode', 'certificateType', 'code'))
})
},
/*
diff --git a/src/views/standardsAssociation/model/FreeCertificateModel.vue b/src/views/standardsAssociation/model/FreeCertificateModel.vue
index 2e4ee91..f105982 100644
--- a/src/views/standardsAssociation/model/FreeCertificateModel.vue
+++ b/src/views/standardsAssociation/model/FreeCertificateModel.vue
@@ -37,17 +37,6 @@
一次申请仅能输入一个证书代码
-
-
-
-
-
-
-
diff --git a/src/views/standardsAssociation/model/FreeCertificateReplaceEditModel.vue b/src/views/standardsAssociation/model/FreeCertificateReplaceEditModel.vue
index 10d3af5..bd3a3f1 100644
--- a/src/views/standardsAssociation/model/FreeCertificateReplaceEditModel.vue
+++ b/src/views/standardsAssociation/model/FreeCertificateReplaceEditModel.vue
@@ -72,15 +72,6 @@
-
-
-
-
-
{
- this.form.setFieldsValue(pick(this.model, 'noticeOfFiling', 'certificateImg', 'id', 'auditOpinion', 'address', 'postcode', 'certificateType', 'effectDate', 'invalidDate', 'reasonsRenewal', 'code'))
+ this.form.setFieldsValue(pick(this.model, 'certificateImg', 'id', 'auditOpinion', 'address', 'postcode', 'certificateType', 'effectDate', 'invalidDate', 'reasonsRenewal', 'code'))
})
},
saveReplacementCertificate() {
diff --git a/src/views/standardsAssociation/model/ReplaceMentModel.vue b/src/views/standardsAssociation/model/ReplaceMentModel.vue
index 268a265..dffa013 100644
--- a/src/views/standardsAssociation/model/ReplaceMentModel.vue
+++ b/src/views/standardsAssociation/model/ReplaceMentModel.vue
@@ -75,15 +75,6 @@
-
-
-
-
-