edit
This commit is contained in:
@ -44,12 +44,12 @@
|
||||
<se label="退款流水号">
|
||||
{{formData?.paySerialNumber2}}
|
||||
</se>
|
||||
<se label="入金回单">
|
||||
<a (click)="downBack()">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||
<!-- <se label="入金回单">
|
||||
<a (click)="downBack('06',formData?.receiptUrl)">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||
</se>
|
||||
<se label="退款回单">
|
||||
<a (click)="downBack()">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||
</se>
|
||||
<a (click)="downBack('06',formData?.receiptAbnormalUrl)">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||
</se> -->
|
||||
</div>
|
||||
|
||||
</nz-card>
|
||||
@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user