Selaa lähdekoodia

汽运报表权限

zhangyuewww 3 vuotta sitten
vanhempi
commit
01d53e8189

+ 4 - 4
src/views/statisticalReport/autoSettlementList.vue

@@ -26,25 +26,25 @@
           >
           <ws-button
             type="primary"
-            v-hasPermission="`report.procurementInReport.view`"
+            v-hasPermission="`report.transportationReport.view`"
             @click="handlepass()"
             >通过</ws-button
           >
           <ws-button
             type="primary"
-            v-hasPermission="`report.procurementInReport.view`"
+            v-hasPermission="`report.transportationReport.view`"
             @click="handlereject()"
             >驳回</ws-button
           >
           <ws-button
             type="primary"
-            v-hasPermission="`report.procurementInReport.payment`"
+            v-hasPermission="`report.transportationReport.payment`"
             @click="handlepayment"
             >付款</ws-button
           >
           <ws-button
             type="primary"
-            v-hasPermission="`report.procurementInReport.draw`"
+            v-hasPermission="`report.transportationReport.draw`"
             @click="handleninvoice"
             >开发票</ws-button
           >

+ 1 - 1
src/views/statisticalReport/component/routers/route.js

@@ -81,7 +81,7 @@ const statisticalReportRouter = {
         meta: {
         title: 'autoSettlementList',
         shortcutEntrance: 'statisticalReport',
-        module: 'report.saleCloseReport',
+        module: 'report.transportationReport',
         permissicon: [],
         keepAlive: true
         // module: 'procurement.sparepart.applDetail'