#
whycq
2024-01-19 a6f0256e1a56f43a39946474865650b92453c5e0
#
1个文件已修改
25 ■■■■ 已修改文件
pages/order/orderPakin2.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin2.vue
@@ -549,18 +549,18 @@
            },
            // 提交校验
            combCheck(palletizingNo2,boxType,createTime) {
                if (palletizingNo2 === '') {
                    this.messageText = "请添加码垛位"
                    this.messageToggle('error')
                    this.checkFlag = true;
                    return
                }
                if (boxType === '') {
                    this.messageText = "请添加木箱类型"
                    this.messageToggle('error')
                    this.checkFlag = true;
                    return
                }
                // if (palletizingNo2 === '') {
                //     this.messageText = "请添加码垛位"
                //     this.messageToggle('error')
                //     this.checkFlag = true;
                //     return
                // }
                // if (boxType === '') {
                //     this.messageText = "请添加木箱类型"
                //     this.messageToggle('error')
                //     this.checkFlag = true;
                //     return
                // }
                if (this.dataList.length === 0) {
                    this.messageText = "请添加退库商品"
                    this.messageToggle('error')
@@ -589,6 +589,7 @@
            resst() {
                this.dataList = []
                this.barcode = ''
                this.orderNo = ''
                this.barcodeFocuss()
            },
        }