edit
This commit is contained in:
@ -105,7 +105,7 @@ export class InputInvoiceDetailComponent implements OnInit {
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
asyncData: () => this.service.getCloseAccount(),
|
||||
asyncData: () => this.service.getCloseAccount()
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
@ -137,15 +137,15 @@ export class InputInvoiceDetailComponent implements OnInit {
|
||||
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '序号', render: 'billHCode', width: 80 },
|
||||
{ title: '费用号', index: 'feecode', width: 100 },
|
||||
{ title: '费用日期', index: 'feedate', type: 'date', width: 150 },
|
||||
{ title: '序号', render: 'billHCode', width: 40, className: 'text-center' },
|
||||
{ title: '费用号', index: 'feecode', width: 140 },
|
||||
{ title: '费用日期', index: 'feedate', width: 150, className: 'text-center' },
|
||||
{ title: '订单号', index: 'billHCode', width: 100 },
|
||||
{ title: '订单日期', index: 'billTime', width: 150 },
|
||||
{ title: '订单日期', index: 'billTime', width: 150, className: 'text-center' },
|
||||
{ title: '结算客户', index: 'cnoName', width: 90 },
|
||||
{ title: '费用科目', index: 'feesubname', width: 100 },
|
||||
{ title: '收票金额', render: 'invmoney', width: 140 },
|
||||
{ title: '收票税额', render: 'invtax', width: 100 }
|
||||
{ title: '收票金额', render: 'invmoney', width: 120, className: 'text-right' },
|
||||
{ title: '收票税额', render: 'invtax', width: 100, className: 'text-right' }
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user