#
whycq
2024-03-18 a7622e2bd9505929476d407758ced8396db6d252
#
1个文件已修改
7 ■■■■ 已修改文件
pages/pakin/pakin.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue
@@ -186,6 +186,7 @@
            // 托盘码有误重置
            barcodeFocuss() {
                let that = this;
                this.matFocus = false;
                that.barcodeFocus = false;
                setTimeout(() => {
                    that.barcode = '';
@@ -194,7 +195,7 @@
            },
            // 商品光标清空重置
            focuss() {
                this.focus = false;
                this.matFocus = false;
                setTimeout(() => {
                    this.matnr = '';
                    this.matFocus = true;
@@ -379,8 +380,10 @@
            // 确认重置
            resetConfirm() {
                this.dataList = []
                this.barcode = ''
                this.messageText = "重置完成"
                this.messageToggle('success')
                this.barcodeFocuss()
            },
            // 取消重置
            resetClose() {
@@ -427,7 +430,7 @@
    .code-decs {
        width: 20vw;
        font-size: 18px;
        font-size: 14px;
        color: #303133;
    }