From bd863e9989b68702051333e179976a83817dc453 Mon Sep 17 00:00:00 2001 From: liangzhou <594755172@qq.com> Date: Sun, 29 Sep 2024 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=EF=BC=9A?= =?UTF-8?q?=201.=20=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/stock.js | 11 ++++++- src/http/request.js | 2 +- src/layout/doKitting.vue | 65 ++++++++++++++++++++++++++++++++++++++-- src/layout/workFlow.vue | 24 ++++++++++++--- 4 files changed, 94 insertions(+), 8 deletions(-) diff --git a/src/api/stock.js b/src/api/stock.js index 9c30c57..2026f44 100644 --- a/src/api/stock.js +++ b/src/api/stock.js @@ -32,9 +32,18 @@ const getStockUpdateRecord = (params) => { }) } +const handleExceptionStock = (params) => { + return request({ + url: '/stock/handleExceptionStock', + method: 'post', + data: params + }) +} + export { getAllStocks, updateStockInfo, getStockNumByGoodsId, - getStockUpdateRecord + getStockUpdateRecord, + handleExceptionStock } \ No newline at end of file diff --git a/src/http/request.js b/src/http/request.js index 140e628..f931042 100644 --- a/src/http/request.js +++ b/src/http/request.js @@ -1,7 +1,7 @@ import axios from 'axios' const request = axios.create({ - baseURL: 'http://10.90.36.70:443/wmsServer/wms', + baseURL: 'http://localhost:12315/wms', timeout: 5000 }) diff --git a/src/layout/doKitting.vue b/src/layout/doKitting.vue index 8882f6a..de30c85 100644 --- a/src/layout/doKitting.vue +++ b/src/layout/doKitting.vue @@ -13,7 +13,7 @@ 工作站:
- {{ standId }} + {{ standId }}
@@ -132,6 +132,33 @@
+ +
+ + + + + + + + + + + + + + +
+ +
@@ -140,6 +167,7 @@