Commit 62cd161a authored by 黄奎's avatar 黄奎

页面修改

parent d61371cf
......@@ -18,8 +18,10 @@
</tr>
<tr>
<th width="120">入住时间</th>
<th width="80">选择酒店</th>
<th width="200">原酒店名称</th>
<th width="80">
<el-checkbox v-model='isCheck' @change="UpdateCheck()"></el-checkbox>
</th>
<th width="200">选择酒店</th>
<th width="120">机位数(Y/E/F)</th>
<th width="120">占床/不占床</th>
<th width="80">实际用房数</th>
......@@ -102,10 +104,18 @@
TCNUM: '',
TCIDs: "",
isShowBtn: 0,
isCheck: false,
Loading: false,
}
},
methods: {
UpdateCheck() {
this.DataList.forEach(item => {
item.HotelOrderList.forEach(subItem => {
subItem.IsChecked = this.isCheck;
});
})
},
goUrl(path, obj, name) {
this.$router.push({
path: path,
......
......@@ -542,7 +542,6 @@
{
obj.CostPrice = tempCostFee;
}
}
}else{
obj.PayType=null;
......
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