|
@@ -31,10 +31,10 @@
|
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
placeholder="类型"
|
|
placeholder="类型"
|
|
|
>
|
|
>
|
|
|
- <a-select-option :value="1">正常入住</a-select-option>
|
|
|
|
|
- <a-select-option :value="2">已结账退房</a-select-option>
|
|
|
|
|
- <a-select-option :value="3">先走未结</a-select-option>
|
|
|
|
|
- <a-select-option :value="4">联房退房</a-select-option>
|
|
|
|
|
|
|
+ <a-select-option :value="-1">正常入住</a-select-option>
|
|
|
|
|
+ <a-select-option :value="1">已结账退房</a-select-option>
|
|
|
|
|
+ <a-select-option :value="2">先走未结</a-select-option>
|
|
|
|
|
+ <a-select-option :value="3">联房退房</a-select-option>
|
|
|
</a-select>
|
|
</a-select>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
dictOptions: {},
|
|
dictOptions: {},
|
|
|
superFieldList: [],
|
|
superFieldList: [],
|
|
|
hotelList: [],
|
|
hotelList: [],
|
|
|
- queryParam: { type: 1, livingStatus: 1, bookingStatus: 1 },
|
|
|
|
|
|
|
+ queryParam: { type: 1, livingStatus: -1, bookingStatus: 1 },
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|