|
@@ -1610,21 +1610,14 @@ export default {
|
|
|
this.loadData();
|
|
this.loadData();
|
|
|
console.log("e", e);
|
|
console.log("e", e);
|
|
|
this.YDorder = e.order
|
|
this.YDorder = e.order
|
|
|
- getAction(`/business/busOtherRoomCard/queryByHotelId`).then(res=>{
|
|
|
|
|
- console.log(res);
|
|
|
|
|
- if (res.success && res.result) {
|
|
|
|
|
- if (res.result.status==1) {
|
|
|
|
|
- this.$refs.batchCheckInModal.visible = true;
|
|
|
|
|
|
|
+ if (this.kzfLiving) {
|
|
|
|
|
+ this.$refs.batchCheckInModal.visible = true;
|
|
|
this.$refs.batchCheckInModal.edit(e.model)
|
|
this.$refs.batchCheckInModal.edit(e.model)
|
|
|
- }else{
|
|
|
|
|
- this.$refs.ModalBillRoomInfo.add(e.order);
|
|
|
|
|
|
|
+ }else{
|
|
|
|
|
+ this.$refs.ModalBillRoomInfo.add(e.order);
|
|
|
this.$refs.ModalBillRoomInfo.title = "账单";
|
|
this.$refs.ModalBillRoomInfo.title = "账单";
|
|
|
this.$refs.ModalBillRoomInfo.disableSubmit = true;
|
|
this.$refs.ModalBillRoomInfo.disableSubmit = true;
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
modalBatchhFormOk(){
|
|
modalBatchhFormOk(){
|
|
|
this.$refs.ModalBillRoomInfo.add(this.YDorder);
|
|
this.$refs.ModalBillRoomInfo.add(this.YDorder);
|