From e89e78b5275533ecec57d11b0831fcc729bef86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B3=89=E4=BD=B3?= <1107186916@qq.com> Date: Sun, 20 Sep 2026 19:41:37 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=AD=A3=E5=BC=8F=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=8D=95=E8=AE=A4=E9=A2=86=E6=9F=A5=E8=AF=A2=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=8F=91=E7=A5=A8=E4=BA=91=E5=85=A8=E7=A5=A8=E6=B1=A0?= =?UTF-8?q?=EF=BC=88=E5=A4=9A=E6=9D=A1=E4=BB=B6=E6=90=9C=E7=B4=A2+?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=88=86=E9=A1=B5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/settlement/formalSettlement.js | 2 + .../components/formal-settlement-editor.vue | 220 +++++++++++------- 2 files changed, 138 insertions(+), 84 deletions(-) diff --git a/src/api/settlement/formalSettlement.js b/src/api/settlement/formalSettlement.js index 50e8810..23b280a 100644 --- a/src/api/settlement/formalSettlement.js +++ b/src/api/settlement/formalSettlement.js @@ -48,3 +48,5 @@ export const applyPayments = data => request({ url: `${baseUrl}/apply-payments`, method: 'post', data }); export const claimInvoices = data => request({ url: `${baseUrl}/claim-invoices`, method: 'post', data }); +export const queryInvoicePool = params => + request({ url: `${baseUrl}/invoice-pool`, method: 'get', params }); diff --git a/src/views/settlement/components/formal-settlement-editor.vue b/src/views/settlement/components/formal-settlement-editor.vue index 496eb46..589f736 100644 --- a/src/views/settlement/components/formal-settlement-editor.vue +++ b/src/views/settlement/components/formal-settlement-editor.vue @@ -419,11 +419,69 @@ append-to-body destroy-on-close > + + + + + + + + + + + + + + + + + + + + 重置 + 查询 + + - - - + + +