skyouc
2025-11-05 5c3f9ccc6ffd5fbb60e81f3d0118a3541f1ece15
临时盘点优化
1个文件已修改
13 ■■■■■ 已修改文件
pages/check/TempCheck.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/check/TempCheck.vue
@@ -351,14 +351,9 @@
                    return;
                }
                this.repeatClick = true
                const {
                    code,
                    data,
                    msg
                } = await request('/saveCheckDiff', {
                    container: that.barcode,
                    checkId: that.check.id,
                    checkDiffItems: that.list
                const {code, data,    msg    } = await request('/temp/check/confirm', {
                    barcode: that.barcode,
                    items: that.list
                })
                if (code === 200) {
                    uni.showToast({
@@ -369,7 +364,7 @@
                } else {
                    uni.showToast({
                        title: msg,
                        icon: "none",
                        icon: "error",
                    })
                }
                this.repeatClick = false