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

页面修改

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