Commit 294fdbdd authored by youjie's avatar youjie

no message

parent 06154fee
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
query: { query: {
blank: 'y', blank: 'y',
OrderId: item.OrderId, OrderId: item.OrderId,
EnterId: item.EmpId, LureEmpId: item.EmpId,
} }
}); });
// if(type==2){//线索 // if(type==2){//线索
......
...@@ -616,6 +616,7 @@ ...@@ -616,6 +616,7 @@
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
this.employeeMsg.GroupId = userInfo.RB_Group_id; //集团ID this.employeeMsg.GroupId = userInfo.RB_Group_id; //集团ID
this.msg.EnterId = this.$route.query.EnterId?this.$route.query.EnterId:0//userInfo.EmployeeId; this.msg.EnterId = this.$route.query.EnterId?this.$route.query.EnterId:0//userInfo.EmployeeId;
this.msg.LureEmpId = this.$route.query.LureEmpId?this.$route.query.LureEmpId:0
this.msg.StartTime = this.getBeforeDate(0, new Date()) this.msg.StartTime = this.getBeforeDate(0, new Date())
this.msg.EndTime = this.getBeforeDate(0, new Date()) this.msg.EndTime = this.getBeforeDate(0, new Date())
this.DatelistBM = [new Date(this.msg.StartTime),new Date()] this.DatelistBM = [new Date(this.msg.StartTime),new Date()]
......
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