rev:子卷装箱
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user