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
});