【修改】删除备案通知书字段

This commit is contained in:
dujie
2022-12-08 17:32:18 +08:00
parent e10e21280f
commit a5fcf291a9
10 changed files with 9 additions and 178 deletions
@@ -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',
@@ -312,17 +312,6 @@
</a-form-item>
</a-col>
</a-row>
<a-row v-if="certificateType == '1' ">
<a-col :span="12">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
</a-row>
</template>
<!-- 申请证书信息end -->
@@ -840,7 +829,7 @@ export default {
this.calculateAllAmount()
},
/**
* 改变证书类型 世界制造厂证书显示备案通知书
* 改变证书类型 世界制造厂证书
* */
changeCertificateType(val) {
this.certificateType = val
@@ -770,13 +770,6 @@ export default {
scopedSlots: { customRender: 'code' },
align: 'center'
},
{
title: '备案通知书',
dataIndex: 'recordNotice',
width: 160,
scopedSlots: { customRender: 'recordNotice' },
align: 'center'
},
{
title: '生效日期',
dataIndex: 'effectDate',
@@ -227,17 +227,6 @@
</a-form-item>
</a-col>
</a-row>
<a-row v-if="selectType == '1' ">
<a-col :span="12">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
</a-row>
<a-row v-if="freeCertificate.code">
<a-col :span="12">
<a-form-item label="证书文件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -334,17 +323,6 @@
</a-form-item>
</a-col>
</a-row>
<a-row v-if="selectType == '1' ">
<a-col :span="12">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
</a-row>
<a-row v-if="model.code">
<a-col :span="12">
<a-form-item label="证书文件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -477,15 +455,6 @@
</a-col>
</a-row>
<a-row >
<a-col :span="12" v-if="selectType == '1' ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
<!-- 输入证书代码显示上传 并为必填 -->
<a-col :span="12" v-if="freeCertificate.code">
<a-form-item label="证书附件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -864,15 +833,6 @@
</a-col>
</a-row>
<a-row >
<a-col :span="12" v-if="selectType == '1' ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
<!-- 输入证书代码显示上传 并为必填 -->
<a-col :span="12" v-if="model.code">
<a-form-item label="证书附件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -1216,15 +1176,6 @@
</a-col>
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == '1'">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
<a-col :span="12">
<a-form-item
label="换证原因"
@@ -1619,16 +1570,6 @@
</a-col>
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == 1 ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
<a-col :span="12" v-if="model.code">
<a-form-item label="证书文件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -2000,15 +1941,6 @@
</a-col>
</a-row>
<a-row >
<a-col :span="12" v-if="selectType == '1' ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
<!-- 输入证书代码显示上传 并为必填 -->
<a-col :span="12" v-if="model.code">
<a-form-item label="证书附件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -2423,15 +2355,6 @@
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == '1'">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing" />
</a-form-item>
</a-col>
<a-col :span="12">
<a-form-item
label="换证原因"
@@ -3228,7 +3151,7 @@ export default {
// 在核对证书的时候,需要设置生效日期的初始值
this.checkEffectDate = record.effectDate
this.$nextTick(() => {
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'))
})
},
@@ -58,16 +58,6 @@
</a-col>
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == 1 ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
<a-col :span="12" v-if="model.code">
<a-form-item label="证书文件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -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',))
})
// 查询证书最新的缴费信息
// 获取驳回的缴费信息
@@ -60,15 +60,6 @@
</a-col>
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == '1' ">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
<!-- 输入证书代码显示上传 并为必填 -->
<a-col :span="12" v-if="vinInfoVisible">
<a-form-item label="证书文件" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -37,17 +37,6 @@
<span class="apply-code-notice">一次申请仅能输入一个证书代码</span>
</a-col>
</a-row>
<a-row v-if="selectType == '1' ">
<a-col :span="12">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
</a-row>
<a-row>
<a-col :span="12">
<a-form-item label="通讯地址" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -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'))
})
},
/*
@@ -37,17 +37,6 @@
<span class="apply-code-notice">一次申请仅能输入一个证书代码</span>
</a-col>
</a-row>
<a-row v-if="selectType == '1' ">
<a-col :span="12">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
</a-row>
<a-row>
<a-col :span="12">
<a-form-item label="通讯地址" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -72,15 +72,6 @@
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == '1'">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
<a-col :span="12">
<a-form-item
label="换证原因"
@@ -322,7 +313,7 @@ export default {
this.selectType = this.model.certificateType
this.visible = true
this.$nextTick(() => {
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() {
@@ -75,15 +75,6 @@
</a-col>
</a-row>
<a-row>
<a-col :span="12" v-if="selectType == '1'">
<a-form-item label="备案通知书" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
v-decorator="['noticeOfFiling']"
:triggerChange="true"
placeholder="请选择备案通知书"
dictCode="notice_of_filing"/>
</a-form-item>
</a-col>
<a-col :span="12">
<a-form-item
label="换证原因"