Commit 04cf58b1 authored by youjie's avatar youjie

no message

parent 20d889da
......@@ -1214,6 +1214,7 @@
},
//获取手配费所有配置
GetHandFeeList() {
if(!this.isHandFee) return
this.apipost(
"handfee_post_GetHandFeeList", {
BranchId: -1
......@@ -2508,6 +2509,7 @@
},
},
created() {
var that = this;
// crm自动登陆传过来的参数
if (this.$route.query.crmOrderObj) {
......@@ -2546,7 +2548,7 @@
}
}, err => {})
this.getCustomerIdList()
},
mounted() {
......@@ -2560,9 +2562,11 @@
this.$route.query.id == 246 ||
this.$route.query.id == 247 ||
this.$route.query.id == 248) {
this.is_HandFee = true
this.isHandFee = true
} else {
this.is_HandFee = false
this.isHandFee = false
}
this.GetHandFeeList() //获取手配费功能权限配置
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