|
@@ -317,7 +317,7 @@ export default {
|
|
var arr = []
|
|
var arr = []
|
|
if (_this.form.discountType === '1') {
|
|
if (_this.form.discountType === '1') {
|
|
arr = [
|
|
arr = [
|
|
- { title: '特价产品原价金额', dataIndex: 'orginAmountValue', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
|
|
|
+ { title: '特价产品合计', dataIndex: 'orginAmountValue', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '省价折扣', dataIndex: 'provinceValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
|
|
{ title: '省价折扣', dataIndex: 'provinceValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
|
|
{ title: '市价折扣', dataIndex: 'cityValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
|
|
{ title: '市价折扣', dataIndex: 'cityValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } },
|
|
{ title: '特约折扣', dataIndex: 'specialValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } }
|
|
{ title: '特约折扣', dataIndex: 'specialValue', width: '25%', align: 'center', customRender: function (text) { return (text ? (text.toFixed(2) + '%') : '--') } }
|