From e98f1989209b812cd59a95b790cd802ef8d8abbd Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Thu, 14 Apr 2022 17:04:22 +0800 Subject: [PATCH] edit --- .../abnormal-gold-detail.component.html | 8 ++++---- .../abnormal-gold-detail.component.ts | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.html b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.html index 4e5096af..f5f453b1 100644 --- a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.html +++ b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.html @@ -44,12 +44,12 @@ {{formData?.paySerialNumber2}} - - {{formData?.refundStatus==='3'?'查看回单':'暂无回单'}} + \ No newline at end of file diff --git a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.ts b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.ts index 1a7730c9..af5d81dd 100644 --- a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.ts +++ b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold-detail/abnormal-gold-detail.component.ts @@ -25,15 +25,15 @@ export class AbnormalGoldDetailComponent implements OnInit { }); } - downBack() { + downBack(bussType: string, receiptUrl: string) { if (this.formData?.refundStatus !== '3') { return; } - this.service.getReceiptUrl(this.formData.receiptUrl, { + this.service.getReceiptUrl(receiptUrl, { bankType: this.formData.bankType, rmYll: this.formData.userId, snglFlgCd: this.formData.coreSerNo, - bussType: '06', + bussType, ltdId: this.formData.ltdId, accountType: this.formData.accountType });