From 0b54a7be8c7219153ed60091bb1f0f0c690c66fb Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 16 Jan 2025 17:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=80=BB=E8=A7=88=E5=AF=BC?= =?UTF-8?q?=E5=87=BA/=E6=97=B6=E9=97=B4=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/stockTask/index.js | 10 +- .../checkManage/dataScreening/girdList.vue | 116 +++++++++++++++--- .../checkManage/dataScreening/index.vue | 3 +- .../dataScreening/module/export.vue | 112 +++++++---------- .../checkManage/dataScreening/regionsList.vue | 5 +- .../checkManage/dataScreening/shelfList.vue | 11 +- 6 files changed, 166 insertions(+), 91 deletions(-) diff --git a/src/api/stockTask/index.js b/src/api/stockTask/index.js index 81d2227..5febac8 100644 --- a/src/api/stockTask/index.js +++ b/src/api/stockTask/index.js @@ -131,4 +131,12 @@ export function FetchInitErrorProbaDesc(params) { }) } -export default { add, edit, del, FetchUpdateStockTaskStatus, FetchInitSuggestTilting, FetchInitSetting, FetchEditSetting, FetchInitHomeInfo, FetchInitStockInfo, FetchInitHotBookList, FetchInitHotShelfList, FetchInitBookDetailsByGrids, FetchAITerminalStatusQuery, FetchBillByShelfIdAndGridShelf, FetchIsGoodcutByBillNoAndGridId, FetchInitErrorProbaDesc } +// 根据盘点id书架id和书架架位查询总览数据 +export function FetchShowByBillIdAndShelfIdAndGridShelf(params) { + return request({ + url: 'api/stocktask-task/showByBillIdAndShelfIdAndGridShelf' + '?' + qs.stringify(params, { indices: false }), + method: 'get' + }) +} + +export default { add, edit, del, FetchUpdateStockTaskStatus, FetchInitSuggestTilting, FetchInitSetting, FetchEditSetting, FetchInitHomeInfo, FetchInitStockInfo, FetchInitHotBookList, FetchInitHotShelfList, FetchInitBookDetailsByGrids, FetchAITerminalStatusQuery, FetchBillByShelfIdAndGridShelf, FetchIsGoodcutByBillNoAndGridId, FetchInitErrorProbaDesc, FetchShowByBillIdAndShelfIdAndGridShelf } diff --git a/src/views/visualCheck/checkManage/dataScreening/girdList.vue b/src/views/visualCheck/checkManage/dataScreening/girdList.vue index da7c158..c9c6de9 100644 --- a/src/views/visualCheck/checkManage/dataScreening/girdList.vue +++ b/src/views/visualCheck/checkManage/dataScreening/girdList.vue @@ -37,21 +37,24 @@