edit
This commit is contained in:
@ -247,6 +247,7 @@ export class TransactionFlowComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '查看回单',
|
||||
iif: item => item.tradeType !== '9' && item.tradeType !== '10',
|
||||
click: item =>
|
||||
this.service.getReceiptUrl(item.receiptUrl, {
|
||||
bankType: item.bankType,
|
||||
|
||||
Reference in New Issue
Block a user