Commit 30a496f2 authored by 黄奎's avatar 黄奎

页面修改

parent 4ae9d5db
...@@ -355,8 +355,10 @@ ...@@ -355,8 +355,10 @@
path = "TravelManager3"; path = "TravelManager3";
} else if (TeamType == 2) { } else if (TeamType == 2) {
path = "TravelManager4"; path = "TravelManager4";
} else if (TeamType == 3) {
path = "TravelManager6";
} }
if(postData.isfromManager){ if (postData.isfromManager) {
path = "TravelManager5"; path = "TravelManager5";
} }
this.Success("保存成功"); this.Success("保存成功");
...@@ -378,7 +380,8 @@ ...@@ -378,7 +380,8 @@
//提交按钮和另存模板跳转团控列表 //提交按钮和另存模板跳转团控列表
else if (SaveType == 2 || SaveType == 3) { else if (SaveType == 2 || SaveType == 3) {
let path = "TravelControlList"; let path = "TravelControlList";
if (TeamType == 0) { //OP开团和地接开团
if (TeamType == 0 || TeamType == 3) {
path = "TravelControlList"; path = "TravelControlList";
} else if (TeamType == 1) { } else if (TeamType == 1) {
path = "TravelControlListSale"; path = "TravelControlListSale";
......
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