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 @@