Commit bdb56e73 authored by zhengke's avatar zhengke

1

parent 22a7dfd8
......@@ -121,8 +121,8 @@
CourseConsultantId: '', //课程顾问
SourceId: 1, //传入Id
SaleRemark: '', //备注
EnterId: 0 //市场人员
EnterId: 0, //市场人员
StuIds:''
},
EnterName:''
};
......@@ -138,6 +138,7 @@
if(this.select&&this.select.length>0){
this.OrderMsg.EnterId = this.select[0].CreateBy;
this.EnterName = this.select[0].CreateByName;
this.OrderMsg.StuIds = this.select[0].StuId;
}
this.getOrderSEList();
this.getEmployee(0);
......
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