edit
This commit is contained in:
		| @ -48,10 +48,10 @@ export class CostManagementDetailComponent implements OnInit { | |||||||
|         { title: '订单号', index: 'billHCode', className: 'text-left', width: 200 }, |         { title: '订单号', index: 'billHCode', className: 'text-left', width: 200 }, | ||||||
|         { title: '订单日期', render: 'billTime', className: 'text-left', width: 200 }, |         { title: '订单日期', render: 'billTime', className: 'text-left', width: 200 }, | ||||||
|         { title: '运单号', index: 'waybillHCode', className: 'text-left', width: 200 }, |         { title: '运单号', index: 'waybillHCode', className: 'text-left', width: 200 }, | ||||||
|         { title: '运单日期', index: 'waybillDate', className: 'text-left', width: 200 }, |         { title: '运单日期', index: 'waybillDate', className: 'text-left', width: 200, format: _ => this.costInfo.billTime }, | ||||||
|         { title: '结算客户', render: 'cnoName', className: 'text-left', width: 200 }, |         { title: '结算客户', render: 'cnoName', className: 'text-left', width: 200 }, | ||||||
|         { title: '订单费用类型', index: 'billLType', className: 'text-left', width: 200 }, |         { title: '订单费用类型', index: 'billLTypeLabel', className: 'text-left', width: 200 }, | ||||||
|         { title: '费用科目', index: 'feeSubId', className: 'text-left', width: 200 }, |         { title: '费用科目', index: 'feeSubName', className: 'text-left', width: 200 }, | ||||||
|         { title: '税率', index: 'hrvatrate', className: 'text-right', width: 200 }, |         { title: '税率', index: 'hrvatrate', className: 'text-right', width: 200 }, | ||||||
|         { title: '费用金额', render: 'hrvatmoney', className: 'text-right', width: 200 }, |         { title: '费用金额', render: 'hrvatmoney', className: 'text-right', width: 200 }, | ||||||
|         { title: '收/付款金额', render: 'armoney', className: 'text-right', width: 200 }, |         { title: '收/付款金额', render: 'armoney', className: 'text-right', width: 200 }, | ||||||
|  | |||||||
| @ -48,8 +48,7 @@ | |||||||
|       {{ item.hrmoney | currency}} |       {{ item.hrmoney | currency}} | ||||||
|     </ng-template> |     </ng-template> | ||||||
|     <ng-template st-row="artocode" let-item let-index="index"> |     <ng-template st-row="artocode" let-item let-index="index"> | ||||||
|       <span *ngIf="item.feetype == 1">{{ item.artocode}}/{{ item.artonames}}</span> |       {{ item.cnoCode}}/{{ item.cnoName}} | ||||||
|       <span *ngIf="item.feetype == 2">{{ item.hrtocode}}/{{ item.hrtonames}}</span> |  | ||||||
|     </ng-template> |     </ng-template> | ||||||
|     <ng-template st-row="hrpaymoney" let-item let-index="index"> |     <ng-template st-row="hrpaymoney" let-item let-index="index"> | ||||||
|       {{ item.hrpaymoney | currency}} |       {{ item.hrpaymoney | currency}} | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user