fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-04-06 10:57:56
|
* @Date : 2022-04-06 10:57:56
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-11 14:23:35
|
* @LastEditTime : 2022-04-14 10:39:57
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\abnormal-gold\\abnormal-gold.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\abnormal-gold\\abnormal-gold.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -36,7 +36,6 @@
|
|||||||
<nz-card class="content-box" nzBordered>
|
<nz-card class="content-box" nzBordered>
|
||||||
<nz-tabset>
|
<nz-tabset>
|
||||||
<nz-tab nzTitle="待处理"></nz-tab>
|
<nz-tab nzTitle="待处理"></nz-tab>
|
||||||
<nz-tab nzTitle="已清分"></nz-tab>
|
|
||||||
<nz-tab nzTitle="已退款"></nz-tab>
|
<nz-tab nzTitle="已退款"></nz-tab>
|
||||||
<nz-tab nzTitle="全部"></nz-tab>
|
<nz-tab nzTitle="全部"></nz-tab>
|
||||||
</nz-tabset>
|
</nz-tabset>
|
||||||
|
|||||||
@ -173,14 +173,6 @@ export class AbnormalGoldComponent implements OnInit {
|
|||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
width: 120,
|
width: 120,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
|
||||||
text: '清分',
|
|
||||||
click: item => this.clearingAction(item)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: '退款',
|
|
||||||
click: item => this.refund(item)
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: '查看',
|
text: '查看',
|
||||||
click: item => this.router.navigate(['/financial-management/withdrawals-record/detail/1'])
|
click: item => this.router.navigate(['/financial-management/withdrawals-record/detail/1'])
|
||||||
|
|||||||
@ -229,7 +229,7 @@ export class RechargeRecordComponent implements OnInit {
|
|||||||
bankType: item.bankType,
|
bankType: item.bankType,
|
||||||
rmYll: item.roleId,
|
rmYll: item.roleId,
|
||||||
snglFlgCd: item.paySerialNumber2,
|
snglFlgCd: item.paySerialNumber2,
|
||||||
bussType: '06',
|
bussType: '05',
|
||||||
ltdId: item.ltdId,
|
ltdId: item.ltdId,
|
||||||
accountType: item.accountType
|
accountType: item.accountType
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user