diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 4c07761..4cc4a31 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -31,6 +31,10 @@ 在线监测 +
+ + 口门门禁管理 +
系统管理 diff --git a/src/views/corpInfo/corpinfouser/components/detail.vue b/src/views/corpInfo/corpinfouser/components/detail.vue index 2b6e345..da1ca4b 100644 --- a/src/views/corpInfo/corpinfouser/components/detail.vue +++ b/src/views/corpInfo/corpinfouser/components/detail.vue @@ -96,6 +96,9 @@ + + {{ form.vehicleMessage }} + @@ -746,7 +749,8 @@ export default { letTypeOfWorkType: 'select', USER_ID_CARD: '', PERSONNEL_TYPE: '', - userCerList: [] + userCerList: [], + vehicleMessage: '' // 车辆信息 }, uesrInfoDic: { minzuList: [], // 民族 0a0e406f27f74ee698fe9979d25f62dd @@ -1129,6 +1133,7 @@ export default { ).then((data) => { this.form = { ...this.form, ...data.pd, ...data.licenseinfor } // this.form = Object.assign(this.form, data.pd, data.licenseinfor) // copy obj + this.form.vehicleMessage = data.pd.VEHICLE_NOS this.form.userCerList = data.userCerList if (this.form.ROLE_ID != null && this.form.ROLE_ID != '') { // 将字符串转换成数组,此时是字符串数组 diff --git a/src/views/longtermvehicle/vehiclemessage/components/indexList.vue b/src/views/longtermvehicle/vehiclemessage/components/indexList.vue new file mode 100644 index 0000000..bf0c926 --- /dev/null +++ b/src/views/longtermvehicle/vehiclemessage/components/indexList.vue @@ -0,0 +1,320 @@ + + + diff --git a/src/views/longtermvehicle/vehiclemessage/components/index_view.vue b/src/views/longtermvehicle/vehiclemessage/components/index_view.vue new file mode 100644 index 0000000..3d92dd8 --- /dev/null +++ b/src/views/longtermvehicle/vehiclemessage/components/index_view.vue @@ -0,0 +1,981 @@ + + + + diff --git a/src/views/longtermvehicle/vehiclemessage/components/record.vue b/src/views/longtermvehicle/vehiclemessage/components/record.vue new file mode 100644 index 0000000..dcd76ee --- /dev/null +++ b/src/views/longtermvehicle/vehiclemessage/components/record.vue @@ -0,0 +1,205 @@ + + diff --git a/src/views/longtermvehicle/vehiclemessage/index.vue b/src/views/longtermvehicle/vehiclemessage/index.vue new file mode 100644 index 0000000..a024fc3 --- /dev/null +++ b/src/views/longtermvehicle/vehiclemessage/index.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/views/vehiclebreakrules/blacklist/components/list.vue b/src/views/vehiclebreakrules/blacklist/components/list.vue new file mode 100644 index 0000000..0e1c515 --- /dev/null +++ b/src/views/vehiclebreakrules/blacklist/components/list.vue @@ -0,0 +1,451 @@ + + + diff --git a/src/views/vehiclebreakrules/blacklist/index.vue b/src/views/vehiclebreakrules/blacklist/index.vue new file mode 100644 index 0000000..c45ea58 --- /dev/null +++ b/src/views/vehiclebreakrules/blacklist/index.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/views/vehiclebreakrules/records/components/info.vue b/src/views/vehiclebreakrules/records/components/info.vue new file mode 100644 index 0000000..8fb1946 --- /dev/null +++ b/src/views/vehiclebreakrules/records/components/info.vue @@ -0,0 +1,203 @@ + + + diff --git a/src/views/vehiclebreakrules/records/components/list.vue b/src/views/vehiclebreakrules/records/components/list.vue new file mode 100644 index 0000000..11e8dd8 --- /dev/null +++ b/src/views/vehiclebreakrules/records/components/list.vue @@ -0,0 +1,567 @@ + + + diff --git a/src/views/vehiclebreakrules/records/index.vue b/src/views/vehiclebreakrules/records/index.vue new file mode 100644 index 0000000..ef0d244 --- /dev/null +++ b/src/views/vehiclebreakrules/records/index.vue @@ -0,0 +1,35 @@ + + + + +