diff --git a/src/views/inm/mioitemlist.vue b/src/views/inm/mioitemlist.vue index b7117d49..64d96ec5 100644 --- a/src/views/inm/mioitemlist.vue +++ b/src/views/inm/mioitemlist.vue @@ -18,6 +18,17 @@ placeholder="结束日期" style="width: 150px;" /> + + + { if (res.count > 0) { that.tableData = res.results; @@ -316,7 +338,10 @@ export default { resetQuery() { this.query = {}; }, - + selectMaterialChange() { + var that = this; + that.query.material = that.selectObj.id; + }, //打印物料标签 printMaterial(row,type){ let that = this;