rev:子卷装箱

This commit is contained in:
2024-07-20 11:25:26 +08:00
parent 8ed0f989b0
commit d21648c6e9
6 changed files with 68 additions and 38 deletions

View File

@@ -44,6 +44,7 @@
<el-table-column prop="box_length" label="木箱长度" />
<el-table-column prop="box_width" label="木箱宽度" />
<el-table-column prop="box_high" label="木箱高度" />
<el-table-column prop="ivt_num" label="木箱库存数" />
<el-table-column prop="num" label="最大装卷数" />
</el-table>
<!--分页组件-->
@@ -117,6 +118,10 @@ export default {
paperTubeDescription: {
type: String,
default: ''
},
boxType: {
type: String,
default: ''
}
},
data() {
@@ -176,6 +181,7 @@ export default {
this.query.is_lock = '1'
this.query.lock = this.lock
this.query.is_used = '1'
this.query.search = this.boxType
this.crud.toQuery()
},
handleSelectionChange(val, row) {