From e1020db09b9ee6dc601b3c52ffa78555e32199e3 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Sat, 23 Aug 2025 16:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=92=8C=E5=B7=A5=E5=9C=B0?= =?UTF-8?q?=E7=9B=B4=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/back/index.js | 14 +- .../business/businessHandling/directApply.vue | 416 ++++++++++++++++-- .../material/cost/component/applyDetail.vue | 2 +- .../material/cost/component/applyHome.vue | 12 +- .../material/cost/component/examHome.vue | 2 +- .../material/cost/component/reportHome.vue | 130 ++++-- .../material/cost/component/unreportHome.vue | 10 +- src/views/material/cost/costApplyList.vue | 26 +- 8 files changed, 515 insertions(+), 97 deletions(-) diff --git a/src/api/back/index.js b/src/api/back/index.js index 0acf871a..23712b57 100644 --- a/src/api/back/index.js +++ b/src/api/back/index.js @@ -25,6 +25,18 @@ export function getUnitList(data) { data: data, }) } + +// 往来单位下拉选,过滤掉班组 +// 往来单位下拉选 +export function getUnitListFilterTeam(data) { + return request({ + url: '/material/select/getUnitListFilterTeam', + method: 'post', + data: data, + }) +} + + // 协议 export function getAgreementInfoById(data) { return request({ @@ -105,4 +117,4 @@ export function updatePrintStatus(id) { method: 'post', data: {id: id}, }) -} \ No newline at end of file +} diff --git a/src/views/business/businessHandling/directApply.vue b/src/views/business/businessHandling/directApply.vue index 878ee28a..c43be92c 100644 --- a/src/views/business/businessHandling/directApply.vue +++ b/src/views/business/businessHandling/directApply.vue @@ -248,14 +248,40 @@ + +
+ +
+ + 总共 {{ total }} 条数据,当前显示第 {{ queryParams.pageNum }} 页,每页 {{ queryParams.pageSize }} 条 +
+ + +
+ + 已选中 {{ multipleSelection.length }} 条数据 + + + + + 清空选择 + +
+
+ - + + + --> + + + - +