Commit 976e8407 authored by 黄奎's avatar 黄奎

页面修改

parent 94a72e65
......@@ -385,8 +385,9 @@
<div v-loading="loading" class="commonContent">
<div class="topList clearfix">
<span>{{$t('leader.leader_noTask')}}</span>
<span class="noWork">{{$t('ground.tuozhuaishezhi')}}<el-input :placeholder="$t('rule.qsrname')" v-model="noTaskLeaderMsg.LeaderName"
maxlength="50" @keyup.native.enter="noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()" class="w150"> </el-input>
<span class="noWork">{{$t('ground.tuozhuaishezhi')}}<el-input :placeholder="$t('rule.qsrname')"
v-model="noTaskLeaderMsg.LeaderName" maxlength="50"
@keyup.native.enter="noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()" class="w150"> </el-input>
<input type='button' :value='$t("pub.searchBtn")' class="hollowFixedBtn"
@click="noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()" /> </span>
<div class="leaderList clearfix">
......@@ -424,6 +425,9 @@
<div class="leaderInfo afterfix" v-for="item in dataList" :key="item.subCode"
@drop="drop($event,item.TCID,item.Id)" @dragover="allowDrop($event)">
<el-row :gutter="10">
<el-col :span="2">
<div class="LtimeList">{{item.TCNUM}}({{item.TCID}})</div>
</el-col>
<el-col :span="4">
<div class="_oll_line" v-if="item.LeaderType==0"></div>
<div class="_oll_line _o_green" v-if="item.LeaderType>0"></div>
......@@ -473,8 +477,10 @@
<img v-else :src="imgBeforeFile+item.GuidePhoto" :onerror='defaultImg' />
</div>
<div style="white-space:nowrap;">{{item.GuideName}}/{{$t('leader.leader_Guide')}}</div>
<div style="white-space:nowrap;margin:5px 0;">{{$t('system.table_phone')}}{{item.GuideMobilePhone}}</div>
<div style="white-space:nowrap;" v-if="item.SpareTel!=null&&item.SpareTel!=''">{{$t('ground.jingwaihao')}}{{item.SpareTel}}
<div style="white-space:nowrap;margin:5px 0;">{{$t('system.table_phone')}}{{item.GuideMobilePhone}}
</div>
<div style="white-space:nowrap;" v-if="item.SpareTel!=null&&item.SpareTel!=''">
{{$t('ground.jingwaihao')}}{{item.SpareTel}}
</div>
</div>
</div>
......@@ -668,12 +674,12 @@
resetForm(formName) {
this.$refs[formName].resetFields();
},
getJourney(id,TCID, title) {
getJourney(id, TCID, title) {
//根据ID 获取行程内容
var that = this;
this.tripTitle = title;
this.$nextTick(() => {
that.$refs.comTeam.GetTrip(id,TCID);
that.$refs.comTeam.GetTrip(id, TCID);
});
that.outerVisible = true;
},
......@@ -768,4 +774,5 @@
this.getList();
}
};
</script>
\ No newline at end of file
</script>
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