From 344e14a041f49caec4f375fb7713ddbce1bdfbc0 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 22 Aug 2025 14:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8E=9F=E6=96=99=E4=B8=B4?= =?UTF-8?q?=E6=9C=9F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/components/MaterialDialog.vue | 22 +++++++++++++++---- .../stockReport/expiredWarning/index.vue | 9 ++++++++ .../supplierManage/supplierList/index.vue | 8 ++++--- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/views/canteen/dish/material/components/MaterialDialog.vue b/src/views/canteen/dish/material/components/MaterialDialog.vue index dc58254b..e0bcb9cd 100644 --- a/src/views/canteen/dish/material/components/MaterialDialog.vue +++ b/src/views/canteen/dish/material/components/MaterialDialog.vue @@ -99,6 +99,16 @@ /> --> + + + + + + + + + + + + + + 搜索 重置 @@ -63,6 +70,7 @@ @@ -201,6 +209,7 @@ export default { "warehouseId": this.queryParams.warehouseId, "materialName": this.queryParams.materialName, "intoCode": this.queryParams.intoCode, + "expireState": this.queryParams.expireState, } stockExpireWarningPageApi(param).then(response => { this.tableListData = response.rows; diff --git a/src/views/foodManage/supplierManage/supplierList/index.vue b/src/views/foodManage/supplierManage/supplierList/index.vue index 34dcc4c8..198eca73 100644 --- a/src/views/foodManage/supplierManage/supplierList/index.vue +++ b/src/views/foodManage/supplierManage/supplierList/index.vue @@ -804,7 +804,7 @@ export default { deptId:225 } listUserAll(param).then((response) => { - this.supplierUserList = response.rows + this.supplierUserList = response.rows; // this.total = response.total }) }, @@ -902,8 +902,9 @@ export default { this.form.categoryModelList.forEach(item=>{ arr.push(item.categoryId) }) - this.$set(this.form,"categoryIdList",arr) - this.$set(this.form,"supplierUserId",Number(row.supplierUserId)) + this.$set(this.form,"categoryIdList",arr) + this.$set(this.form,"supplierUserId",Number(row.supplierUserId)) + this.open = true; this.title = "修改"; }, @@ -914,6 +915,7 @@ export default { }, // 表单重置 reset() { + this.getSupplierUserList() this.activeName='baseInfo' this.fileList1=[] this.idCardImgZ=[]