Commit 82ef86f9 authored by youjie's avatar youjie

no message

parent 23599b75
......@@ -62,7 +62,7 @@
</el-select>
</el-form-item>
</el-col>
<template v-if="heightQueryBox">
<template v-if="!heightQueryBox">
<el-col :span="8">
<el-form-item label="发团日期:">
<el-date-picker class="h34"
......@@ -90,9 +90,9 @@
</el-form>
<ul class="clearfix">
<li class="hight_query">
<span style="font-size: 13px;color: red;cursor: pointer;">
<!-- <span style="font-size: 13px;color: red;cursor: pointer;">
<em @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo" style="font-size: 12px;"></i></em>
</span>
</span> -->
<button class="hollowFixedBtn" @click="resetPageIndex()">{{$t('pub.searchBtn')}}</button>
<el-button
:loading="loadingDC"
......@@ -212,7 +212,7 @@
<template slot-scope="scope">
<template v-if="scope.row.TCIDAndTCNUMList.length>0">
<p class="_TCIDAndTCNUMList" style="display: flex;">
<span>团号:</span>
<!-- <span>团号:</span> -->
<template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0">
<p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}}<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span></p>
</template>
......@@ -246,7 +246,7 @@
<el-table-column
prop=""
label="费用类型"
show-overflow-tooltip width="150">
show-overflow-tooltip width="200">
<template slot-scope="scope">
<template v-for="(s,si) in scope.row.CostTypeList">
<span style="background-color: rgba(64,158,255,.1);display: inline-block;padding: 0 5px;height: 22px;line-height: 20px;font-size: 12px;color: #646464;border-radius: 4px;box-sizing: border-box;border: 1px solid rgba(64,158,255,.2);white-space: nowrap;margin-bottom: 4px;">{{s}}</span></br>
......@@ -356,10 +356,10 @@
],
rules: {
TCNUM: [
{ required: true, message: '请输入团队号', trigger: 'blur' },
// { required: true, message: '请输入团队号或者', trigger: 'blur' },
],
RemitterName: [
{ required: true, message: '请输入领队/导游名称', trigger: 'blur' },
// { required: true, message: '请输入领队/导游名称', trigger: 'blur' },
],
},
msg:{
......
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