From 34dfe8bbf9c1d33e511244af259683275e8b057f Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sat, 9 Nov 2024 15:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E8=B4=A7=E6=A7=BD=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BC=98=E5=8C=961.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/workPlace/SysWorkplaceQueue.js | 9 -- .../workplace/addWorkplaceFreightDialog.vue | 2 +- .../basic/workplace/cargowWorkplaceManage.vue | 123 +----------------- src/views/basic/workplace/selectBusType.vue | 2 +- 4 files changed, 3 insertions(+), 133 deletions(-) diff --git a/src/api/basic/workPlace/SysWorkplaceQueue.js b/src/api/basic/workPlace/SysWorkplaceQueue.js index e28e8686..8ccfd4ee 100644 --- a/src/api/basic/workPlace/SysWorkplaceQueue.js +++ b/src/api/basic/workPlace/SysWorkplaceQueue.js @@ -27,15 +27,6 @@ export function updateQueue(query) { }); } -export function getQueueList(query) { - return axios({ - url: "/udiwms/sysWorkplaceQueue/page", - method: "get", - params: query - }); -} - - export function deleteQueue(query) { return axios({ url: "/udiwms/sysWorkplaceQueue/delete", diff --git a/src/views/basic/workplace/addWorkplaceFreightDialog.vue b/src/views/basic/workplace/addWorkplaceFreightDialog.vue index 7d3c6599..172ef68c 100644 --- a/src/views/basic/workplace/addWorkplaceFreightDialog.vue +++ b/src/views/basic/workplace/addWorkplaceFreightDialog.vue @@ -240,7 +240,7 @@ export default { if (this.rowData != null) { updateWorkplaceFreight(this.formData).then(res => { if (res.code == 20000) { - this.$message.success('更新成功') + this.$message.success('成功') this.closeDialog() } else { this.$message.error(res.message) diff --git a/src/views/basic/workplace/cargowWorkplaceManage.vue b/src/views/basic/workplace/cargowWorkplaceManage.vue index 70326a25..0bf5b251 100644 --- a/src/views/basic/workplace/cargowWorkplaceManage.vue +++ b/src/views/basic/workplace/cargowWorkplaceManage.vue @@ -258,86 +258,6 @@ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - if (res.code == 20000) { - this.queueList = res.data.list || [] - this.queueTotal = res.data.total || 0 - } - }) - }, + onCollectList() { if (this.rowData.workplaceId == null) { @@ -967,21 +879,6 @@ export default { } this.getCargowBindCollectList() }, - onQueueList() { - if (this.rowData.workplaceId == null) { - return this.$message.error('请选择上货工位') - } - this.$router.push({ - path: '' - }) - this.queueQuery = { - page: 1, - limit: 10, - key: null, - workPlaceIdFk: null - } - this.getQueueList() - }, loadCollectList() { if (this.rowData.workplaceId == null) { return this.$message.error('请选择上货工位') @@ -994,7 +891,6 @@ export default { return this.$message.error('请选择上货工位') } this.queueQuery.page = 1 - this.getQueueList() }, chooseCollect() { if (this.rowData.workplaceId == null) { @@ -1262,22 +1158,6 @@ export default { this.queueData = null this.plaidDialogVisible = true }, - removeQueue(row) { - this.$confirm('此操作将永久删除该工位分格, 是否继续?', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning' - }).then(() => { - deleteQueue(row).then(res => { - if (res.code == 20000) { - this.$message.success('删除成功') - this.getQueueList() - } else { - this.$message.error(res.message) - } - }) - }) - }, updateQueue(row) { this.queueData = row this.plaidName = 'edit' @@ -1285,7 +1165,6 @@ export default { }, closePlaidDialog() { this.plaidDialogVisible = false - this.getQueueList() }, printQueue(row) { row.labelId = 8 diff --git a/src/views/basic/workplace/selectBusType.vue b/src/views/basic/workplace/selectBusType.vue index d7cb70d3..76e92600 100644 --- a/src/views/basic/workplace/selectBusType.vue +++ b/src/views/basic/workplace/selectBusType.vue @@ -84,7 +84,7 @@ - +