diff --git a/src/api/check/physicalInventory.js b/src/api/check/physicalInventory.js index 2cd64ee..5b78f89 100644 --- a/src/api/check/physicalInventory.js +++ b/src/api/check/physicalInventory.js @@ -32,7 +32,10 @@ export const pushCountToWcs = data => createAPI(`/check/physicalInventory/pushCo // 继续推送盘点单到WCS(推后续10个栈板,由其他交互调用)- rqrq export const continuePushCount = data => createAPI(`/check/physicalInventory/continuePushCount`, 'post', data) -// 完成盘点单 +// 审批盘点单(盘点中 -> 已审批)- rqrq +export const approveCount = data => createAPI(`/check/physicalInventory/approveCount`, 'post', data) + +// 完成盘点单(已审批 -> 已完成) export const completeCount = data => createAPI(`/check/physicalInventory/completeCount`, 'post', data) // 取消盘点单 diff --git a/src/views/modules/check/currentPhysicalInventory.vue b/src/views/modules/check/currentPhysicalInventory.vue index 0d10715..9dfd4f8 100644 --- a/src/views/modules/check/currentPhysicalInventory.vue +++ b/src/views/modules/check/currentPhysicalInventory.vue @@ -7,11 +7,14 @@ 下 达 推 送 - 完 成 - 取 消 - - + 审 批 + + 完 成 + 取 消 + + 复 核 @@ -104,6 +107,25 @@ + + + + + + + + @@ -140,17 +162,19 @@ :label="item.columnLabel"> - - - + + + @@ -171,7 +199,7 @@
任务单
- @@ -204,7 +232,7 @@
- +
@@ -215,8 +243,8 @@ 循环复核
- - @@ -231,7 +259,7 @@ - +