diff --git a/src/views/foodManage/stockManage/totalStock/index.vue b/src/views/foodManage/stockManage/totalStock/index.vue index 55c918a8..914e75ae 100644 --- a/src/views/foodManage/stockManage/totalStock/index.vue +++ b/src/views/foodManage/stockManage/totalStock/index.vue @@ -39,14 +39,14 @@ style="width: 240px" /> - + 搜索 @@ -227,8 +227,7 @@ export default { "areaId": this.queryParams.areaId, "warehouseId": this.queryParams.warehouseId, "materialTypeIds": this.queryParams.materialTypeIds, - "materialName": this.queryParams.materialName, - "barCode": this.queryParams.barCode, + "materialName": this.queryParams.materialName } getStockMaterialListApi(param).then(response => { this.tableListData = response.rows; diff --git a/src/views/foodManage/stockManage/warehouseIn/index.vue b/src/views/foodManage/stockManage/warehouseIn/index.vue index 7eb37517..97fa90bb 100644 --- a/src/views/foodManage/stockManage/warehouseIn/index.vue +++ b/src/views/foodManage/stockManage/warehouseIn/index.vue @@ -285,11 +285,9 @@ export default { "pageSize": this.queryParams.pageSize, "intoCode": this.queryParams.intoCode, "areaId": this.queryParams.areaId, - "canteenId": this.queryParams.canteenId, - "stallId": this.queryParams.stallId, + "warehouseId": this.queryParams.warehouseId, "status": this.queryParams.status, - "supplierConfirmStatus": this.queryParams.supplierConfirmStatus, - // "intoType": this.queryParams.intoType + "intoType": this.queryParams.intoType } if(this.dateRange&&this.dateRange.length>0){ param.startDateTime=this.formatDateTime(this.dateRange[0])