From 8fbf0fed81a529002316bf47389c78d727a5545a Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 21 Jul 2025 17:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/foodManage/purchaseReport.js | 46 +++++++++++++- .../correlationReport/index.vue | 26 ++++---- .../supplierManage/supplierRating/index.vue | 61 ++++++++++++++++++- 3 files changed, 118 insertions(+), 15 deletions(-) diff --git a/src/api/foodManage/purchaseReport.js b/src/api/foodManage/purchaseReport.js index ce23dfbf..274abb19 100644 --- a/src/api/foodManage/purchaseReport.js +++ b/src/api/foodManage/purchaseReport.js @@ -33,4 +33,48 @@ export function purchasePlanReportPageApi(data) { }) } - +//采购关联报表-查询生产计划主列表 +export function productionPlanCorrelationPageApi(data) { + return request({ + url: '/smart-canteen/report/ims_production_plan/correlation/list', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data, + params:{ + pageNum:data.pageNum, + pageSize:data.pageSize + } + }) +} +//采购关联报表-查询采购计划列表 +export function purchasePlanCorrelationPageApi(data) { + return request({ + url: '/smart-canteen/report/ims_purchase_plan/correlation/list', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data, + params:{ + pageNum:data.pageNum, + pageSize:data.pageSize + } + }) +} +//采购关联报表-查询采购订单主列表 +export function goodsOrderCorrelationPageApi(data) { + return request({ + url: '/smart-canteen/report/ims_order_goods/correlation/list', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data, + params:{ + pageNum:data.pageNum, + pageSize:data.pageSize + } + }) +} diff --git a/src/views/foodManage/purchaseReport/correlationReport/index.vue b/src/views/foodManage/purchaseReport/correlationReport/index.vue index a24348e5..a87e1fb6 100644 --- a/src/views/foodManage/purchaseReport/correlationReport/index.vue +++ b/src/views/foodManage/purchaseReport/correlationReport/index.vue @@ -15,8 +15,8 @@ :picker-options="pickerOptions" > - - + + @@ -29,7 +29,7 @@ 重置 -
+