|
@@ -220,7 +220,7 @@ export default {
|
|
{ title: '收款单号', scopedSlots: { customRender: 'bookNo' }, width: '8%', align: 'center' },
|
|
{ title: '收款单号', scopedSlots: { customRender: 'bookNo' }, width: '8%', align: 'center' },
|
|
{ title: '关联备货单', scopedSlots: { customRender: 'dispatchNum' }, width: '6%', align: 'center' },
|
|
{ title: '关联备货单', scopedSlots: { customRender: 'dispatchNum' }, width: '6%', align: 'center' },
|
|
{ title: '申请人', dataIndex: 'applyPersonName', align: 'center', width: '5%', customRender: function (text) { return text || '--' } },
|
|
{ title: '申请人', dataIndex: 'applyPersonName', align: 'center', width: '5%', customRender: function (text) { return text || '--' } },
|
|
- { title: '收款事由', dataIndex: 'bookReason', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
|
|
|
+ { title: '收款事由', dataIndex: 'bookReason', width: '8%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '付款方', dataIndex: 'payerNames', width: '9%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '付款方', dataIndex: 'payerNames', width: '9%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '订单总金额', dataIndex: 'orderTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '订单总金额', dataIndex: 'orderTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '收款总金额', dataIndex: 'receiptTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '收款总金额', dataIndex: 'receiptTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|