From 7fd149693e8e456395604ace2c3ac425af20fbe7 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 14 Oct 2025 13:45:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93125?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitemlist.vue | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) 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;