Redeem 1 year ago
parent
commit
6663824aea

+ 1 - 1
build/utils.js

@@ -17,7 +17,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
 
 
 // let devModules = ['all']
 // let devModules = ['all']
-// let devModules = ['index', 'sale', 'statisticalReport']
+// let devModules = ['index', 'statisticalReport']
 let devModules = ['all']
 let devModules = ['all']
 // let devModules = ['index', 'RMS', 'OYE', 'statisticalReport', 'appoint']
 // let devModules = ['index', 'RMS', 'OYE', 'statisticalReport', 'appoint']
 
 

+ 5 - 1
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -141,7 +141,10 @@
           </el-button>
           </el-button>
         </el-form-item>
         </el-form-item>
         <el-form-item
         <el-form-item
-          ><el-button type="primary" @click="confirmInbound"
+          ><el-button
+            type="primary"
+            @click="confirmInbound"
+            v-privilege="activeMenu + 'confirmInbound'"
             ><i class="el-icon-check"></i>入库确认</el-button
             ><i class="el-icon-check"></i>入库确认</el-button
           ></el-form-item
           ></el-form-item
         >
         >
@@ -2017,6 +2020,7 @@ export default {
       return startDate
       return startDate
     }
     }
     return {
     return {
+      activeMenu: window.top.localStorage.getItem('activeMenu'),
       confireInboundVisible: false,
       confireInboundVisible: false,
       toggleRowIds: [],
       toggleRowIds: [],
       capacityNo: null,
       capacityNo: null,