优化盘点功能

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

@@ -92,6 +92,7 @@ const goInventory = (item) => {
}
const goView = (item) => {
uni.setStorageSync('taskInfo', item)
uni.navigateTo({
url: '/pagesInventory/matchResult?taskId=' + item.id
})