This commit is contained in:
Taric Xin
2022-03-24 09:28:48 +08:00
parent 559ba3955c
commit 5c317813ec
3 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,8 @@ export class ReceiptOrderComponent implements OnInit {
return [
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' },
{ title: '订单号', index: 'billHCode', width: 180, className: 'text-left' },
{ title: '费用号', index: 'feeCode', width: 180, className: 'text-left' },
{ title: '网络货运人', index: 'ltdName', width: 200, className: 'text-left' },
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },