From a27627b5bc9d7ba745ff80ddc48bd61765f1106f Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Wed, 20 Mar 2024 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dev/deviceUser.js | 48 ++ src/views/dev/DeptDeviceDetail.vue | 13 +- src/views/dev/devInfoEdit.vue | 60 ++- src/views/dev/invDeviceEditDialog.vue | 298 ++++++------ src/views/dev/invDeviceUserEditDialog.vue | 456 ++++++++++++++++++ src/views/dev/invTechniclDialog.vue | 45 +- src/views/dev/js/deviceChangeOrder.js | 5 +- src/views/inventory/cert/depCertAddDialog.vue | 23 +- src/views/inventory/user/depUserAddDialog.vue | 336 +++++++++++++ 9 files changed, 1099 insertions(+), 185 deletions(-) create mode 100644 src/api/dev/deviceUser.js create mode 100644 src/views/dev/invDeviceUserEditDialog.vue create mode 100644 src/views/inventory/user/depUserAddDialog.vue diff --git a/src/api/dev/deviceUser.js b/src/api/dev/deviceUser.js new file mode 100644 index 00000000..e193da30 --- /dev/null +++ b/src/api/dev/deviceUser.js @@ -0,0 +1,48 @@ +import axios from "@/utils/request"; + +export function filterDeviceUser(query) { + return axios( + { + url: "/inv/device/user/filter", + method: "get", + params: query + } + ) +} + + +export function insertCompanyUser(query) { + return axios( + { + url: "/inv/info/insertDeviceUser", + method: "post", + data: query + } + ); +} + +export function deleteDeviceUser(query) { + return axios( + { + url: "/inv/info/deleteDeviceUser", + method: "post", + data: query + } + ); +} + + +export function updateDeviceUser(query) { + return axios( + { + url: "/inv/info/updateDeviceUser", + method: "post", + data: query + } + ); +} + + + + + diff --git a/src/views/dev/DeptDeviceDetail.vue b/src/views/dev/DeptDeviceDetail.vue index 0043bade..9f24ce38 100644 --- a/src/views/dev/DeptDeviceDetail.vue +++ b/src/views/dev/DeptDeviceDetail.vue @@ -170,6 +170,7 @@ @@ -187,6 +188,10 @@ + + @@ -250,6 +255,7 @@ import DeviceModelDetail from "@/views/dev/DeviceModelDetail.vue"; import inspectSetModifyDialog from "@/views/dev/InspectSetModifyDialog.vue"; import checkResultPanel from "@/views/dev/invDeviceEditDialog.vue"; import technical from "@/views/dev/invTechniclDialog.vue"; +import invDeviceUserEditDialog from "@/views/dev/invDeviceUserEditDialog.vue"; import {getBasicUnitMaintains, getCorpList} from "@/api/basic/basicUnitMaintain"; export default { @@ -270,6 +276,7 @@ export default { filterQuery: { deptCode: this.$store.getters.locDeptCode, deviceName: null, + devCodeFk: null, code: null, ggxh: null, batchNo: null, @@ -376,6 +383,7 @@ export default { this.filterQuery = { deptCode: this.$store.getters.locDeptCode, deviceName: null, + devCodeFk: null, code: null, ggxh: null, batchNo: null, @@ -560,9 +568,12 @@ export default { deptDeviceModifyDialog, inspectSetModifyDialog, DeviceModelDetail, - deviceModifyDialog + deviceModifyDialog, + invDeviceUserEditDialog }, created() { + this.filterQuery = this.rowData + this.filterQuery.devCodeFk = this.rowData.deviceCode this.getDeptList(); this.getBasicUnitMaintainsList(); }, diff --git a/src/views/dev/devInfoEdit.vue b/src/views/dev/devInfoEdit.vue index b85dbf44..342aee82 100644 --- a/src/views/dev/devInfoEdit.vue +++ b/src/views/dev/devInfoEdit.vue @@ -95,14 +95,31 @@ - + + + + + - + + + + @@ -129,8 +146,29 @@ - - + + + + + {{ item.name }} + + + @@ -183,6 +221,10 @@ export default { editSaveDev: { type: Function, required: true + }, + maintainsList: { + type: Array, + required: true } }, name: "deptDeviceModifyDialog", @@ -209,6 +251,10 @@ export default { }; }, methods: { + supChange(val) { + this.formData.supName = this.maintainsList.find(item => item.id == val).name + this.formData.supId = val + }, deptChange() { this.formData.invCode = null; this.formData.manager = null; @@ -263,6 +309,7 @@ export default { this.rowData.measname = this.formData.measname; this.rowData.zczbhhzbapzbh = this.formData.zczbhhzbapzbh; this.rowData.supName = this.formData.supName; + this.rowData.supId = this.formData.supId; this.rowData.remark = this.formData.remark; this.editSaveDev(); } @@ -289,6 +336,7 @@ export default { }, created() { console.log(this.rowData); + console.log(this.maintainsList.length); this.formData = JSON.parse(JSON.stringify(this.rowData)); console.log(this.formData); }, diff --git a/src/views/dev/invDeviceEditDialog.vue b/src/views/dev/invDeviceEditDialog.vue index d5c359f0..bbbe45c0 100644 --- a/src/views/dev/invDeviceEditDialog.vue +++ b/src/views/dev/invDeviceEditDialog.vue @@ -3,14 +3,16 @@
+ margin-bottom: 8px;" + > 添加资质证书
+ highlight-current-row + > @@ -52,7 +54,8 @@ + :url-list="imgList" + /> diff --git a/src/views/dev/invTechniclDialog.vue b/src/views/dev/invTechniclDialog.vue index eee4117d..53818437 100644 --- a/src/views/dev/invTechniclDialog.vue +++ b/src/views/dev/invTechniclDialog.vue @@ -62,7 +62,7 @@ +
+ + + + 提交 + + + + +
+ 人员类别: +
+
+ + + + + {{ item.label }} + + + + + + +
+ 人员名称: +
+
+ + + + + +
+ + + +
+ 联系电话: +
+
+ + + + + + + +
+ 其他联系方式: +
+
+ + + + + +
+ + +
+ 备注: +
+
+ + + + + + +
+ +
+
+ +
+ + + + + + +