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

页面修改

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