edit
This commit is contained in:
@ -44,12 +44,12 @@
|
|||||||
<se label="退款流水号">
|
<se label="退款流水号">
|
||||||
{{formData?.paySerialNumber2}}
|
{{formData?.paySerialNumber2}}
|
||||||
</se>
|
</se>
|
||||||
<se label="入金回单">
|
<!-- <se label="入金回单">
|
||||||
<a (click)="downBack()">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
<a (click)="downBack('06',formData?.receiptUrl)">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||||
</se>
|
</se>
|
||||||
<se label="退款回单">
|
<se label="退款回单">
|
||||||
<a (click)="downBack()">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
<a (click)="downBack('06',formData?.receiptAbnormalUrl)">{{formData?.refundStatus==='3'?'查看回单':'暂无回单'}}</a>
|
||||||
</se>
|
</se> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -25,15 +25,15 @@ export class AbnormalGoldDetailComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
downBack() {
|
downBack(bussType: string, receiptUrl: string) {
|
||||||
if (this.formData?.refundStatus !== '3') {
|
if (this.formData?.refundStatus !== '3') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.service.getReceiptUrl(this.formData.receiptUrl, {
|
this.service.getReceiptUrl(receiptUrl, {
|
||||||
bankType: this.formData.bankType,
|
bankType: this.formData.bankType,
|
||||||
rmYll: this.formData.userId,
|
rmYll: this.formData.userId,
|
||||||
snglFlgCd: this.formData.coreSerNo,
|
snglFlgCd: this.formData.coreSerNo,
|
||||||
bussType: '06',
|
bussType,
|
||||||
ltdId: this.formData.ltdId,
|
ltdId: this.formData.ltdId,
|
||||||
accountType: this.formData.accountType
|
accountType: this.formData.accountType
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user