From 0fe3d0bdaba14e7cbe285a38a8055f996401efaf Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 20 Jan 2025 18:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/operation/hand.js | 8 +- src/option/system/dictbiz.js | 162 +++++++++--------- .../businessManagement/inspection/plan.vue | 7 + .../businessManagement/inspection/repair.vue | 110 ++++++------ .../businessManagement/inspection/task.vue | 9 +- src/views/components/requestSub.vue | 44 +---- .../labManagement/inspectionManagement.vue | 74 ++------ src/views/system/dictbiz.vue | 4 +- src/views/system/user.vue | 2 +- 9 files changed, 175 insertions(+), 245 deletions(-) diff --git a/src/api/operation/hand.js b/src/api/operation/hand.js index d1771a5..6041559 100644 --- a/src/api/operation/hand.js +++ b/src/api/operation/hand.js @@ -259,7 +259,13 @@ export const getAllUser = (query) =>{ params:query }) } - +export const getAllLab = (query) =>{ + return request({ + url:"/api/blade-system/dept/assLimsTree", + method:'get', + params:query + }) +} // 客服直接关闭接口 export const serviceSubmit = (data) =>{ diff --git a/src/option/system/dictbiz.js b/src/option/system/dictbiz.js index 277f520..4bc1423 100644 --- a/src/option/system/dictbiz.js +++ b/src/option/system/dictbiz.js @@ -39,47 +39,47 @@ export const optionParent = { } ] }, - { - label: "字典排序", - prop: "sort", - type: "number", - align: "right", - width: 100, - hide: true, - rules: [ - { - required: true, - message: "请输入字典排序", - trigger: "blur" - } - ] - }, - { - label: "封存", - prop: "isSealed", - type: "switch", - align: "center", - width: 100, - dicData: [ - { - label: "否", - value: 0 - }, - { - label: "是", - value: 1 - } - ], - value: 0, - slot: true, - rules: [ - { - required: true, - message: "请选择封存", - trigger: "blur" - } - ] - }, + // { + // label: "字典排序", + // prop: "sort", + // type: "number", + // align: "right", + // width: 100, + // hide: true, + // rules: [ + // { + // required: true, + // message: "请输入字典排序", + // trigger: "blur" + // } + // ] + // }, + // { + // label: "封存", + // prop: "isSealed", + // type: "switch", + // align: "center", + // width: 100, + // dicData: [ + // { + // label: "否", + // value: 0 + // }, + // { + // label: "是", + // value: 1 + // } + // ], + // value: 0, + // slot: true, + // rules: [ + // { + // required: true, + // message: "请选择封存", + // trigger: "blur" + // } + // ] + // }, { label: "字典备注", prop: "remark", @@ -162,46 +162,46 @@ export const optionChild = { } ] }, - { - label: "字典排序", - prop: "sort", - type: "number", - align: "right", - hide: true, - rules: [ - { - required: true, - message: "请输入字典排序", - trigger: "blur" - } - ] - }, - { - label: "封存", - prop: "isSealed", - type: "switch", - align: "center", - width: 80, - dicData: [ - { - label: "否", - value: 0 - }, - { - label: "是", - value: 1 - } - ], - value: 0, - slot: true, - rules: [ - { - required: true, - message: "请选择封存", - trigger: "blur" - } - ] - }, + // { + // label: "字典排序", + // prop: "sort", + // type: "number", + // align: "right", + // hide: true, + // rules: [ + // { + // required: true, + // message: "请输入字典排序", + // trigger: "blur" + // } + // ] + // }, + // { + // label: "封存", + // prop: "isSealed", + // type: "switch", + // align: "center", + // width: 80, + // dicData: [ + // { + // label: "否", + // value: 0 + // }, + // { + // label: "是", + // value: 1 + // } + // ], + // value: 0, + // slot: true, + // rules: [ + // { + // required: true, + // message: "请选择封存", + // trigger: "blur" + // } + // ] + // }, { label: "字典备注", prop: "remark", diff --git a/src/views/businessManagement/inspection/plan.vue b/src/views/businessManagement/inspection/plan.vue index c6a7ab9..c2a0bb8 100644 --- a/src/views/businessManagement/inspection/plan.vue +++ b/src/views/businessManagement/inspection/plan.vue @@ -121,6 +121,13 @@ import { nextTick } from 'vue'; refreshBtn: false, columnBtn: false, menuWidth: 300, + searchShowBtn: false, // 栏目折叠显隐 + refreshBtn: false, // 刷新 + columnBtn: false, // 操作列显隐 + gridBtn:false, + excelBtn: false, // 导出Excel + printBtn: false, // 表格打印导出 + filterBtn: false, // 筛选 column: [ { label: "巡检单号", diff --git a/src/views/businessManagement/inspection/repair.vue b/src/views/businessManagement/inspection/repair.vue index bc609bd..6cee9b7 100644 --- a/src/views/businessManagement/inspection/repair.vue +++ b/src/views/businessManagement/inspection/repair.vue @@ -155,10 +155,21 @@ :disabled="(errorForm.repairStatus == 1 || errorForm.repairStatus == 101) && errorForm.approvePoint == '主管审核维修方案'"> - + +
-
+