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

页面修改

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