From eabd6088b6037b9b8120e4036764b191b5d963c0 Mon Sep 17 00:00:00 2001
From: syruan <15555146157@163.com>
Date: Wed, 30 Jul 2025 13:52:16 +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?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/cost/cost.js | 19 ++++++++++++++
.../cost/component/applyHome.vue | 26 ++++++-------------
.../materialsStation/cost/costApplyList.vue | 4 +--
3 files changed, 29 insertions(+), 20 deletions(-)
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 @@