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 @@
最后更新时间: - {{ checkDateLine[0].stockType === 0 ? '现在' : checkDateLine[0].endTime }} + {{ checkDateLine[timeIndex].stockType === 0 ? '现在' : checkDateLine[timeIndex].endTime }}
- - - {{ computedStockType(activity.stockType) }} - - +
@@ -216,12 +219,13 @@ - +