merge
This commit is contained in:
@ -31,15 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<st #st [data]="service.$api_invoicedBillInfo_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[loading]="false" [scroll]="{ x:'1200px',y:scrollY }">
|
||||
<ng-template st-row="sts" let-item let-index="index">
|
||||
<span *ngIf="item.sts === '1'">待受理</span>
|
||||
<span *ngIf="item.sts === '2'">处理中</span>
|
||||
<span *ngIf="item.sts === '3'">已完成</span>
|
||||
<span *ngIf="item.sts === '5'">已拒绝</span>
|
||||
<span *ngIf="item.sts === '6'">已撤销</span>
|
||||
<span *ngIf="item.sts === '7'">已作废</span>
|
||||
</ng-template>
|
||||
[loading]="false" [scroll]="{ x:'1200px' }">
|
||||
<ng-template st-row="serviceType" let-item let-index="index">
|
||||
<span>{{item.billTypeLabel + item.serviceTypeLabel}}</span>
|
||||
</ng-template>
|
||||
|
||||
@ -246,7 +246,7 @@ export class BillingOrderComponent extends BasicTableComponent {
|
||||
{ title: '卸货时间', index: 'unloadTime', type: 'date', width: '150px', className: 'text-center' },
|
||||
{ title: '订单完成时间', index: 'orderReceivingTime', type: 'date', width: 150, className: 'text-center' },
|
||||
{ title: '支付完成时间', index: 'overallPaymentTime', type: 'date', width: 150, className: 'text-center' },
|
||||
{ title: '开票状态', index: 'sts', render: 'sts', className: 'text-center', width: 120 },
|
||||
{ title: '开票状态', index: 'stsLabel', className: 'text-center', width: 120 },
|
||||
{ title: '申请开票时间', index: 'vatappdate', type: 'date', className: 'text-center', width: 180 },
|
||||
{ title: '申请开票编号', index: 'vatappcode', className: 'text-center', width: 190 },
|
||||
{ title: '分票编号', index: 'vatinvcode', width: '200px', className: 'text-center' },
|
||||
|
||||
Reference in New Issue
Block a user