From a0c44f9159720cb1dc88be3e24f0ae46cc099eaf Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 13 Aug 2025 18:10:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A1=E5=88=92=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=8F=82=E8=80=83=E4=BB=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/foodManage/purchaseManage.js | 11 ++++++ .../purchaseManage/purchasePlan/edit.vue | 36 +++++++++++++++---- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/src/api/foodManage/purchaseManage.js b/src/api/foodManage/purchaseManage.js index 422b707f..3b7f149f 100644 --- a/src/api/foodManage/purchaseManage.js +++ b/src/api/foodManage/purchaseManage.js @@ -53,6 +53,17 @@ export function dishesConvertApi(data) { }) } +//采购计划获取参考价-根据原料id获取进价接口 +export function checkMaterialAndPriceApi(data) { + return request({ + url: '/smart-canteen/cook_material/checkMaterialAndPriceVO', + method: 'post', + data: data + }) +} + + + // -------------采购合同--------------- diff --git a/src/views/foodManage/purchaseManage/purchasePlan/edit.vue b/src/views/foodManage/purchaseManage/purchasePlan/edit.vue index 798bf6c5..b4c055cf 100644 --- a/src/views/foodManage/purchaseManage/purchasePlan/edit.vue +++ b/src/views/foodManage/purchaseManage/purchasePlan/edit.vue @@ -62,6 +62,7 @@