Browse Source

修改授权标识

阿伏兔 4 năm trước cách đây
mục cha
commit
850b667862

+ 1 - 1
src/api/finance/charge.js

@@ -63,7 +63,7 @@ export function search(queryParameter) {
 // 查询客户详情列表
 // 查询客户详情列表
 export function listCorps(query) {
 export function listCorps(query) {
   return request({
   return request({
-    url: '/basicdata/customerDetails/corps/list',
+    url: '/basicdata/corps/list',
     method: 'get',
     method: 'get',
     params: query
     params: query
   })
   })

+ 1 - 1
src/api/finance/payment.js

@@ -63,7 +63,7 @@ export function search(queryParameter) {
 // 查询客户详情列表
 // 查询客户详情列表
 export function listCorps(query) {
 export function listCorps(query) {
   return request({
   return request({
-    url: '/basicdata/customerDetails/corps/list',
+    url: '/basicdata/corps/list',
     method: 'get',
     method: 'get',
     params: query
     params: query
   })
   })

+ 10 - 10
src/views/system/auditConfiguration/index.vue

@@ -36,16 +36,16 @@
         width="400"
         width="400"
         label="活动名">
         label="活动名">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <span v-if="scope.row.actId === 110">入库</span>
-          <span v-if="scope.row.actId === 120">出库</span>
-          <span v-if="scope.row.actId === 130">货转</span>
-          <span v-if="scope.row.actId === 140">调拨</span>
-          <span v-if="scope.row.actId === 150">计算仓储费</span>
-          <span v-if="scope.row.actId === 210">对账</span>
-          <span v-if="scope.row.actId === 220">收费</span>
-          <span v-if="scope.row.actId === 230">付费</span>
-          <span v-if="scope.row.actId === 310">仓储费</span>
-          <span v-if="scope.row.actId === 320">计划费</span>
+          <span v-if="scope.row.actId === 110">入库审批流程</span>
+          <span v-if="scope.row.actId === 120">出库审批流程</span>
+          <span v-if="scope.row.actId === 130">货转审批流程</span>
+          <span v-if="scope.row.actId === 140">调拨审批流程</span>
+          <span v-if="scope.row.actId === 150">计算仓储费审批流程</span>
+          <span v-if="scope.row.actId === 210">对账审批流程</span>
+          <span v-if="scope.row.actId === 220">收费审批流程</span>
+          <span v-if="scope.row.actId === 230">付费审批流程</span>
+          <span v-if="scope.row.actId === 310">协议仓储费审批流程</span>
+          <span v-if="scope.row.actId === 320">协议计划费审批流程</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column

+ 0 - 1
src/views/system/toConfigure/index.vue

@@ -15,7 +15,6 @@
             icon="el-icon-plus"
             icon="el-icon-plus"
             size="mini"
             size="mini"
             @click="addOrUpdateHandle()"
             @click="addOrUpdateHandle()"
-            v-hasPermi="['finance:charge:add']"
           >新增
           >新增
           </el-button>
           </el-button>
         </el-col>
         </el-col>