Browse Source

1. 优化

MONSTER-ygh 2 months ago
parent
commit
55d7385cfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/groupBuyingMr/index.vue

+ 1 - 1
src/views/order/groupBuyingMr/index.vue

@@ -353,7 +353,7 @@
                   >改签</el-dropdown-item>
                   <el-dropdown-item 
                   command="7" 
-                  v-if="hasPermi('groupBuyingMr:groupBuyingMr:duigongedit') && (scope.row.status == 3 || scope.row.status == 7)"
+                  v-if="hasPermi('groupBuyingMr:groupBuyingMr:duigongedit') && (scope.row.status == 3 || scope.row.status == 7) && scope.row.payWay== 'corporate'"
                   >修改凭证</el-dropdown-item>
                 </el-dropdown-menu>
               </el-dropdown>