lilei 3 years ago
parent
commit
c131cb289e

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1657593303793
+  "version": 1657593860316
 }

+ 2 - 2
src/config/router.config.js

@@ -2006,7 +2006,7 @@ export const asyncRouterMap = [
             meta: {
               title: '库存导入报表',
               icon: 'profile',
-              // permission: 'M_stockImportReportList'
+              permission: 'M_stockImportReportList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -2018,7 +2018,7 @@ export const asyncRouterMap = [
                   title: '库存导入报表',
                   icon: 'profile',
                   hidden: true,
-                  // permission: 'M_stockImportReportList'
+                  permission: 'M_stockImportReportList'
                 }
               },
             ]

+ 1 - 1
src/views/reportData/stockImportReport/detailList.vue

@@ -77,7 +77,7 @@
               @click="handleExport"
               :disabled="disabled"
               :loading="exportLoading"
-              v-if="$hasPermissions('M_salesReturnReportExport')"
+              v-if="$hasPermissions('B_StockImportDetailExport')"
               class="button-warning"
               id="salesDetailReportList-export-btn">导出</a-button>
             <a @click="advanced=!advanced" style="margin-left: 5px">

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.215:8076/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.215:8076/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,