车辆接口更新
This commit is contained in:
@ -147,7 +147,7 @@ export class ReceivableOrderDetailComponent implements OnInit {
|
||||
// { title: '费用类型', index: 'cnoName', width: 90 },
|
||||
// { title: '订单费用科目', index: 'feeSubId', width: 100 },
|
||||
{ title: '费用科目', index: 'feeSubId', width: 140 },
|
||||
{ title: '结算客户', index: 'cno', width: 100 },
|
||||
{ title: '结算客户', index: 'cnoName', width: 100 },
|
||||
{
|
||||
title: '已收金额',
|
||||
index: 'ahxmoney',
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-25 20:01:20
|
||||
* @LastEditTime : 2022-01-26 11:08:44
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
<ng-template #extraTemplate>
|
||||
<div>
|
||||
<button nz-button nzType="primary" >
|
||||
<button nz-button nzType="primary" (click)="changeOrder()">
|
||||
保险配置
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@ -442,7 +442,7 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '退保费',
|
||||
click: _record => this.changeOrder(_record),
|
||||
click: _record => this.changeOrder(),
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -472,7 +472,7 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
}
|
||||
|
||||
// 修改订单
|
||||
changeOrder(value: any) {
|
||||
this.router.navigate(['/insurance-management/list-set', value.id]);
|
||||
changeOrder() {
|
||||
this.router.navigate(['/insurance-management/list-set', 1]);
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,5 +16,5 @@
|
||||
</ng-template>
|
||||
</page-header-wrapper>
|
||||
<nz-card>
|
||||
<!-- <app-insurance-table></app-insurance-table> -->
|
||||
<app-insurance-table></app-insurance-table>
|
||||
</nz-card>
|
||||
|
||||
@ -16,7 +16,8 @@ import { insuranceManagementSetComponent } from './components/set/set.component'
|
||||
import { InsuranceManagementRoutingModule } from './insurance-management-routing.module';
|
||||
const COMPONENTS: Type<void>[] = [
|
||||
insuranceManagementListComponent,
|
||||
insuranceManagementSetComponent
|
||||
insuranceManagementSetComponent,
|
||||
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user