skyouc
2025-11-05 95ea3c0f5d15db522f89914d4bb053ca6d753d87
临时盘点功能优化
2个文件已修改
19 ■■■■■ 已修改文件
pages/check/TempCheck.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/rece/other.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/check/TempCheck.vue
@@ -234,10 +234,11 @@
                    })
                    return;
                }
                this.list.push(...this.matnrList)
                this.matnrList = []
                this.isconfirm = !this.isconfirm
                this.confirmAddMatnr()
                this.matnrList = [];
            },
            remove(index) {
                this.matnrList.splice(index, 1);
            },
@@ -249,10 +250,15 @@
                    matnrs: this.matnrList
                })
                if (code === 200) {
                    that.search()
                } else {
                    uni.showToast({
                        title: msg,
                        icon: "error",
                        position: 'top'
                    })
                }
                this.isconfirm = !this.isconfirm
            },
            async addMatnr() {
                const {
pages/rece/other.vue
@@ -13,10 +13,7 @@
                <text class='cuIcon-close text-gray margin-right-xs' v-show="barcode!==''" @click="clearBarcode"></text>
                <text class='cuIcon-search text-blue' @click="search"></text>
            </view>
        </form>
        <view class="padding-lr margin-top-sm">
            <block v-for="(item, index) in list" :key="index">
                <view class="cu-list det menu sm-border margin-bottom-sm " :class="[item.barcode===barcode&&'act']"