|
@@ -112,7 +112,7 @@ export default {
|
|
|
{ title: '客户名称', dataIndex: 'buyerName', align: 'center', customRender: function (text) { return text || '--' } }
|
|
|
],
|
|
|
pColumns: [ // 正品
|
|
|
- { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center', fixed: 'left' },
|
|
|
+ { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center' },
|
|
|
{ title: '类型', dataIndex: 'goodsTypeName', width: 140, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '类型名称', dataIndex: 'goodsName', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '产品名称', dataIndex: 'name', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
{ title: '起订量限制', scopedSlots: { customRender: 'orderGoodsUnit' }, align: 'center' }
|
|
|
],
|
|
|
promoColumns: [ // 促销品
|
|
|
- { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center', fixed: 'left' },
|
|
|
+ { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center' },
|
|
|
{ title: '类型', dataIndex: 'goodsTypeName', width: 140, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '类型名称', dataIndex: 'goodsName', width: 220, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '产品名称', dataIndex: 'name', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|