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 @@ 已选中 - +