Przeglądaj źródła

财务模块权限设置

wengyuwen 4 lat temu
rodzic
commit
cdb3949a1d

+ 7 - 7
src/views/finance/applyForInvoice/chargeInvoice/index.vue

@@ -81,7 +81,7 @@
             icon="el-icon-plus"
             size="mini"
             @click="handleAdd"
-            v-hasPermi="['finance:charge:add']"
+            v-hasPermi="['financial:invoiceApplyFor:add']"
           >新增
           </el-button>
         </el-col>
@@ -92,7 +92,7 @@
             size="mini"
             :disabled="single"
             @click="handleUpdate"
-            v-hasPermi="['finance:charge:edit']"
+            v-hasPermi="['financial:invoiceApplyFor:edit']"
           >修改
           </el-button>
         </el-col>
@@ -244,7 +244,7 @@
               type="text"
               icon="el-icon-view"
               @click="check(scope.row, 0)"
-              v-hasPermi="['finance:contrast:edit']"
+              v-hasPermi="['financial:invoiceApplyFor:edit']"
             >查看</el-button
             >
             <el-button
@@ -252,7 +252,7 @@
               type="text"
               icon="el-icon-view"
               @click="check(scope.row, 1)"
-              v-hasPermi="['finance:contrast:edit']"
+              v-hasPermi="['financial:invoiceApplyFor:edit']"
               v-if="
               scope.row.fBillstatus == '提交审核' ||
               scope.row.fBillstatus == '审核中'
@@ -264,7 +264,7 @@
               type="text"
               icon="el-icon-edit"
               @click="handleUpdate(scope.row)"
-              v-hasPermi="['finance:charge:edit']"
+              v-hasPermi="['financial:invoiceApplyFor:edit']"
               v-if="
               scope.row.fBillstatus == '保存' ||
               scope.row.fBillstatus == '暂存' ||
@@ -277,7 +277,7 @@
               type="text"
               icon="el-icon-delete"
               @click="handleDelete(scope.row)"
-              v-hasPermi="['finance:charge:remove']"
+              v-hasPermi="['financial:invoiceApplyFor:remove']"
               v-if="
               scope.row.fBillstatus == '保存' ||
               scope.row.fBillstatus == '暂存' ||
@@ -2831,7 +2831,7 @@ export default {
               }
             }
           }
-          MessageBox.confirm("第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
+          MessageBox.confirm("选中的第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'

+ 1 - 1
src/views/finance/charge/index.vue

@@ -2519,7 +2519,7 @@ export default {
               }
             }
           }
-          MessageBox.confirm("第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
+          MessageBox.confirm("选中的第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'

+ 1 - 1
src/views/finance/contrast/index.vue

@@ -2257,7 +2257,7 @@ export default {
               }
             }
           }
-          MessageBox.confirm("第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
+          MessageBox.confirm("选中的第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'

+ 1 - 1
src/views/finance/payment/index.vue

@@ -3253,7 +3253,7 @@ export default {
               }
             }
           }
-          MessageBox.confirm("第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
+          MessageBox.confirm("选中的第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               type: 'warning'