From 975ffe74735f45f6e75f90aa29c4cf8b9b7b5ac2 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 25 Nov 2025 16:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8D=95=E6=98=8E=E7=BB=86=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=AE=80=E5=8C=96=E6=8E=A5=E5=8F=A3=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/emis/emisSettlePayRecord.js | 8 +++ .../PayBackStat/PayDayRecordList.vue | 6 +-- .../panel/CancelAccountBillList.vue | 50 +------------------ .../emisSettlePayRecordForm.vue | 28 +---------- .../emisSettlePayRecord/panel/PayQrCode.vue | 2 +- .../panel/PayRecordInput.vue | 2 +- .../panel/PayRecordInputByInvoice.vue | 2 +- .../panel/PayRecordInputByMerge.vue | 2 +- .../panel/PayRecordList.vue | 4 +- .../panel/PayRecordListOnly.vue | 4 +- 10 files changed, 21 insertions(+), 87 deletions(-) diff --git a/src/api/emis/emisSettlePayRecord.js b/src/api/emis/emisSettlePayRecord.js index 83ee8103..917995d3 100644 --- a/src/api/emis/emisSettlePayRecord.js +++ b/src/api/emis/emisSettlePayRecord.js @@ -16,6 +16,14 @@ export function getSettlePayStatInfoMap(query) { params: query }) } +// 查询账单收退款记录简化列表 +export function listEmisSettlePayRecordSimple(query) { + return request({ + url: '/emis/emisSettlePayRecord/listSimple', + method: 'get', + params: query + }) +} // 统计收款记录明细 diff --git a/src/views/emis/emisSettleBill/PayBackStat/PayDayRecordList.vue b/src/views/emis/emisSettleBill/PayBackStat/PayDayRecordList.vue index 8e7487be..8f223b0f 100644 --- a/src/views/emis/emisSettleBill/PayBackStat/PayDayRecordList.vue +++ b/src/views/emis/emisSettleBill/PayBackStat/PayDayRecordList.vue @@ -100,7 +100,7 @@ diff --git a/src/views/emis/emisSettlePayRecord/panel/PayQrCode.vue b/src/views/emis/emisSettlePayRecord/panel/PayQrCode.vue index a4c4d6a7..fb54f54f 100644 --- a/src/views/emis/emisSettlePayRecord/panel/PayQrCode.vue +++ b/src/views/emis/emisSettlePayRecord/panel/PayQrCode.vue @@ -135,7 +135,7 @@ import { getInfoBySettleBillNo,getWxPayQrCode,checkCanOnlinePay} from "@/api/emi import {listEmisSettleSubBill,listHasPayMap} from "@/api/emis/emisSettleSubBill"; import shortLogoImg from '@/assets/logo/short_logo.png' -import { listEmisSettlePayRecord, getEmisSettlePayRecord, delEmisSettlePayRecord, addEmisSettlePayRecord, updateEmisSettlePayRecord } from "@/api/emis/emisSettlePayRecord"; +import { getEmisSettlePayRecord, delEmisSettlePayRecord, addEmisSettlePayRecord, updateEmisSettlePayRecord } from "@/api/emis/emisSettlePayRecord"; import EmisMonthpayAccountPicker from '@/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue'; import { parseTime } from "@/utils/custom"; diff --git a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue index 83c47b65..22c4df81 100644 --- a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue +++ b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue @@ -391,7 +391,7 @@ import { getInfoBySettleBillNo} from "@/api/emis/emisSettleBill"; import {listEmisSettleSubBill,listHasPayMap} from "@/api/emis/emisSettleSubBill"; -import { listEmisSettlePayRecord, getEmisSettlePayRecord, delEmisSettlePayRecord, addEmisSettlePayRecord, updateEmisSettlePayRecord } from "@/api/emis/emisSettlePayRecord"; +import { getEmisSettlePayRecord, delEmisSettlePayRecord, addEmisSettlePayRecord, updateEmisSettlePayRecord } from "@/api/emis/emisSettlePayRecord"; import AllMonthpayAccountPicker from '@/views/emis/EmisBaseTools/AllMonthpayAccountPicker.vue'; import EmpNamePicker from '@/views/emis/EmisBaseTools/EmpNamePicker.vue'; diff --git a/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue b/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue index 9763ed3c..51cdc565 100644 --- a/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue +++ b/src/views/emis/emisSettlePayRecord/panel/PayRecordInputByInvoice.vue @@ -257,7 +257,7 @@