From ea32584ac90b0526e3b41cb5eca59bacbe74d281 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Wed, 30 Jul 2025 14:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E7=8F=AD=E7=BB=84?= =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=8F=E8=AE=AE=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cost/cost.js | 9 +++++++++ src/views/materialsStation/cost/component/applyHome.vue | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js index c0697b08..03235e45 100644 --- a/src/api/cost/cost.js +++ b/src/api/cost/cost.js @@ -157,5 +157,14 @@ export function getAgreementInfoById(data) { } +// 材料站获取协议 +export function getClzAgreementInfoById(data) { + return request({ + url: '/material/material_sltAgreementInfo/getAgreementInfoById', + method: 'post', + data: data, + }) +} + diff --git a/src/views/materialsStation/cost/component/applyHome.vue b/src/views/materialsStation/cost/component/applyHome.vue index 9d0648ce..775e4024 100644 --- a/src/views/materialsStation/cost/component/applyHome.vue +++ b/src/views/materialsStation/cost/component/applyHome.vue @@ -199,7 +199,7 @@