Commit 3a6fa487 authored by 黄媛媛's avatar 黄媛媛
parents 82afe19e ee9332df
...@@ -578,7 +578,7 @@ ...@@ -578,7 +578,7 @@
CombinationNum: "", CombinationNum: "",
//出团公司 //出团公司
OutBranchIds: [], OutBranchIds: [],
LineId: 14, LineId: 0,
PlaceID: 0, PlaceID: 0,
LineteamId: 0, LineteamId: 0,
//航空公司 //航空公司
...@@ -1200,6 +1200,11 @@ ...@@ -1200,6 +1200,11 @@
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
} }
var userInfo = this.getLocalStorage();
if (userInfo.RB_Group_id == QjGroupId()) {
this.msg.LineId = 14;
}
this.getLineList(); this.getLineList();
this.getList(); this.getList();
this.getCompanyList(); this.getCompanyList();
......
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