|
@@ -239,7 +239,7 @@ export default {
|
|
|
{ title: '通用编码', dataIndex: 'productEntity.commonCode', width: 100, align: 'center', customRender: function (text) { return text || '--' } }
|
|
|
]
|
|
|
if (this.$hasPermissions('M_shortageStatisticsCList_costPrice')) { // 成本价权限
|
|
|
- arr.splice(15, 0, { title: '缺货成本金额', dataIndex: 'totalCostAmount', width: 90, align: 'right', customRender: text => ((text || text == 0) ? this.toThousands(text) : '--') })
|
|
|
+ arr.splice(15, 0, { title: '缺货成本金额', dataIndex: 'totalShowCostAmount', width: 90, align: 'right', customRender: text => ((text || text == 0) ? this.toThousands(text) : '--') })
|
|
|
}
|
|
|
if (this.$hasPermissions('M_shortageStatisticsCList_salesPrice')) { // 售价权限
|
|
|
const ind = this.$hasPermissions('M_shortageStatisticsCList_costPrice') ? 16 : 15
|