车辆接口更新
This commit is contained in:
		| @ -144,8 +144,8 @@ export class PaymentOrderDetailComponent implements OnInit { | |||||||
|   private initST(): STColumn[] { |   private initST(): STColumn[] { | ||||||
|     return [ |     return [ | ||||||
|       { title: '序号', render: 'billHCode', width: 80 }, |       { title: '序号', render: 'billHCode', width: 80 }, | ||||||
|       { title: '费用号', index: 'feeHCode', width: 100 }, |       // { title: '费用号', index: 'feeHCode', width: 100 }, | ||||||
|       { title: '费用日期', index: 'feedate', type: 'date', width: 150 }, |       // { title: '费用日期', index: 'feedate', type: 'date', width: 150 }, | ||||||
|       { title: '订单号', index: 'billHCode', width: 100 }, |       { title: '订单号', index: 'billHCode', width: 100 }, | ||||||
|       { title: '订单日期', index: 'billTime', width: 150 }, |       { title: '订单日期', index: 'billTime', width: 150 }, | ||||||
|       { title: '结算客户', index: 'cnoName', width: 90 }, |       { title: '结算客户', index: 'cnoName', width: 90 }, | ||||||
|  | |||||||
| @ -12,8 +12,8 @@ | |||||||
|             [class.expend-options]="_$expand"> |             [class.expend-options]="_$expand"> | ||||||
|             <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button> |             <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button> | ||||||
|             <button nz-button (click)="resetSF()">重置</button> |             <button nz-button (click)="resetSF()">重置</button> | ||||||
|             <button nz-button nzType="primary" > 导出</button> |             <!-- <button nz-button nzType="primary" > 导出</button> | ||||||
|             <button nz-button nzType="primary" > 导出明细</button> |             <button nz-button nzType="primary" > 导出明细</button> --> | ||||||
|             <button nz-button nzType="link" (click)="expandToggle()"> |             <button nz-button nzType="link" (click)="expandToggle()"> | ||||||
|                 {{ !_$expand ? '展开' : '收起' }} |                 {{ !_$expand ? '展开' : '收起' }} | ||||||
|                 <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i> |                 <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i> | ||||||
| @ -25,8 +25,8 @@ | |||||||
| <nz-card class="content-box" nzBordered> | <nz-card class="content-box" nzBordered> | ||||||
|  |  | ||||||
|     <div class="d-flex align-items-center mb-md mt-md"> |     <div class="d-flex align-items-center mb-md mt-md"> | ||||||
|         <button nz-button (click)="this.addInvoice()" nzType="primary">添加付款</button> |         <!-- <button nz-button (click)="this.addInvoice()" nzType="primary">添加付款</button> | ||||||
|         <button nz-button (click)="this.addInvoice()" nzType="primary">导入付款</button> |         <button nz-button (click)="this.addInvoice()" nzType="primary">导入付款</button> --> | ||||||
|         <div class="ml-md"> |         <div class="ml-md"> | ||||||
|             已选择 |             已选择 | ||||||
|             <strong class="text-primary">{{ selectedRows.length }}</strong> 张单 |             <strong class="text-primary">{{ selectedRows.length }}</strong> 张单 | ||||||
|  | |||||||
| @ -256,9 +256,9 @@ export class PaymentOrderComponent implements OnInit { | |||||||
|             text: '浏览', |             text: '浏览', | ||||||
|             click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id]) |             click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id]) | ||||||
|           }, |           }, | ||||||
|           { |           // { | ||||||
|             text: '修改', |           //   text: '修改', | ||||||
|           } |           // } | ||||||
|         ] |         ] | ||||||
|       } |       } | ||||||
|     ]; |     ]; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user