|
@@ -137,7 +137,7 @@ export default {
|
|
{ title: '产品名称', dataIndex: 'dealerProductEntity.name', align: 'center', ellipsis: true },
|
|
{ title: '产品名称', dataIndex: 'dealerProductEntity.name', align: 'center', ellipsis: true },
|
|
{ title: '原厂编码', dataIndex: 'dealerProductEntity.origCode', align: 'center', customRender: function (text) { return text || '--' }, width: 220 },
|
|
{ title: '原厂编码', dataIndex: 'dealerProductEntity.origCode', align: 'center', customRender: function (text) { return text || '--' }, width: 220 },
|
|
{ title: '销售单号', dataIndex: 'salesBillNo', align: 'center', width: 220 },
|
|
{ title: '销售单号', dataIndex: 'salesBillNo', align: 'center', width: 220 },
|
|
- { title: '销售审核时间', dataIndex: 'auditTime', align: 'center', customRender: function (text) { return text || '--' }, width: 160 },
|
|
|
|
|
|
+ { title: '销售审核时间', dataIndex: 'auditDate', align: 'center', customRender: function (text) { return text || '--' }, width: 160 },
|
|
{ title: '售价', dataIndex: 'price', align: 'center', width: 100, scopedSlots: { customRender: 'price' } },
|
|
{ title: '售价', dataIndex: 'price', align: 'center', width: 100, scopedSlots: { customRender: 'price' } },
|
|
{ title: '单位', dataIndex: 'dealerProductEntity.unit', align: 'center', width: 100 },
|
|
{ title: '单位', dataIndex: 'dealerProductEntity.unit', align: 'center', width: 100 },
|
|
{ title: '销售数量', dataIndex: 'qty', align: 'center', width: 100 },
|
|
{ title: '销售数量', dataIndex: 'qty', align: 'center', width: 100 },
|