Commit b23e1dcb authored by 黄奎's avatar 黄奎

11

parent db9a0eab
......@@ -100,7 +100,8 @@
</table>
</li>
<li>
<input type="button" class="normalBtn" v-if="allDIs" :value="$t('objFill.v101.quxfxbquer')" @click="querenHotel(0)" />
<input type="button" class="normalBtn" v-if="allDIs" :value="$t('objFill.v101.quxfxbquer')"
@click="querenHotel(0)" />
<input type="button" class="normalBtn" :value="$t('op.FFBDowmLoad')" @click="exportExcel_singleRoom()" />
<input type="button" class="normalBtn" :value="$t('objFill.v101.lvkemdxiaz')" @click="exportExcel()" />
</li>
......@@ -141,7 +142,8 @@
<tr v-for="(subItem, subIndex) in dataList" :class="{'redTr':subItem.VisaState==1}">
<td>{{subIndex+1}}</td>
<td width="100" style="padding: 3px;">
<el-select v-model="subItem.HouseNo" :placeholder="$t('pub.pleaseSel')" @change="sortNumberN(subItem, subIndex)">
<el-select v-model="subItem.HouseNo" :placeholder="$t('pub.pleaseSel')"
@change="sortNumberN(subItem, subIndex)">
<el-option v-for="(hs, hsIndex) in numberList"
:disabled="(subItem.HouseType == 1 && IsLeaderGuide == 1) || hs.dis || allDIs" :key="hs.name"
:label="hs.name" :value="hs.name">
......@@ -156,7 +158,8 @@
</el-option>
</el-select>
<el-select v-model="subItem.HouseType" :placeholder="$t('pub.pleaseSel')" @change="changeRmType(subItem, subIndex)" v-else>
<el-select v-model="subItem.HouseType" :placeholder="$t('pub.pleaseSel')"
@change="changeRmType(subItem, subIndex)" v-else>
<el-option :disabled="(subItem.HouseType == 1 && IsLeaderGuide == 1) || allDIs"
v-for="(hs, hsIndex) in LeaderHouseList" :key="hsIndex" :label="hs.HouseName" :value="hs.HouseType">
</el-option>
......@@ -452,10 +455,10 @@
isGetTicket: 0, //查询机票
isGetZiYouXing: 0, //查询自由行
};
var fileName = this.$t('salesModule.LKMD')+".xls";
var fileName = this.$t('salesModule.LKMD') + ".xls";
if (this.QueryMsg.TeamInfoData != null) {
fileName =
"【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】"+this.$t('salesModule.LKMD')+".xls";
"【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】" + this.$t('salesModule.LKMD') + ".xls";
}
this.GetLocalFile("travel_get_GetTravelGuestExport", msg, fileName);
},
......@@ -469,10 +472,15 @@
isGetZiYouXing: 0, //查询自由行
isOnlyFenFang: 1, //只查询已分房的
};
var fileName = this.$t('op.FFBDowmLoad')+".xls";
var fileName = this.$t('op.FFBDowmLoad') + ".xls";
if (this.QueryMsg.TeamInfoData != null) {
fileName =
"【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】"+this.$t('op.FFBDowmLoad')+'.xls';
if (this.QueryMsg.TeamInfoData[0].DMCNum && this.QueryMsg.TeamInfoData[0].DMCNum != '') {
fileName =
"【" + this.QueryMsg.TeamInfoData[0].DMCNum + "】" + this.$t('op.FFBDowmLoad') + '.xls';
} else {
fileName =
"【" + this.QueryMsg.TeamInfoData[0].TCNUM + "】" + this.$t('op.FFBDowmLoad') + '.xls';
}
}
this.GetLocalFile("travel_get_GetTravelRoomExport", msg, fileName, res => {
this.QueryMsg.loading = false;
......
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