|
@@ -302,25 +302,25 @@ export default {
|
|
|
title: '退货开单价(折前)',
|
|
|
value: 'priceOrig',
|
|
|
key: 'priceOrig',
|
|
|
- disabled: false
|
|
|
+ disabled: !this.$hasPermissions('M_salesReturnDetailReportList_salesPrice')
|
|
|
},
|
|
|
{
|
|
|
title: '退货实售价(折前)',
|
|
|
value: 'realSalePriceOrig',
|
|
|
key: 'realSalePriceOrig',
|
|
|
- disabled: false
|
|
|
+ disabled: !this.$hasPermissions('M_salesReturnDetailReportList_salesPrice')
|
|
|
},
|
|
|
{
|
|
|
title: '直接差价(折前)',
|
|
|
value: 'directRebatePriceOrig',
|
|
|
key: 'directRebatePriceOrig',
|
|
|
- disabled: !this.$hasPermissions('M_salesQueryList_salesPrice')
|
|
|
+ disabled: !this.$hasPermissions('M_salesReturnDetailReportList_salesPrice')
|
|
|
},
|
|
|
{
|
|
|
title: '间接差价(折前)',
|
|
|
value: 'indirectRebatePriceOrig',
|
|
|
key: 'indirectRebatePriceOrig',
|
|
|
- disabled: false
|
|
|
+ disabled: !this.$hasPermissions('M_salesReturnDetailReportList_salesPrice')
|
|
|
}
|
|
|
]
|
|
|
}
|