diff --git a/src/api/materialsStation/index.js b/src/api/materialsStation/index.js index 96b78f55..8ad97e99 100644 --- a/src/api/materialsStation/index.js +++ b/src/api/materialsStation/index.js @@ -962,6 +962,23 @@ export function getApproveListApi(data) { } +//材料站结算申请工程下拉 +export function getClzProjectListApi(query) { + return request({ + url: '/material/material_sltAgreementInfo/getClzProjectList', + method: 'get', + params: query + }) +} + +//材料站结算申请班组下拉 +export function getClzTeamListApi(query) { + return request({ + url: '/material/material_sltAgreementInfo/getClzTeamList', + method: 'get', + params: query + }) +} // 直转单-签名 export function getSignatureList(data) { return request({ diff --git a/src/views/materialsStation/cost/component/applyHome.vue b/src/views/materialsStation/cost/component/applyHome.vue index a340789a..8585d7b6 100644 --- a/src/views/materialsStation/cost/component/applyHome.vue +++ b/src/views/materialsStation/cost/component/applyHome.vue @@ -1,45 +1,48 @@