Commit 799cafcd authored by 黄奎's avatar 黄奎

前端调整

parent 994fc205
...@@ -3956,7 +3956,8 @@ ...@@ -3956,7 +3956,8 @@
this.CurrentUserInfo.RB_Branch_id != 1249 && this.CurrentUserInfo.RB_Branch_id != 1249 &&
this.CurrentUserInfo.RB_Branch_id != 1252 && this.CurrentUserInfo.RB_Branch_id != 1252 &&
this.CurrentUserInfo.RB_Branch_id != 1216 && this.CurrentUserInfo.RB_Branch_id != 1216 &&
this.CurrentUserInfo.RB_Branch_id != 1253 this.CurrentUserInfo.RB_Branch_id != 1253 &&
this.CurrentUserInfo.RB_Branch_id != 1257
) { ) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id); this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
} else if (this.CurrentUserInfo.EmployeeId == 3384) { } else if (this.CurrentUserInfo.EmployeeId == 3384) {
......
...@@ -2790,7 +2790,7 @@ ...@@ -2790,7 +2790,7 @@
} }
if (this.queryCommonData.IsParentCompany != 1 && userInfo.RB_Branch_id != 49 && userInfo.RB_Branch_id != 1224 && if (this.queryCommonData.IsParentCompany != 1 && userInfo.RB_Branch_id != 49 && userInfo.RB_Branch_id != 1224 &&
userInfo.RB_Branch_id != 1249 && userInfo.RB_Branch_id != 1252 && userInfo.RB_Branch_id != 1253 && userInfo userInfo.RB_Branch_id != 1249 && userInfo.RB_Branch_id != 1252 && userInfo.RB_Branch_id != 1253 && userInfo
.RB_Branch_id != 1216) { .RB_Branch_id != 1216&& userInfo.RB_Branch_id != 1257) {
this.queryMsg.OutBranchIds.push(userInfo.RB_Branch_id); this.queryMsg.OutBranchIds.push(userInfo.RB_Branch_id);
} else if (this.CurrentUserInfo.EmployeeId == 3384) { } else if (this.CurrentUserInfo.EmployeeId == 3384) {
//this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id); //this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
......
...@@ -2477,10 +2477,9 @@ ...@@ -2477,10 +2477,9 @@
if (this.queryCommonData.IsParentCompany != 1) { if (this.queryCommonData.IsParentCompany != 1) {
if (this.CurrentUserInfo.RB_Branch_id != 49 && this.CurrentUserInfo.RB_Branch_id != 1245 && this.CurrentUserInfo if (this.CurrentUserInfo.RB_Branch_id != 49 && this.CurrentUserInfo.RB_Branch_id != 1245 && this.CurrentUserInfo
.RB_Branch_id != 1249 && this.CurrentUserInfo.RB_Branch_id != 1252 && this.CurrentUserInfo.RB_Branch_id != .RB_Branch_id != 1249 && this.CurrentUserInfo.RB_Branch_id != 1252 && this.CurrentUserInfo.RB_Branch_id !=
1253) { 1253 && this.CurrentUserInfo.RB_Branch_id != 1257) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id) this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id)
} } else if (this.CurrentUserInfo.EmployeeId == 3384) {
else if (this.CurrentUserInfo.EmployeeId == 3384) {
//this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id); //this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
this.queryMsg.LineId = 177; this.queryMsg.LineId = 177;
this.queryMsg.PlaceID = 525; this.queryMsg.PlaceID = 525;
......
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