Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -209,7 +209,7 @@ export class InvoiceDetailComponent implements OnInit { | ||||
|   private initCostST(): STColumn[] { | ||||
|     return [ | ||||
|       { title: '费用号', index: 'feeHId' }, | ||||
|       { title: '订单号', index: 'billHId' }, | ||||
|       { title: '订单号', index: 'billHCode' }, | ||||
|       { title: '订单日期', index: 'createTime', type: 'date' }, | ||||
|       { title: '计费日期', index: 'feeDate', type: 'date' }, | ||||
|       { title: '税率', index: 'vatrate', format: item => `${item.vatrate ? ((item.vatrate as number) * 100).toFixed(2) : 0}%` }, | ||||
|  | ||||
| @ -16,10 +16,10 @@ | ||||
|                 {{headerInfo?.vatappcode}} | ||||
|             </se> | ||||
|             <se label="已开/全部订单数"> | ||||
|                 {{headerInfo?.vatinvBillNum}} / {{headerInfo?.ordlines}} | ||||
|                 {{headerInfo?.ordlines}} / {{headerInfo?.vatinvBillNum}} | ||||
|             </se> | ||||
|             <se label="已开/全部发票金额"> | ||||
|                 {{headerInfo?.vatinvHAmount}} / {{headerInfo?.vatinvHAmount}} | ||||
|                 {{headerInfo?.vatinvHAmount}} / {{headerInfo?.vatinvHNumAmount}} | ||||
|             </se> | ||||
|             <se label="已开发票张数"> | ||||
|                 {{headerInfo?.vatinvHNum}} | ||||
| @ -96,7 +96,7 @@ | ||||
|     <div class="d-flex align-items-center mb-md mt-sm" *ngIf="sts==='1'"> | ||||
|         <button nz-button (click)="openRequestedModal('1')">全部开票</button> | ||||
|         <button nz-button (click)="openRequestedModal('2')">开票</button> | ||||
|         <button nz-button (click)="removeOrder()">移除</button> | ||||
|         <!-- <button nz-button (click)="removeOrder()">移除</button> --> | ||||
|         <div class="ml-md"> | ||||
|             已选择 | ||||
|             <strong class="text-red">{{ selectedRows.length }}</strong> 条数据   开票金额总计 <strong | ||||
|  | ||||
		Reference in New Issue
	
	Block a user