From 4a1b753506a750b12d87a9d46ef5777994d32f8a Mon Sep 17 00:00:00 2001 From: liangzhou <594755172@qq.com> Date: Tue, 3 Sep 2024 21:12:47 +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=A2=9E=E5=8A=A0=E9=9D=9E=E8=AE=A1=E5=88=92=E9=A2=86?= =?UTF-8?q?=E6=96=99=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/stock.js | 11 +- src/api/task.js | 19 ++- src/layout/clcNoPlan.vue | 333 ++++++++++++++++----------------------- 3 files changed, 163 insertions(+), 200 deletions(-) diff --git a/src/api/stock.js b/src/api/stock.js index 613e85b..6812ea4 100644 --- a/src/api/stock.js +++ b/src/api/stock.js @@ -16,7 +16,16 @@ const updateStockInfo = (params) => { }) } +const getStockNumByGoodsId = (params) => { + return request({ + url: '/stock/getStockNumByGoodsId', + method: 'post', + data: params + }) +} + export { getAllStocks, - updateStockInfo + updateStockInfo, + getStockNumByGoodsId } \ No newline at end of file diff --git a/src/api/task.js b/src/api/task.js index 3e2c394..55c41eb 100644 --- a/src/api/task.js +++ b/src/api/task.js @@ -176,6 +176,21 @@ const updatePickTasks = (params) => { }) } +const clcNoPlan = (params) => { + return request({ + url: '/task/clcNoPlan', + method: 'post', + data: params + }) +} +const clcNoPlanConfirmBack = (params) => { + return request({ + url: '/task/clcNoPlanConfirmBack', + method: 'post', + data: params + }) +} + export { sendGoodsInTask, sendGoodsOutTask, @@ -198,5 +213,7 @@ export { requestSortBox, getPickTasksByPage, deletePickTasks, - updatePickTasks + updatePickTasks, + clcNoPlan, + clcNoPlanConfirmBack } \ No newline at end of file diff --git a/src/layout/clcNoPlan.vue b/src/layout/clcNoPlan.vue index 9b64d8f..f4ea739 100644 --- a/src/layout/clcNoPlan.vue +++ b/src/layout/clcNoPlan.vue @@ -30,8 +30,8 @@ 料号
- +
@@ -40,8 +40,8 @@
- +
PC @@ -54,7 +54,7 @@
-
@@ -64,56 +64,58 @@
-
- - 工单# - -
-
- -
-
-
-
+ style="display: inline-flex; justify-content: center; width: 80px; height: 149px; margin: 5px; padding: 5px; background-color: #CCCCCC;"> 当前进度: + style="align-self: center; font-weight: bold;font-size: 25px;">领料
原因
-
- - {{ workFormEntity.finishedRows + '/' + workFormEntity.totalRows }} - -
-
- -
-
- - {{ workFormEntity.finishedCounts + '/' + workFormEntity.totalCounts }} - -
-
- - PC - +
+
+
+ + 工单# + +
+
+ +
+
+
+
+ + 小车号 + +
+
+ +
+
+
+
+ + 描述 + +
+
+ +
+
-
+
完成确认 + style="margin-left: 25px; align-self: center; font-weight: bold;font-size: 45px; writing-mode: vertical-lr;">请求确认
@@ -123,109 +125,51 @@ 领料确认 -
+
+
+ 箱号 +
+
+ +
+
料号
- +
- 计划拣选数量 + 领料数量
- +
PC
-
-
- 理论剩余数量 -
-
-
- -
-
- PC -
-
-
-
-
- 实际剩余数量 -
-
-
- -
-
- PC -
-
-
-
-
-
- 备注 -
-
- - {{ workFormEntity.remark }} - -
-
-
-
- 当前进度: -
-
- - {{ workFormEntity.finishedRows + '/' + workFormEntity.totalRows }} - -
-
- -
-
- - {{ workFormEntity.finishedCounts + '/' + workFormEntity.totalCounts }} - -
-
- - PC - -
-
+
完成确认 + style="margin-left: 25px; align-self: center; font-weight: bold;font-size: 45px; writing-mode: vertical-lr;">回库确认
@@ -238,7 +182,8 @@ @@ -421,7 +358,7 @@ export default { .title-area { display: flex; - /* min-height: 80px; */ + /* min-height: 10%; */ max-height: max-content; margin-bottom: 10px; min-width: inherit; @@ -441,7 +378,7 @@ export default { #309330 50%, #309330 100%) bottom right; background-size: 100% 50%; - height: 400px; + /* height: 400px; */ width: 250px; background-repeat: no-repeat; display: inline-flex;