Commit b4b645fc authored by 黄奎's avatar 黄奎

下载调整

parent 0b36aed1
...@@ -244,13 +244,13 @@ ...@@ -244,13 +244,13 @@
<li> <li>
<span> <span>
<em>{{$t('hotel.hotel')}}</em> <em>{{$t('hotel.hotel')}}</em>
<el-select v-model="msg.HotelId" :placeholder="$t('pub.pleaseSel')" filterable> <el-select v-model="msg.HotelIdList" :placeholder="$t('pub.pleaseSel')" filterable multiple collapse-tags>
<el-option :label="$t('pub.unlimitedSel')" :value="defaultSelectValue"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="defaultSelectValue"></el-option>
<el-option v-for="item in HotelList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option> <el-option v-for="item in HotelList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>{{$t('hotel.hotel_Supplier')}}</em> <em>{{$t('hotel.hotel_Supplier')}}</em>
<el-select v-model="msg.Supplier" :placeholder="$t('pub.pleaseSel')"> <el-select v-model="msg.Supplier" :placeholder="$t('pub.pleaseSel')">
...@@ -262,10 +262,10 @@ ...@@ -262,10 +262,10 @@
</li> </li>
<li style="margin-right:50px;"> <li style="margin-right:50px;">
<button class="normalBtn" type="button" @click="GetHoltelInventory()">{{$t('pub.searchBtn')}}</button> <button class="normalBtn" type="button" @click="GetHoltelInventory()">{{$t('pub.searchBtn')}}</button>
<input type="button" class="normalBtn" :value="$t('ground.xiazaidangejiud')" <!-- <input type="button" class="normalBtn" :value="$t('ground.xiazaidangejiud')"
@click="DownLoadHotelSalesBoard()" /> @click="DownLoadHotelSalesBoard()" /> -->
<input type="button" class="normalBtn" :value="$t('ground.xiazaixuanbu')" <input type="button" class="normalBtn" value="下载"
@click="DownLoadAllHotelSalesBoard()" /> @click="DownLoadAllHotelSalesBoard()" />
</li> </li>
</ul> </ul>
...@@ -327,7 +327,8 @@ ...@@ -327,7 +327,8 @@
<a :title="$t('objFill.v101.hote.dianjtzddfgl')" v-if="subItem.UseInventory>0" <a :title="$t('objFill.v101.hote.dianjtzddfgl')" v-if="subItem.UseInventory>0"
@click="goUrl('roomReservations',subItem,dayItem.DayStr,'订房管理')" @click="goUrl('roomReservations',subItem,dayItem.DayStr,'订房管理')"
style="cursor:pointer;text-decoration:underline;" style="cursor:pointer;text-decoration:underline;"
:class="subItem.InventoryType==4 ? 'stock1' : 'stock2'">{{$t('hotel.hotel_roomUsed')}}: {{subItem.UseInventory}}</a> :class="subItem.InventoryType==4 ? 'stock1' : 'stock2'">{{$t('hotel.hotel_roomUsed')}}:
{{subItem.UseInventory}}</a>
<span v-else>{{$t('hotel.hotel_roomUsed')}}: {{subItem.UseInventory}}</span> <span v-else>{{$t('hotel.hotel_roomUsed')}}: {{subItem.UseInventory}}</span>
) )
</p> </p>
...@@ -352,6 +353,7 @@ ...@@ -352,6 +353,7 @@
OutBranchId: -1, OutBranchId: -1,
//供应商编号 //供应商编号
Supplier: 0, Supplier: 0,
HotelIdList:[],
}, },
//分公司列表 //分公司列表
companyList: [], companyList: [],
......
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