Commit 17508187 authored by 黄媛媛's avatar 黄媛媛
parents 2dc4d704 854d7e04
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
</ul> </ul>
</div> </div>
<div v-loading="loading" class="commonContent"> <div v-loading="loading" class="commonContent">
<div class="topList clearfix" v-if="LeaderList.length>0"> <div class="topList clearfix" v-if="LeaderList.length>0" style="display:none;">
<span>{{$t('leader.leader_noTask')}}</span> <span>{{$t('leader.leader_noTask')}}</span>
<span class="noWork">可拖拽对领队(导游)进行设置</span> <span class="noWork">可拖拽对领队(导游)进行设置</span>
<div class="leaderList clearfix"> <div class="leaderList clearfix">
......
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
color:blue; color:blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
min-width: 200px; max-width: 200px;
} }
.needfenshu{ .needfenshu{
margin-top: 10px; margin-top: 10px;
......
...@@ -873,7 +873,7 @@ ...@@ -873,7 +873,7 @@
color:blue; color:blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
min-width: 200px; max-width: 200px;
} }
.SQguestList{ .SQguestList{
display: flex; display: flex;
......
...@@ -135,9 +135,6 @@ ...@@ -135,9 +135,6 @@
.personNolayer table tr._color_666 th { .personNolayer table tr._color_666 th {
padding: 9px 15px; padding: 9px 15px;
} }
.groupSuperSearchLayer {}
.groupSuperSearchLayer>p { .groupSuperSearchLayer>p {
padding: 20px 0; padding: 20px 0;
font-size: 14px; font-size: 14px;
...@@ -938,7 +935,7 @@ ...@@ -938,7 +935,7 @@
color: blue; color: blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
min-width: 200px; max-width: 200px;
} }
.RegistrationList .leftSetInfo,.RegistrationList .GO_TPright{ .RegistrationList .leftSetInfo,.RegistrationList .GO_TPright{
float:left; float:left;
...@@ -1012,6 +1009,17 @@ ...@@ -1012,6 +1009,17 @@
background-color: #f0f2f5; background-color: #f0f2f5;
} }
.RegistrationList .importNameFile.el-dialog--center .el-dialog__body{text-align: center;} .RegistrationList .importNameFile.el-dialog--center .el-dialog__body{text-align: center;}
.RegistrationList .disClick {
background-color: #d1d1d1;
color: #fff;
border: 1px solid #d1d1d1;
}
.RegistrationList .disClick:hover {
background-color: #d1d1d1 !important;
cursor: default !important;
box-shadow: none !important;
}
</style> </style>
<template> <template>
...@@ -5130,6 +5138,7 @@ ...@@ -5130,6 +5138,7 @@
this.apipost( this.apipost(
"LeaderSchedule_post_SetPriceLeader", this.setMsg, "LeaderSchedule_post_SetPriceLeader", this.setMsg,
res => { res => {
this.isSubmit = true;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
this.getList(); this.getList();
...@@ -5144,7 +5153,6 @@ ...@@ -5144,7 +5153,6 @@
this.setMsg.CTTCNUM = res.data.data.TCNUM; this.setMsg.CTTCNUM = res.data.data.TCNUM;
this.setMsg.CTTCID = res.data.data.TCID; this.setMsg.CTTCID = res.data.data.TCID;
} }
this.isSubmit = true;
}, },
err => {} err => {}
); );
......
...@@ -683,6 +683,7 @@ ...@@ -683,6 +683,7 @@
if (this.isSubmit) { if (this.isSubmit) {
this.isSubmit = false; this.isSubmit = false;
this.apipost('bus_get_SetPlan_V2', this.PostData, res => { this.apipost('bus_get_SetPlan_V2', this.PostData, res => {
this.isSubmit = true;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success("保存成功!"); this.Success("保存成功!");
this.MsgBus.$emit('msg'); this.MsgBus.$emit('msg');
...@@ -690,7 +691,6 @@ ...@@ -690,7 +691,6 @@
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
this.isSubmit = true;
}, err => {}) }, err => {})
} }
}, },
......
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