From 86e5fda2ee0ae9d0e34ba9350a7d41c639d6c64e Mon Sep 17 00:00:00 2001 From: jheng <2067776502@qq.com> Date: Wed, 14 Jan 2026 19:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=8C=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/wms/palletIn.js | 19 ++ pages/work/index.vue | 4 +- pages/work/wms/emptyPalletIn.vue | 237 +++++++++++++----------- pages/work/wms/emptyPalletOut.vue | 269 +++++++++------------------- pages/work/wms/inventoryConfirm.vue | 2 +- static/json/dynamicRouter.json | 9 +- 6 files changed, 241 insertions(+), 299 deletions(-) diff --git a/api/wms/palletIn.js b/api/wms/palletIn.js index e4d80f9..f302d3b 100644 --- a/api/wms/palletIn.js +++ b/api/wms/palletIn.js @@ -3,6 +3,8 @@ import request from '@/utils/request' /** 接口 */ const Api = { emptyPalletIn: '/api/wms/pda/emptyPalletIn', + premptyPalletIn: '/api/wms/ProjectPDA/emptyPalletIn', + callEmptyOut: '/api/wms/ProjectPDA/callEmptyRackOut', } /** 空托盘组盘表单提交 */ export const emptyPalletIn = data => { @@ -11,4 +13,21 @@ export const emptyPalletIn = data => { data: data, method: 'POST' }) +} + +/** 空托盘组盘表单提交 */ +export const premptyPalletIn = data => { + return request({ + url: Api.premptyPalletIn, + data: data, + method: 'POST' + }) +} +/** 空托盘组盘表单提交 */ +export const callEmptyRackOut = data => { + return request({ + url: Api.callEmptyRackOut, + data: data, + method: 'POST' + }) } \ No newline at end of file diff --git a/pages/work/index.vue b/pages/work/index.vue index 907b74c..c916397 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -37,7 +37,7 @@ v-if="item.type=='video'"> - + 业务操作 @@ -55,7 +55,7 @@ - + {{item.title}} diff --git a/pages/work/wms/emptyPalletIn.vue b/pages/work/wms/emptyPalletIn.vue index 6088be7..596f390 100644 --- a/pages/work/wms/emptyPalletIn.vue +++ b/pages/work/wms/emptyPalletIn.vue @@ -8,26 +8,27 @@ + placeholder="请选择容器类型"> - + - + - + - - - + @@ -47,11 +48,19 @@ - \ No newline at end of file diff --git a/pages/work/wms/inventoryConfirm.vue b/pages/work/wms/inventoryConfirm.vue index d80b847..ca44131 100644 --- a/pages/work/wms/inventoryConfirm.vue +++ b/pages/work/wms/inventoryConfirm.vue @@ -333,7 +333,7 @@ this.formData.details = details inventoryConfirm(this.formData).then(response => { console.log("response",response) - this.$modal.msgSuccess("组盘成功") + this.$modal.msgSuccess("盘点确认成功") }) }) } diff --git a/static/json/dynamicRouter.json b/static/json/dynamicRouter.json index 03df895..314fb04 100644 --- a/static/json/dynamicRouter.json +++ b/static/json/dynamicRouter.json @@ -1,6 +1,6 @@ { "code": 200, - "data": [ + "data2": [ { "path": "/pages/work/wms/skuCreatePallet", "name": "skuCreatePallet", @@ -82,6 +82,13 @@ "title": "空容器入库", "color": "red", "icon": "/static/images/work/组合1758.png" + }, + { + "path": "/pages/work/wms/inventoryConfirm", + "name": "inventoryConfirm", + "title": "盘点确认", + "color": "red", + "icon": "/static/images/work/组合1758.png" } ], "msg": "成功"