Ver Fonte

权限字符

阿赫 há 7 meses atrás
pai
commit
2efab09c04

+ 4 - 1
zkqy-ui/src/views/orderMange/financialReconciliation/index.vue

@@ -197,7 +197,8 @@
       >
         <template slot-scope="scope">
           <el-dropdown>
-            <el-button type="warning" plain size="small">
+            <el-button type="warning" plain size="small" v-hasPermi="['system:ProductInvoice:cl']">
+
               处理<i class="el-icon-arrow-down el-icon--right"></i>
             </el-button>
             <el-dropdown-menu slot="dropdown">
@@ -214,6 +215,7 @@
                   type="text"
                   size="mini"
                   @click="handleSendOrder(scope.$index, scope.row)"
+                  v-hasPermi="['system:ProductInvoice:export']"
                 >
                   打印对账单
                 </el-button>
@@ -223,6 +225,7 @@
                   type="text"
                   size="mini"
                   @click="handleDetail(scope.$index, scope.row)"
+                  v-hasPermi="['system:ProductInvoice:export']"
                 >
                   详情
                 </el-button>

+ 1 - 1
zkqy-ui/src/views/system/financialManage/receiveRecord.vue

@@ -359,7 +359,7 @@
                 v-model="form.settlementUnitId"
                 placeholder="请输入结算单位"
               >
-                
+
               </el-input> -->
               <el-select v-model="form.settlementUnitId" clearable filterable>
                 <el-option

+ 1 - 0
zkqy-ui/src/views/system/financialManage/saleAccountsReceivableDetail.vue

@@ -419,6 +419,7 @@
                   size="mini"
                   type="text"
                   @click="handlerReturn(scope.row, scope.$index)"
+                  v-hasPermi="['system:SaleRegistrationCollection:cxdz']"
                   >撤销登账</el-button
                 ></el-dropdown-item
               >

+ 2 - 0
zkqy-ui/src/views/system/financialManage/waitDetailsReview.vue

@@ -269,6 +269,7 @@
                   size="mini"
                   type="text"
                   @click="handleUpdate(scope.row)"
+                  v-hasPermi="['system:SaleRegistrationCollection:edit']"
                   >修改</el-button
                 ></el-dropdown-item
               >
@@ -277,6 +278,7 @@
                   size="mini"
                   type="text"
                   @click="passHandler(scope.row)"
+                  v-hasPermi="['system:SaleRegistrationCollection:tg']"
                   >通过</el-button
                 >
               </el-dropdown-item>