From 98e032c0909d7ab2590efc33ffc959d5bba8c4ba Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 6 Aug 2025 18:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canteen/superstore/shopMaterial/index.vue | 2 +- .../purchaseManage/contractList/edit.vue | 2 +- .../goodsInquiry/checkPrice.vue | 5 ++-- .../purchaseManage/goodsInquiry/index.vue | 23 ++++++++++--------- .../purchaseManage/productionPlan/edit.vue | 22 +++++++++++++----- .../purchaseInspection/index.vue | 2 +- .../purchaseManage/purchaseOrder/edit.vue | 2 +- .../purchaseManage/purchaseOrder/index.vue | 13 ++++++----- .../purchaseManage/purchasePlan/edit.vue | 6 ++--- .../stockManage/depotManage/index.vue | 10 +++++++- .../stockManage/totalStock/index.vue | 6 ++--- .../stockManage/warehouseIn/edit.vue | 4 ++-- .../stockManage/warehouseOut/edit.vue | 2 +- .../supplierManage/supplierList/index.vue | 2 +- 14 files changed, 61 insertions(+), 40 deletions(-) diff --git a/src/views/canteen/superstore/shopMaterial/index.vue b/src/views/canteen/superstore/shopMaterial/index.vue index 1d16b781..8fa94476 100644 --- a/src/views/canteen/superstore/shopMaterial/index.vue +++ b/src/views/canteen/superstore/shopMaterial/index.vue @@ -379,7 +379,7 @@ export default { // 筛选节点 - 左侧树 filterNode(value, data) { if (!value) return true; - return data.materialTypeName.indexOf(value) !== -1; + return data.categoryName.indexOf(value) !== -1; }, /** 查询新增页面-上级类型下拉树结构 */ getTreeData() { diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index 3c3899ba..35f720b0 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -451,7 +451,7 @@ export default { let param = { "pageSize": this.queryParams.pageSize, "pageNum": this.queryParams.pageNum, - "areaId": this.queryParams.areaId, + "areaId": this.baseInfo.areaId, "materialName": this.queryParams.materialName, "materialCode": this.queryParams.materialCode, "materialTypeIds": this.queryParams.materialTypeIds, diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue index 1667854a..dcc93601 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue @@ -15,6 +15,7 @@ 未开始 进行中 已结束 + 未决标 已取消 @@ -71,7 +72,7 @@ 已选中 - +