Commit 7e629ef3 authored by 吴春's avatar 吴春

跟团游列表中的报名清单修改(op已确认订单徐总可修改,获取客户信息接口名称变更)

parent 5709168b
......@@ -3315,7 +3315,7 @@
},
err => {}
);
this.getKhmdList(this.addMsg.CustomerType, obj.LineId, this.addMsg.CreateBy);
this.getKhmdList(this.addMsg.CustomerType, obj.LineId, this.addMsg.CreateBy,x.CustomerId);
this.getDdlyList(this.addMsg.CustomerType);
} else {
this.Error(res.data.message);
......@@ -4327,14 +4327,15 @@
);
}
},
getKhmdList(id, lineId, employeeId) {
getKhmdList(id, lineId, employeeId,CustomerId) {
var qMsg = {
typeId: id,
lineId: lineId,
EmoloyeeId: employeeId
EmoloyeeId: employeeId,
customerId:CustomerId
};
this.apipost(
"app_today_visit_GetOrderMyCustomerList",
"app_today_visit_GetNewOrderMyCustomerList",
qMsg,
res => {
if (res.data.resultCode == 1) {
......
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