Commit 5d6392ca authored by 黄奎's avatar 黄奎

页面修改

parent 6ebae474
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
<span><em>{{ $t("fnc.bmriqi") }}</em> <span><em>{{ $t("fnc.bmriqi") }}</em>
<!-- <el-date-picker v-model="msg.CStartDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd" <!-- <el-date-picker v-model="msg.CStartDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd"
type="date"></el-date-picker> --> type="date"></el-date-picker> -->
<DateLimit :clearable="false" :StartGroupDate="msg.CStartDate" :EndGroupDate="msg.CEndDate" @change="(date)=> msg.CStartDate = date"></DateLimit> <DateLimit :clearable="false" :StartGroupDate="msg.CStartDate" :EndGroupDate="msg.CEndDate"
@change="(date)=> msg.CStartDate = date"></DateLimit>
- -
<el-date-picker v-model="msg.CEndDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd" <el-date-picker v-model="msg.CEndDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd"
type="date" :picker-options="pickerBeginDateAfter"></el-date-picker> type="date" :picker-options="pickerBeginDateAfter"></el-date-picker>
...@@ -90,10 +91,13 @@ ...@@ -90,10 +91,13 @@
<span><em>{{ $t("scen.sc_ftTime") }}</em> <span><em>{{ $t("scen.sc_ftTime") }}</em>
<!-- <el-date-picker v-model="msg.QStartDate" class="w135" value-format="yyyy-MM-dd" type="date"> <!-- <el-date-picker v-model="msg.QStartDate" class="w135" value-format="yyyy-MM-dd" type="date">
</el-date-picker> --> </el-date-picker> -->
<DateLimit :clearable="true" :StartGroupDate="msg.QStartDate" :EndGroupDate="msg.QEndDate" @change="(date)=> msg.QStartDate = date"></DateLimit> <DateLimit :clearable="true" :StartGroupDate="msg.QStartDate" :EndGroupDate="msg.QEndDate"
@change="(date)=> msg.QStartDate = date"></DateLimit>
- -
<el-date-picker v-if="msg.QStartDate" v-model="msg.QEndDate" class="w135" value-format="yyyy-MM-dd" type="date" :picker-options="pickerBeginDateAfterFT"></el-date-picker> <el-date-picker v-if="msg.QStartDate" v-model="msg.QEndDate" class="w135" value-format="yyyy-MM-dd"
<DateLimit v-else :clearable="true" :StartGroupDate="msg.QEndDate" @change="(date)=> {msg.QEndDate = date,pickerEnd()}"></DateLimit> type="date" :picker-options="pickerBeginDateAfterFT"></el-date-picker>
<DateLimit v-else :clearable="true" :StartGroupDate="msg.QEndDate"
@change="(date)=> {msg.QEndDate = date,pickerEnd()}"></DateLimit>
</span> </span>
</li> </li>
<li> <li>
...@@ -286,18 +290,19 @@ ...@@ -286,18 +290,19 @@
goUrlX('团报名清单', 'RegistrationList', item.tcid, item.tcnum) goUrlX('团报名清单', 'RegistrationList', item.tcid, item.tcnum)
"> ">
{{ item.orderId }} {{ item.orderId }}
<el-tooltip class="item" effect="dark" :content="$t('salesModule.ByProgram')" placement="top" v-show="item.orderForm == 4"> <el-tooltip class="item" effect="dark" :content="$t('salesModule.ByProgram')" placement="top"
v-show="item.orderForm == 4">
<i class="iconfont icon-xiaochengxu" style=" <i class="iconfont icon-xiaochengxu" style="
font-size: 22px; font-size: 22px;
color: red; color: red;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
"></i></el-tooltip> "></i></el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top" v-show="item.isFormB2B == 1"> <el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top"
v-show="item.isFormB2B == 1">
<i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip> <i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip>
<label <label style="display:inline-block;margin:5px 0 0 5px;font-size:12px;color: red;">
style="display:inline-block;margin:5px 0 0 5px;font-size:12px;color: red;">
<!-- {{item.PriceTeamTypeName}} --> <!-- {{item.PriceTeamTypeName}} -->
{{item.teamType == 1?$t('objFill.xiaobaot'):''}} {{item.teamType == 1?$t('objFill.xiaobaot'):''}}
</label> </label>
...@@ -736,10 +741,10 @@ ...@@ -736,10 +741,10 @@
}; };
}, },
methods: { methods: {
pickerEnd(){ pickerEnd() {
if (this.msg.QStartDate > this.msg.QEndDate && this.msg.QEndDate !== "") { if (this.msg.QStartDate > this.msg.QEndDate && this.msg.QEndDate !== "") {
this.$message.error(this.$t('tips.jsrqbndyksriqi')); this.$message.error(this.$t('tips.jsrqbndyksriqi'));
this.msg.QEndDate= ""; this.msg.QEndDate = "";
} }
}, },
//跳转到团控列表 //跳转到团控列表
...@@ -853,11 +858,12 @@ ...@@ -853,11 +858,12 @@
); );
}, },
goUrlX(name, path, id, tcmun) { goUrlX(name, path, id, tcmun) {
var newTCNUM = tcmun.replace("(小包团)", '');
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
id: id, id: id,
tcmun: tcmun, tcmun: newTCNUM,
blank: "y", blank: "y",
tab: name, tab: name,
}, },
......
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