#
whycq
2024-07-04 095c3f7601f23ac6852a02f879a8afaf9dd33a0a
#
1个文件已修改
14 ■■■■ 已修改文件
pages/stock/restock.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/stock/restock.vue
@@ -4,7 +4,7 @@
            <view class="item">
                <view class="code-decs">托盘码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
                    @input="search()">
                    @input="barcodeInput()">
            </view>
            <view class="item">
                <view class="code-decs">物料码:</view>
@@ -190,7 +190,9 @@
                    
                })
            },
            barcodeInput() {
                this.focuss()
            },
            // 托盘码有误重置
            barcodeFocuss() {
                let that = this;
@@ -202,14 +204,12 @@
            },
            // 商品光标清空重置
            focuss() {
                // #ifdef APP
                let that = this;
                that.focus = false;
                that.matFocus = false;
                setTimeout(() => {
                    that.matnr = '';
                    that.focus = true;
                    that.matFocus = true;
                }, 100);
                // #endif
            },
            // 搜索物料
            findMat() {
@@ -364,7 +364,7 @@
            combConfirm(type) {
                this.msgType = type
                this.title = '警告'
                this.content = '是否确认盘点!'
                this.content = '是否确认补货!'
                this.$refs.combConfirm.open()
            },
            combClose() {