|
@@ -270,7 +270,7 @@ export default {
|
|
{label: '生产厂家/代理人', prop: 'manufacturerName', width: 150},
|
|
{label: '生产厂家/代理人', prop: 'manufacturerName', width: 150},
|
|
{label: '含税单价', prop: 'taxPrice', width: 80,
|
|
{label: '含税单价', prop: 'taxPrice', width: 80,
|
|
formatter: function(row, column, cellValue, index) {
|
|
formatter: function(row, column, cellValue, index) {
|
|
- return row.taxPrice ? parseFloat(row.taxPrice).toFixed(3) : '0.000'
|
|
|
|
|
|
+ return row.taxPrice ? parseFloat(row.taxPrice).toFixed(5) : '0.00'
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{label: '最近价格', prop: 'recentlyPrice', width: 80},
|
|
{label: '最近价格', prop: 'recentlyPrice', width: 80},
|