+ 挂靠单位:
+ 中国汽车技术研究中心有限公司标准化研究所
+
地址:
{{ secretariatInfo.address }}
diff --git a/src/views/standardsAssociation/CertificateManagement.vue b/src/views/standardsAssociation/CertificateManagement.vue
index f52a984..5e1b171 100644
--- a/src/views/standardsAssociation/CertificateManagement.vue
+++ b/src/views/standardsAssociation/CertificateManagement.vue
@@ -149,7 +149,7 @@
待支付
已绑定
已支付
- 已缴费
+ 支付已审核
正常使用
已失效
已驳回
@@ -245,7 +245,7 @@ export default {
dataIndex: 'certificationDate'
},
{
- title: '生效时间',
+ title: '生效日期',
align: 'center',
dataIndex: 'effectDate',
customRender: function(text) {
@@ -253,7 +253,7 @@ export default {
}
},
{
- title: '失效时间',
+ title: '失效日期',
align: 'center',
dataIndex: 'invalidDate',
customRender: function(text) {
diff --git a/src/views/standardsAssociation/PaymentInfo/CertificateInfo.vue b/src/views/standardsAssociation/PaymentInfo/CertificateInfo.vue
index 83462ec..c2c2a65 100644
--- a/src/views/standardsAssociation/PaymentInfo/CertificateInfo.vue
+++ b/src/views/standardsAssociation/PaymentInfo/CertificateInfo.vue
@@ -204,6 +204,11 @@ export default {
align: 'center',
dataIndex: 'billNumber'
},
+ {
+ title: '关联证书代码',
+ align: 'center',
+ dataIndex: 'code'
+ },
{
title: '缴费类型',
align: 'center',
diff --git a/src/views/standardsAssociation/memberInfo/CertificateInfo.vue b/src/views/standardsAssociation/memberInfo/CertificateInfo.vue
index 82125e9..1ad496a 100644
--- a/src/views/standardsAssociation/memberInfo/CertificateInfo.vue
+++ b/src/views/standardsAssociation/memberInfo/CertificateInfo.vue
@@ -142,7 +142,7 @@ export default {
} else if (text === 2) {
return '已支付'
} else if (text === 3) {
- return '已缴费'
+ return '支付已审核'
} else if (text === 4) {
return '正常使用'
} else if (text === 5) {
diff --git a/src/views/standardsAssociation/memberInfo/modules/MemberInfoModal.vue b/src/views/standardsAssociation/memberInfo/modules/MemberInfoModal.vue
index ebc6603..55c7327 100644
--- a/src/views/standardsAssociation/memberInfo/modules/MemberInfoModal.vue
+++ b/src/views/standardsAssociation/memberInfo/modules/MemberInfoModal.vue
@@ -1148,7 +1148,7 @@ export default {
} else if (text === 2) {
return '已支付'
} else if (text === 3) {
- return '已缴费'
+ return '支付已审核'
} else if (text === 4) {
return '正常使用'
} else if (text === 5) {
diff --git a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
index 96e3c18..9ea8f3e 100644
--- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
+++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue
@@ -49,7 +49,7 @@
待支付
已绑定
已支付
- 已缴费
+ 支付已审核
正常使用
已失效
已驳回
@@ -496,7 +496,7 @@
-
+
+ 一次申请仅能输入一个证书代码
@@ -682,7 +683,8 @@
- 当前用户已使用免费制作证书权益。可付费制作其他证书。
+
+ *申请提示* 尊敬的会员您好!您已完成2张证书的办理业务,第3张证书起,将执行付费办理,费用标准:5000元/张。请在本页提交“新增申请”后,前往“证书缴费”办理相关费用。
申请信息
@@ -706,6 +708,7 @@
v-decorator="['code',validatorRules.clientCode]"
>
+ 一次申请仅能输入一个证书代码
@@ -1059,6 +1062,7 @@
+ 一次申请仅能输入一个证书代码
@@ -1347,6 +1351,7 @@
v-decorator="['code',validatorRules.clientCode, {initialValue: model.code}]">
+ 一次申请仅能输入一个证书代码
@@ -1368,8 +1373,9 @@
-
+
+ 一次申请仅能输入一个证书代码
@@ -1675,6 +1683,7 @@
v-decorator="['code',validatorRules.clientCode]"
>
+ 一次申请仅能输入一个证书代码
@@ -1737,6 +1746,7 @@
v-decorator="['code',validatorRules.clientCode]"
>
+ 一次申请仅能输入一个证书代码
@@ -2086,6 +2096,7 @@
+ 一次申请仅能输入一个证书代码
@@ -2366,6 +2377,7 @@
+ 一次申请仅能输入一个证书代码
@@ -2387,7 +2399,7 @@
-
+
diff --git a/src/views/user/alteration/Alteration.vue b/src/views/user/alteration/Alteration.vue
index 4cd8d33..820bd9c 100644
--- a/src/views/user/alteration/Alteration.vue
+++ b/src/views/user/alteration/Alteration.vue
@@ -195,7 +195,7 @@ export default {
if (this.$route.query.isFirstLogin === 'true') {
that.FirstPhoneLogin(that.temporaryUserInfo).then(res => {
if (res.code === 200) {
- that.FirstPhoneLogin(that.temporaryUserInfo)
+ // that.FirstPhoneLogin(that.temporaryUserInfo)
// 进入首页
this.$router.push({ path: '/' }).catch(() => {
})
@@ -420,4 +420,4 @@ export default {
background: none;
}
}
-
\ No newline at end of file
+