diff --git a/src/views/account/information.vue b/src/views/account/information.vue
index 4902c54..4585c13 100644
--- a/src/views/account/information.vue
+++ b/src/views/account/information.vue
@@ -7,21 +7,21 @@
基础信息
-
+
@@ -152,125 +152,29 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -291,9 +195,7 @@
-
-
-
+
@@ -374,14 +276,14 @@
import CertInfo from '@/views/account/certInfo'
import PersonInfo from '@/views/account/personInfo'
import OperationInfo from '@/views/account/operationInfo'
+import LicenceInfo from '@/views/account/licenceInfo'
+import ManSystemInfo from '@/views/account/manSystemInfo'
export default {
- components: { BaseInfo, CertInfo, PersonInfo, OperationInfo },
+ components: { BaseInfo, CertInfo, PersonInfo, OperationInfo, LicenceInfo, ManSystemInfo },
data() {
return {
checked: false,
- datevalue: '',
val: '',
- options: [{ value: '境内', label: '境内' }],
companyFormInfo: {
baseInfo: {
supplierName: undefined,
@@ -453,13 +355,16 @@
// this.$refs.supplierBaseInfo.validateForm()
// this.$refs.supplierCertInfo.validateForm()
// this.$refs.supplierPersonInfo.validateForm()
- this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierLicenceInfo.validateForm()
+ this.$refs.supplierManSystemInfo.validateForm()
// console.log('baseInfo object', this.$refs.supplierBaseInfo.baseInfo)
// console.log('certInfo object', this.$refs.supplierCertInfo.certInfo)
// console.log('personInfo object', this.$refs.supplierPersonInfo.personInfo)
- console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
-
- this.$message.success(this.$refs.supplierOperationInfo.operationInfoValid + '')
+ // console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
+ // console.log(this.$refs.supplierLicenceInfo.licenceInfo)
+ console.log(this.$refs.supplierManSystemInfo.manSystemInfo)
+ this.$message.success(this.$refs.supplierManSystemInfo.manSystemInfoValid + '')
}
}
}
diff --git a/src/views/account/information.vue b/src/views/account/information.vue
index 4902c54..4585c13 100644
--- a/src/views/account/information.vue
+++ b/src/views/account/information.vue
@@ -7,21 +7,21 @@
基础信息
-
+
@@ -152,125 +152,29 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -291,9 +195,7 @@
-
-
-
+
@@ -374,14 +276,14 @@
import CertInfo from '@/views/account/certInfo'
import PersonInfo from '@/views/account/personInfo'
import OperationInfo from '@/views/account/operationInfo'
+import LicenceInfo from '@/views/account/licenceInfo'
+import ManSystemInfo from '@/views/account/manSystemInfo'
export default {
- components: { BaseInfo, CertInfo, PersonInfo, OperationInfo },
+ components: { BaseInfo, CertInfo, PersonInfo, OperationInfo, LicenceInfo, ManSystemInfo },
data() {
return {
checked: false,
- datevalue: '',
val: '',
- options: [{ value: '境内', label: '境内' }],
companyFormInfo: {
baseInfo: {
supplierName: undefined,
@@ -453,13 +355,16 @@
// this.$refs.supplierBaseInfo.validateForm()
// this.$refs.supplierCertInfo.validateForm()
// this.$refs.supplierPersonInfo.validateForm()
- this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierLicenceInfo.validateForm()
+ this.$refs.supplierManSystemInfo.validateForm()
// console.log('baseInfo object', this.$refs.supplierBaseInfo.baseInfo)
// console.log('certInfo object', this.$refs.supplierCertInfo.certInfo)
// console.log('personInfo object', this.$refs.supplierPersonInfo.personInfo)
- console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
-
- this.$message.success(this.$refs.supplierOperationInfo.operationInfoValid + '')
+ // console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
+ // console.log(this.$refs.supplierLicenceInfo.licenceInfo)
+ console.log(this.$refs.supplierManSystemInfo.manSystemInfo)
+ this.$message.success(this.$refs.supplierManSystemInfo.manSystemInfoValid + '')
}
}
}
diff --git a/src/views/account/licenceInfo.vue b/src/views/account/licenceInfo.vue
new file mode 100644
index 0000000..365558b
--- /dev/null
+++ b/src/views/account/licenceInfo.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/account/information.vue b/src/views/account/information.vue
index 4902c54..4585c13 100644
--- a/src/views/account/information.vue
+++ b/src/views/account/information.vue
@@ -7,21 +7,21 @@
基础信息
-
+
@@ -152,125 +152,29 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -291,9 +195,7 @@
-
-
-
+
@@ -374,14 +276,14 @@
import CertInfo from '@/views/account/certInfo'
import PersonInfo from '@/views/account/personInfo'
import OperationInfo from '@/views/account/operationInfo'
+import LicenceInfo from '@/views/account/licenceInfo'
+import ManSystemInfo from '@/views/account/manSystemInfo'
export default {
- components: { BaseInfo, CertInfo, PersonInfo, OperationInfo },
+ components: { BaseInfo, CertInfo, PersonInfo, OperationInfo, LicenceInfo, ManSystemInfo },
data() {
return {
checked: false,
- datevalue: '',
val: '',
- options: [{ value: '境内', label: '境内' }],
companyFormInfo: {
baseInfo: {
supplierName: undefined,
@@ -453,13 +355,16 @@
// this.$refs.supplierBaseInfo.validateForm()
// this.$refs.supplierCertInfo.validateForm()
// this.$refs.supplierPersonInfo.validateForm()
- this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierOperationInfo.validateForm()
+ // this.$refs.supplierLicenceInfo.validateForm()
+ this.$refs.supplierManSystemInfo.validateForm()
// console.log('baseInfo object', this.$refs.supplierBaseInfo.baseInfo)
// console.log('certInfo object', this.$refs.supplierCertInfo.certInfo)
// console.log('personInfo object', this.$refs.supplierPersonInfo.personInfo)
- console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
-
- this.$message.success(this.$refs.supplierOperationInfo.operationInfoValid + '')
+ // console.log('operInfo object', this.$refs.supplierOperationInfo.operationInfo)
+ // console.log(this.$refs.supplierLicenceInfo.licenceInfo)
+ console.log(this.$refs.supplierManSystemInfo.manSystemInfo)
+ this.$message.success(this.$refs.supplierManSystemInfo.manSystemInfoValid + '')
}
}
}
diff --git a/src/views/account/licenceInfo.vue b/src/views/account/licenceInfo.vue
new file mode 100644
index 0000000..365558b
--- /dev/null
+++ b/src/views/account/licenceInfo.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/account/manSystemInfo.vue b/src/views/account/manSystemInfo.vue
new file mode 100644
index 0000000..2bdf1de
--- /dev/null
+++ b/src/views/account/manSystemInfo.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+