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 @@
-
-
+ 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 }}
-
-
-
-
+
完成确认
+ style="margin-left: 25px; align-self: center; font-weight: bold;font-size: 45px; writing-mode: vertical-lr;">请求确认
@@ -123,109 +125,51 @@
-
-
-
- 备注
-
-
-
- {{ 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;