|
@@ -646,7 +646,7 @@
|
|
|
<div v-for="( cabinitem, index ) in BcabinDatal " :key="index">
|
|
|
<div class="biaogeB"
|
|
|
v-if="CheckBoxListSelect.filter(item => item.cbType == 'Right')[0].cbValues.includes(cabinitem.label)">
|
|
|
- <div style=" color: rgb(96, 98, 102);font-size: 15px;font-weight: 600;">{{
|
|
|
+ <div style="color: rgb(96, 98, 102);font-size: 15px;font-weight: 600;">{{
|
|
|
cabinitem.label }}
|
|
|
</div>
|
|
|
<el-table :data="cabinitem.sheetInfo" border style="width: 100%">
|
|
@@ -4201,7 +4201,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
topcheckboxChange(val, label) {
|
|
|
- ////console.log(val, label, 'topcheckboxChangeval');
|
|
|
+ // console.log(val, label, 'topcheckboxChangeval');
|
|
|
var that = this;
|
|
|
if (!val) {
|
|
|
this.$confirm('此操作将清空整列数据, 是否继续?', '提示', {
|
|
@@ -4209,7 +4209,18 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
-
|
|
|
+ if(label=='SGR'){
|
|
|
+ this.costTypeHotelNumbers.filter(item => item.type == 'Default')[0].sgr=0
|
|
|
+ }
|
|
|
+ if(label=='TBR'){
|
|
|
+ this.costTypeHotelNumbers.filter(item => item.type == 'Default')[0].tbr=0
|
|
|
+ }
|
|
|
+ if(label=='JS/ES'){
|
|
|
+ this.costTypeHotelNumbers.filter(item => item.type == 'Default')[0].jses=0
|
|
|
+ }
|
|
|
+ if(label=='SUITE'){
|
|
|
+ this.costTypeHotelNumbers.filter(item => item.type == 'Default')[0].suite=0
|
|
|
+ }
|
|
|
////console.log('确定清空数据');
|
|
|
var fliterList = this.sumTopPrice.filter(x => x.label == label);
|
|
|
if (fliterList.length != 0) {
|