fix:增加二次分配任务重复校验

This commit is contained in:
2024-06-28 01:30:03 +08:00
parent a714b8e2d6
commit a9ef3d8f69
12 changed files with 467 additions and 185 deletions

View File

@@ -67,7 +67,7 @@
请仔细核对子卷与木箱规格是否匹配
<br>
<br>
<span class="red-text">木箱长度{{ this.boxLength }}</span>
<span class="red-text">木箱规格{{ this.boxLength }}</span>
<br>
<br>
<span class="red-text">子卷规格为{{ this.paperTubeDescription }}</span>
@@ -211,7 +211,7 @@ export default {
submit() {
debugger
this.rows = this.$refs.table.selection
this.boxLength = this.rows[0].box_length
this.boxLength = this.rows[0].material_code
if (this.rows.length <= 0) {
this.$message('请先选择木箱信息')
return