车辆接口更新
This commit is contained in:
		| @ -75,6 +75,9 @@ | ||||
|             <st #st [data]="costInfo?.ficoFeeLList" [columns]="columns.cost" [page]="{ show: false}" | ||||
|                 [loading]="service.http.loading" [scroll]="{ x:'1200px',y: '370px' }"> | ||||
|                 <ng-template st-row="no" let-item let-index="index" let-column="column"> | ||||
|                     {{ textStatus ? item.hrmoney : item.hrvatmoney }} | ||||
|                 </ng-template> | ||||
|                 <ng-template st-row="hrvatmoney" let-item let-index="index" let-column="column"> | ||||
|                     {{ index+1 }} | ||||
|                 </ng-template> | ||||
|             </st> | ||||
|  | ||||
| @ -53,7 +53,7 @@ export class CostManagementDetailComponent implements OnInit { | ||||
|         { title: '订单费用类型', index: 'billLType' }, | ||||
|         { title: '费用科目', index: 'feeSubId' }, | ||||
|         { title: '税率', index: 'hrvatrate' }, | ||||
|         { title: '费用金额', index: 'hrvatmoney' }, | ||||
|         { title: '费用金额', render: 'hrvatmoney' }, | ||||
|         { title: '收/付款金额', index: 'armoney' }, | ||||
|         { title: '开/收票金额', index: 'arkpmoney' } | ||||
|       ], | ||||
|  | ||||
		Reference in New Issue
	
	Block a user