diff --git a/src/views/account/bankInfo.vue b/src/views/account/bankInfo.vue new file mode 100644 index 0000000..527403d --- /dev/null +++ b/src/views/account/bankInfo.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/account/bankInfo.vue b/src/views/account/bankInfo.vue new file mode 100644 index 0000000..527403d --- /dev/null +++ b/src/views/account/bankInfo.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/account/businessInfo.vue b/src/views/account/businessInfo.vue index dd19f51..6ab9fc3 100644 --- a/src/views/account/businessInfo.vue +++ b/src/views/account/businessInfo.vue @@ -52,7 +52,7 @@
添加主营品牌
- + @@ -236,6 +236,11 @@ } this.brandRegistScanFileList = [] this.brandAuthScanFileList = [] + + this.$nextTick(() => { + // 延时到下一帧才开始,也就是页面刚刚渲染结束!! + this.$refs.dataForm.clearValidate() + }) }, saveData() { const brand = {} diff --git a/src/views/account/bankInfo.vue b/src/views/account/bankInfo.vue new file mode 100644 index 0000000..527403d --- /dev/null +++ b/src/views/account/bankInfo.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/account/businessInfo.vue b/src/views/account/businessInfo.vue index dd19f51..6ab9fc3 100644 --- a/src/views/account/businessInfo.vue +++ b/src/views/account/businessInfo.vue @@ -52,7 +52,7 @@
添加主营品牌
- + @@ -236,6 +236,11 @@ } this.brandRegistScanFileList = [] this.brandAuthScanFileList = [] + + this.$nextTick(() => { + // 延时到下一帧才开始,也就是页面刚刚渲染结束!! + this.$refs.dataForm.clearValidate() + }) }, saveData() { const brand = {} diff --git a/src/views/account/information.vue b/src/views/account/information.vue index 66e4128..4105a80 100644 --- a/src/views/account/information.vue +++ b/src/views/account/information.vue @@ -29,15 +29,6 @@ 业务信息 - - - - - - - - -
@@ -56,31 +47,35 @@
+ 银行账户信息 +
+ + + + + + + + + + + + + + + + + + +
+ +
+
管理体系认证信息
- - - - - - - - - - - - - - - - - - - - @@ -120,9 +115,10 @@ import BusinessInfo from '@/views/account/businessInfo' import OperationInfo from '@/views/account/operationInfo' import LicenceInfo from '@/views/account/licenceInfo' +import BankInfo from '@/views/account/bankInfo' import ManSystemInfo from '@/views/account/manSystemInfo' export default { - components: { BaseInfo, CertInfo, PersonInfo, BusinessInfo, OperationInfo, LicenceInfo, ManSystemInfo }, + components: { BaseInfo, CertInfo, PersonInfo, BusinessInfo, OperationInfo, LicenceInfo, BankInfo, ManSystemInfo }, data() { return { checked: false, diff --git a/src/views/account/bankInfo.vue b/src/views/account/bankInfo.vue new file mode 100644 index 0000000..527403d --- /dev/null +++ b/src/views/account/bankInfo.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/account/businessInfo.vue b/src/views/account/businessInfo.vue index dd19f51..6ab9fc3 100644 --- a/src/views/account/businessInfo.vue +++ b/src/views/account/businessInfo.vue @@ -52,7 +52,7 @@
添加主营品牌
- + @@ -236,6 +236,11 @@ } this.brandRegistScanFileList = [] this.brandAuthScanFileList = [] + + this.$nextTick(() => { + // 延时到下一帧才开始,也就是页面刚刚渲染结束!! + this.$refs.dataForm.clearValidate() + }) }, saveData() { const brand = {} diff --git a/src/views/account/information.vue b/src/views/account/information.vue index 66e4128..4105a80 100644 --- a/src/views/account/information.vue +++ b/src/views/account/information.vue @@ -29,15 +29,6 @@ 业务信息
- - - - - - - - -
@@ -56,31 +47,35 @@
+ 银行账户信息 +
+ + + + + + + + + + + + + + + + + + +
+ +
+
管理体系认证信息
- - - - - - - - - - - - - - - - - - - - @@ -120,9 +115,10 @@ import BusinessInfo from '@/views/account/businessInfo' import OperationInfo from '@/views/account/operationInfo' import LicenceInfo from '@/views/account/licenceInfo' +import BankInfo from '@/views/account/bankInfo' import ManSystemInfo from '@/views/account/manSystemInfo' export default { - components: { BaseInfo, CertInfo, PersonInfo, BusinessInfo, OperationInfo, LicenceInfo, ManSystemInfo }, + components: { BaseInfo, CertInfo, PersonInfo, BusinessInfo, OperationInfo, LicenceInfo, BankInfo, ManSystemInfo }, data() { return { checked: false, diff --git a/src/views/account/manSystemInfo.vue b/src/views/account/manSystemInfo.vue index 2bdf1de..a8a2190 100644 --- a/src/views/account/manSystemInfo.vue +++ b/src/views/account/manSystemInfo.vue @@ -1,36 +1,67 @@ -