Commit 04cf58b1 authored by youjie's avatar youjie

no message

parent 20d889da
...@@ -1214,6 +1214,7 @@ ...@@ -1214,6 +1214,7 @@
}, },
//获取手配费所有配置 //获取手配费所有配置
GetHandFeeList() { GetHandFeeList() {
if(!this.isHandFee) return
this.apipost( this.apipost(
"handfee_post_GetHandFeeList", { "handfee_post_GetHandFeeList", {
BranchId: -1 BranchId: -1
...@@ -2508,6 +2509,7 @@ ...@@ -2508,6 +2509,7 @@
}, },
}, },
created() { created() {
var that = this; var that = this;
// crm自动登陆传过来的参数 // crm自动登陆传过来的参数
if (this.$route.query.crmOrderObj) { if (this.$route.query.crmOrderObj) {
...@@ -2546,7 +2548,7 @@ ...@@ -2546,7 +2548,7 @@
} }
}, err => {}) }, err => {})
this.getCustomerIdList()
}, },
mounted() { mounted() {
...@@ -2560,9 +2562,11 @@ ...@@ -2560,9 +2562,11 @@
this.$route.query.id == 246 || this.$route.query.id == 246 ||
this.$route.query.id == 247 || this.$route.query.id == 247 ||
this.$route.query.id == 248) { this.$route.query.id == 248) {
this.isHandFee = true this.is_HandFee = true
this.isHandFee = true
} else { } else {
this.is_HandFee = false this.is_HandFee = false
this.isHandFee = false
} }
this.GetHandFeeList() //获取手配费功能权限配置 this.GetHandFeeList() //获取手配费功能权限配置
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment