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

@ -235,6 +235,8 @@ export class PaymentOrderComponent implements OnInit {
{ title: '', index: 'key', type: 'checkbox', fixed: 'left', className: 'text-center' }, { title: '', index: 'key', type: 'checkbox', fixed: 'left', className: 'text-center' },
{ title: '付款单号', index: 'payCode', type: 'link', width: 180 }, { title: '付款单号', index: 'payCode', type: 'link', width: 180 },
{ title: '网络货运人', index: 'ltdName', width: 180 }, { title: '网络货运人', index: 'ltdName', width: 180 },
{ title: '运单号', index: 'waybillCode', width: 180 },
{ title: '费用号', index: 'feeCode', width: 180 },
{ title: '要求付款日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 }, { title: '要求付款日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
{ {
title: '付款金额', title: '付款金额',

View File

@ -231,6 +231,8 @@ export class ReceiptOrderComponent implements OnInit {
return [ return [
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' }, { title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' }, { 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: 'ltdName', width: 200, className: 'text-left' },
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' }, { title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' }, { title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },

View File

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