diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js
index 4a5d62f0..c0697b08 100644
--- a/src/api/cost/cost.js
+++ b/src/api/cost/cost.js
@@ -9,6 +9,15 @@ export function getSltAgreementInfo(query) {
})
}
+// 查询材料站费用结算申请列表
+export function getClzSltAgreementInfo(query) {
+ return request({
+ url: '/material/material_sltAgreementInfo/getSltAgreementInfo4Project',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询费用结算申请详情
export function getSltInfo(params){
return request({
@@ -128,6 +137,16 @@ export function getProjectListByUnitIds(params){
})
}
+// 查询材料站的工程列表,根据班组ids
+export function getClzProjectListByUnitIds(params){
+ return request({
+ url: '/material/material_sltAgreementInfo/getProjectListByUnitIds',
+ method: 'post',
+ data: params
+ })
+}
+
+
// 协议
export function getAgreementInfoById(data) {
return request({
diff --git a/src/views/materialsStation/cost/component/applyHome.vue b/src/views/materialsStation/cost/component/applyHome.vue
index 012fcb82..2f396e1b 100644
--- a/src/views/materialsStation/cost/component/applyHome.vue
+++ b/src/views/materialsStation/cost/component/applyHome.vue
@@ -13,7 +13,7 @@
noChildrenText="没有数据了"
noOptionsText="没有数据"
noResultsText="没有搜索结果"
- placeholder="请选择结算单位"
+ placeholder="请选择结算班组"
@select="unitChange"
:multiple="true"
>
@@ -72,7 +72,7 @@
-
+
@@ -198,7 +198,8 @@