Commit 0d8a2d9c authored by 罗超's avatar 罗超

取消转交客户的限制

parent 2e1ecc69
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="5" :gutter="20"> <el-col :span="5" :gutter="20">
<el-form-item label="提成比例:" prop="CommissionVariable"> <el-form-item label="提成比例:" prop="CommissionVariable">
<el-input <el-input
v-model="addMsg.CommissionVariable" v-model="addMsg.CommissionVariable"
type="int" type="int"
......
...@@ -786,6 +786,9 @@ ...@@ -786,6 +786,9 @@
this.getEmployee() this.getEmployee()
}, },
getEmployee() { getEmployee() {
this.employeeMsg.departmentId=0
this.employeeMsg.RB_Group_id=this.getLocalStorage().RB_Group_id
this.employeeMsg.RB_Branch_id=-1
this.apipost('app_get_company_employee', this.employeeMsg, res => { this.apipost('app_get_company_employee', this.employeeMsg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
if(!this.isSelLayer) if(!this.isSelLayer)
......
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