优化盘点功能

This commit is contained in:
2026-03-11 14:59:00 +08:00
parent 0704be4c9f
commit 73bf350aa0
6 changed files with 72 additions and 29 deletions

View File

@@ -32,6 +32,8 @@ const getTotal = () => {
let obj = {
taskId: taskInfo.value.id
}
obj.sceneId = uni.getStorageSync("taskInfo").sceneId
obj.warehouseCode = uni.getStorageSync("taskInfo").warehouseCode
getTaskCount(obj).then(res => {
scanTotal.value = res.data
})