From 88dd16d839198ea7e1604318f64b1b2130519b78 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Sun, 24 Dec 2023 17:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=89=8D=E7=AB=AF=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/store/warehousing.js | 6 +++--- sgzb-ui/src/views/base/comeAndGo/people.vue | 1 + .../repairTest/repair/dialogThreeForm.vue | 3 +-- sgzb-ui/src/views/repairTest/repair/index.vue | 2 +- .../views/repairTest/testExamine/index.vue | 8 ++++---- .../newBuy/newDevices/newDevicesAccept.vue | 4 ++-- .../newBuy/newDevices/newDevicesCode.vue | 6 +++--- .../newBuy/newDevices/newDevicesList.vue | 20 +++++++++---------- sgzb-ui/src/views/store/tools/keeper.vue | 3 ++- sgzb-ui/src/views/store/tools/repair.vue | 3 ++- sgzb-ui/src/views/store/tools/toolsType.vue | 5 +++-- sgzb-ui/vue.config.js | 2 +- 12 files changed, 32 insertions(+), 31 deletions(-) diff --git a/sgzb-ui/src/api/store/warehousing.js b/sgzb-ui/src/api/store/warehousing.js index f1cabc18..ef49fedb 100644 --- a/sgzb-ui/src/api/store/warehousing.js +++ b/sgzb-ui/src/api/store/warehousing.js @@ -23,7 +23,7 @@ export function getTypeList(query) { //修试后入库--列表 export function getRepairedList(data) { return request({ - url: '/sgzb-material/RepairTestInput/getRepairedList', + url: '/material/RepairTestInput/getRepairedList', method: 'get', params: data }) @@ -32,7 +32,7 @@ export function getRepairedList(data) { //修试后入库--详情 export function getRepairedDetailList(data) { return request({ - url: '/sgzb-material//RepairTestInput/getRepairedDetailList', + url: '/material//RepairTestInput/getRepairedDetailList', method: 'get', params: data }) @@ -40,7 +40,7 @@ export function getRepairedDetailList(data) { //修试后入库--审核 export function inputByType(data) { return request({ - url: '/sgzb-material/RepairTestInput/inputByType', + url: '/material/RepairTestInput/inputByType', method: 'post', data: data }) diff --git a/sgzb-ui/src/views/base/comeAndGo/people.vue b/sgzb-ui/src/views/base/comeAndGo/people.vue index def06025..e7ab182d 100644 --- a/sgzb-ui/src/views/base/comeAndGo/people.vue +++ b/sgzb-ui/src/views/base/comeAndGo/people.vue @@ -10,6 +10,7 @@ clearable size="small" prefix-icon="el-icon-search" + @input="getUserList" style="margin-bottom: 20px" /> diff --git a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue index 66c266be..4eee182e 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue @@ -286,7 +286,6 @@ export default { fileIds: this.fileIds.length > 0 ? this.fileIds : "", scrapNum: 1, } - this.fullscreenLoading = true submitRepairApplyApi(params).then(res => { if (res.code == 200) { @@ -320,7 +319,7 @@ export default { companyId: this.companyId, scrapReason: this.dynamicValidateFormTwo.scrapReason, scrapType: this.dynamicValidateFormTwo.scrapType, - fileIds: this.fileIds, + fileIds: this.fileIds.length > 0 ? this.fileIds : "", scrapNum: this.dynamicValidateFormTwo.scrapNum, } this.fullscreenLoading = true diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue index 908315ea..a368dccd 100644 --- a/sgzb-ui/src/views/repairTest/repair/index.vue +++ b/sgzb-ui/src/views/repairTest/repair/index.vue @@ -123,7 +123,7 @@ 批量审核 @@ -139,7 +138,6 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['store:labelType:export']" >导出 @@ -358,7 +356,7 @@ item.dictId) this.single = selection.length != 1 this.multiple = !selection.length + console.log(this.single) + console.log(this.multiple) }, handleSee(row, type) { this.dialogTitle = '查看' diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue index fb03ae7c..9659fa7d 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue @@ -1,10 +1,10 @@