| | |
| | | }, |
| | | // 提交校验 |
| | | 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') |
| | |
| | | resst() { |
| | | this.dataList = [] |
| | | this.barcode = '' |
| | | this.orderNo = '' |
| | | this.barcodeFocuss() |
| | | }, |
| | | } |