From d53bbe0738c1be039d60cd0a77c819ac41e0a73b Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 6 Jan 2025 14:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=87=BA=E7=BA=B3=E6=AC=BE?= =?UTF-8?q?=E9=A1=B9=E7=A1=AE=E8=AE=A4=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../paymentConfirmation/cashierConfirmation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue index e802206b71..a130040148 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue @@ -373,7 +373,7 @@ export default { handleConfirm() { this.visibleDisabled = true if (this.printSource === '02') { - createPdf({ skdSid: this.printSid, printerType: this.print }).then((resp) => { + createPdfRsk({ skdSid: this.printSid, printerType: this.print }).then((resp) => { if (resp.success && resp.data.pdfPath !== '') { var xhr = new XMLHttpRequest() xhr.open('GET', process.env.VUE_APP_BASE_API + '/base/file/download?filePath=' + resp.data.pdfPath + '&outFileName=' + '收款单', true) @@ -441,7 +441,7 @@ export default { this.visibleDisabled = false }) } else if (this.printSource === '' || this.printSource === null) { - createPdfRsk({ skdSid: this.printSid, printerType: this.print }).then((resp) => { + createPdf({ skdSid: this.printSid, printerType: this.print }).then((resp) => { if (resp.success && resp.data.pdfPath !== '') { var xhr = new XMLHttpRequest() xhr.open('GET', process.env.VUE_APP_BASE_API + '/base/file/download?filePath=' + resp.data.pdfPath + '&outFileName=' + '收款单', true)