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

@ -242,6 +242,7 @@ export class ReceivableOrderComponent implements OnInit {
return [
{ title: '', index: 'key', type: 'checkbox' },
{ title: '核销单号', index: 'ahxcode', type: 'link', width: 140 },
{ title: '订单号', index: 'billHCode', type: 'link', width: 140 },
{ title: '网络货运人', index: 'ltdName', width: 160 },
{ title: '核销日期', index: 'ahxdate', type: 'date', width: 160 },
{ title: '付款账户', index: 'shipperaccount', width: 170 },