chen.llin
6 小时以前 2c4e1b585101fb1c92455506442bee96b1f58c20
托盘码暂存位相同阻止
3个文件已修改
18 ■■■■■ 已修改文件
pages/AGV/agv_back.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/AGV/agv_empty.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/AGV/agv_start.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/AGV/agv_back.vue
@@ -485,6 +485,12 @@
            },
            combConfirm(type) {
                if (this.isSubmitting || this.barcode === '') return;
                // 检查托盘码和暂存位编码是否相同
                if (this.barcode && this.sourceSite && this.barcode.trim() === this.sourceSite.trim()) {
                    this.messageText = "托盘码和暂存位编码不能相同"
                    this.messageToggle('error')
                    return;
                }
                this.msgType = type
                this.title = '确认呼叫'
                this.content = '确认呼叫?'
pages/AGV/agv_empty.vue
@@ -527,6 +527,12 @@
            },
            combConfirm(type) {
                if (this.isSubmitting || this.barcode === '' || this.sourceSite === '') return;
                // 检查托盘码和暂存位编码是否相同
                if (this.barcode && this.sourceSite && this.barcode.trim() === this.sourceSite.trim()) {
                    this.messageText = "托盘码和暂存位编码不能相同"
                    this.messageToggle('error')
                    return;
                }
                this.msgType = type
                this.title = '确认呼叫'
                this.content = '确认呼叫?'
pages/AGV/agv_start.vue
@@ -506,6 +506,12 @@
            },
            combConfirm(type) {
                if (this.isSubmitting || this.barcode === '' || this.sourceSite === '') return;
                // 检查托盘码和暂存位编码是否相同
                if (this.barcode && this.sourceSite && this.barcode.trim() === this.sourceSite.trim()) {
                    this.messageText = "托盘码和暂存位编码不能相同"
                    this.messageToggle('error')
                    return;
                }
                this.msgType = type
                this.title = '确认呼叫'
                this.content = '确认呼叫?'