edit
This commit is contained in:
		@ -189,7 +189,10 @@ export class FreightAccountDetailComponent implements OnInit {
 | 
				
			|||||||
      { title: '交易时间', index: 'createTime', type: 'date' },
 | 
					      { title: '交易时间', index: 'createTime', type: 'date' },
 | 
				
			||||||
      { title: '流水号', index: 'transactionNumber' },
 | 
					      { title: '流水号', index: 'transactionNumber' },
 | 
				
			||||||
      { title: '交易类型', index: 'tradeTypeLabel', className: 'text-center' },
 | 
					      { title: '交易类型', index: 'tradeTypeLabel', className: 'text-center' },
 | 
				
			||||||
      { title: '关联单号', index: 'businessNumber' },
 | 
					      { title: '交易单号', index: 'businessNumber' },
 | 
				
			||||||
 | 
					      { title: '订单号', index: 'business2Number' },
 | 
				
			||||||
 | 
					      { title: '运单号', index: 'busine1ssNumber' },
 | 
				
			||||||
 | 
					      { title: '货主', index: 'busine11ssNumber' },
 | 
				
			||||||
      { title: '所属项目', index: 'projectId' },
 | 
					      { title: '所属项目', index: 'projectId' },
 | 
				
			||||||
      { title: '收支类型', index: 'incomeTypeLabel', className: 'text-center' },
 | 
					      { title: '收支类型', index: 'incomeTypeLabel', className: 'text-center' },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
@ -207,7 +210,10 @@ export class FreightAccountDetailComponent implements OnInit {
 | 
				
			|||||||
        type: 'widget',
 | 
					        type: 'widget',
 | 
				
			||||||
        className: 'text-right',
 | 
					        className: 'text-right',
 | 
				
			||||||
        widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) }
 | 
					        widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) }
 | 
				
			||||||
      }
 | 
					      },
 | 
				
			||||||
 | 
					      { title: '付款方', index: 'busine111ssNumber' },
 | 
				
			||||||
 | 
					      { title: '收款方', index: 'payeeName' },
 | 
				
			||||||
 | 
					      { title: '备注', index: 'projectId1' },
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -167,10 +167,10 @@ export class FreightAccountComponent implements OnInit {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  private initST(): STColumn[] {
 | 
					  private initST(): STColumn[] {
 | 
				
			||||||
    return [
 | 
					    return [
 | 
				
			||||||
      { title: '企业名称', width: 140, index: 'tenantName' },
 | 
					      { title: '企业名称', width: 170, index: 'tenantName' },
 | 
				
			||||||
      { title: '联系人', width: 120, index: 'name' },
 | 
					      { title: '联系人', width: 120, index: 'name' },
 | 
				
			||||||
      { title: '联系人电话', width: 140, index: 'phone' },
 | 
					      { title: '联系人电话', width: 140, index: 'phone' },
 | 
				
			||||||
      { title: '网络货运人', width: 140, index: 'ltdName' },
 | 
					      { title: '网络货运人', width: 170, index: 'ltdName' },
 | 
				
			||||||
      { title: '银行类型', width: 120, index: 'bankTypeLabel' },
 | 
					      { title: '银行类型', width: 120, index: 'bankTypeLabel' },
 | 
				
			||||||
      { title: '虚拟账户', width: 140, index: 'virtualAccount' },
 | 
					      { title: '虚拟账户', width: 140, index: 'virtualAccount' },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
 | 
				
			|||||||
@ -147,7 +147,7 @@ export class ReceivableOrderDetailComponent implements OnInit {
 | 
				
			|||||||
      // { title: '订单日期', index: 'billTime', width: 150 },
 | 
					      // { title: '订单日期', index: 'billTime', width: 150 },
 | 
				
			||||||
      // { title: '费用类型', index: 'cnoName', width: 90 },
 | 
					      // { title: '费用类型', index: 'cnoName', width: 90 },
 | 
				
			||||||
      // { title: '订单费用科目', index: 'feeSubId', width: 100 },
 | 
					      // { title: '订单费用科目', index: 'feeSubId', width: 100 },
 | 
				
			||||||
      { title: '费用科目', index: 'feeSubId', width: 140 },
 | 
					      { title: '费用科目', index: 'feeSubName', width: 140 },
 | 
				
			||||||
      { title: '结算客户', index: 'cnoName', width: 100 },
 | 
					      { title: '结算客户', index: 'cnoName', width: 100 },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: '已收金额',
 | 
					        title: '已收金额',
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user