lilei 2 年之前
父節點
當前提交
363881e47d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/reportData/salesReturnsReport/list.vue

+ 2 - 2
src/views/reportData/salesReturnsReport/list.vue

@@ -194,10 +194,10 @@ export default {
       if (this.$hasPermissions('M_salesReturnsReportList_salesPrice')) { //  售价权限
         arr.push({ title: '开单退货金额', dataIndex: 'totalAmount', width: 90, align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       }
-      if (this.$hasPermissions('M_salesReturnsReportList_provincePrice')) {
+      if (this.$hasPermissions('M_salesReturnsReportList_cityPrice')) {
         arr.push({ title: '经销商价', dataIndex: 'totalWholesalePrice2', width: 90, align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       }
-      if (this.$hasPermissions('M_salesReturnsReportList_cityPrice')) {
+      if (this.$hasPermissions('M_salesReturnsReportList_provincePrice')) {
         arr.push({ title: '服务中心价', dataIndex: 'totalWholesalePrice1', width: 90, align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       }
       if (this.$hasPermissions('M_salesReturnsReportList_specialPrice')) {