12
zhang
1 天以前 90e4a6dfe3511fd4d4ba6f80489f2dcf0f902d28
12
1个文件已修改
10 ■■■■ 已修改文件
pages/basics/combPro.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/combPro.vue
@@ -322,11 +322,11 @@
                    that.messageText = '托盘码必须为8位'
                    return;
                }
                if(that.couChange){
                    that.messageToggle('error')
                    that.messageText = '请先确认入库数量'
                    return;
                }
                // if(that.couChange){
                //     that.messageToggle('error')
                //     that.messageText = '请先确认入库数量'
                //     return;
                // }
                for (var i = 0; i < that.matData.length; i++){
                    if (that.matData[i].count === 0) {
                        that.messageToggle('error')