Browse Source

关闭系统参数

chenrui 2 năm trước cách đây
mục cha
commit
74dcae482b

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

@@ -3270,8 +3270,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '系统参数',
-              icon: 'sound'
-              // permission: 'M_systemSettingsList'
+              icon: 'sound',
+              permission: 'M_systemSettingsList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -3282,8 +3282,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '系统参数',
                   icon: 'sound',
-                  hidden: true
-                  // permission: 'M_systemSettingsList'
+                  hidden: true,
+                  permission: 'M_systemSettingsList'
                 }
               }
             ]

+ 4 - 3
src/views/salesManagement/salesReturn/queryPart.vue

@@ -164,9 +164,10 @@ export default {
       loadData: parameter => {
         this.disabled = true
         // 抓单时
-        if (this.grabFlag == 1) {
-          this.queryParam.buyerSn = this.buyerSn
-        }
+        // if (this.grabFlag == 1) {
+        //   this.queryParam.buyerSn = this.buyerSn
+        // }
+        this.queryParam.buyerSn = this.buyerSn
         const fun = [stockList, salesReturnProductList]
         if (this.grabFlag == 0) {
           this.queryParam.salePriceType = this.priceType