|
@@ -88,6 +88,11 @@
|
|
|
type="danger"
|
|
type="danger"
|
|
|
>批量制卡</a-button
|
|
>批量制卡</a-button
|
|
|
>
|
|
>
|
|
|
|
|
+ <a-button
|
|
|
|
|
+ style="margin-bottom: 10px"
|
|
|
|
|
+ @click="posOrderClick"
|
|
|
|
|
+ ><a-icon type="exception" />非在住消费pos</a-button
|
|
|
|
|
+ >
|
|
|
<!-- <a-button style="margin-bottom: 10px" @click="toPage" type="danger"
|
|
<!-- <a-button style="margin-bottom: 10px" @click="toPage" type="danger"
|
|
|
>查询散客详单</a-button
|
|
>查询散客详单</a-button
|
|
|
>
|
|
>
|
|
@@ -726,6 +731,7 @@
|
|
|
ref="ModalCleanRoom"
|
|
ref="ModalCleanRoom"
|
|
|
@ok="modalLockRoomFormOk"
|
|
@ok="modalLockRoomFormOk"
|
|
|
></clean-room-modal>
|
|
></clean-room-modal>
|
|
|
|
|
+ <posOrderModal ref="posOrderModal" />
|
|
|
|
|
|
|
|
<!-- 右键菜单 -->
|
|
<!-- 右键菜单 -->
|
|
|
<look-room-modalVue ref="lookRoomModalVue" @ok="modalLockRoomFormOk" />
|
|
<look-room-modalVue ref="lookRoomModalVue" @ok="modalLockRoomFormOk" />
|
|
@@ -765,6 +771,7 @@ import leasegoods from "./leasegoods";
|
|
|
import membermessage from "./membermessage";
|
|
import membermessage from "./membermessage";
|
|
|
import membergoodsmanage from "./membergoodsmanage";
|
|
import membergoodsmanage from "./membergoodsmanage";
|
|
|
import fangwuLookRoom from "./fangwuLookRoom.vue";
|
|
import fangwuLookRoom from "./fangwuLookRoom.vue";
|
|
|
|
|
+import posOrderModal from './posOrderModal.vue';
|
|
|
|
|
|
|
|
import lookRoomModalVue from "./modules/fangtaiModal/lookRoomModal/lookRoomModal.vue";
|
|
import lookRoomModalVue from "./modules/fangtaiModal/lookRoomModal/lookRoomModal.vue";
|
|
|
import continuedModalVue from "./modules/fangtaiModal/continuedModal/continuedModal.vue";
|
|
import continuedModalVue from "./modules/fangtaiModal/continuedModal/continuedModal.vue";
|
|
@@ -800,6 +807,7 @@ export default {
|
|
|
SelectCheckInRoomOrderModal,
|
|
SelectCheckInRoomOrderModal,
|
|
|
CustomerModal,
|
|
CustomerModal,
|
|
|
exchangeHousesModalVue,
|
|
exchangeHousesModalVue,
|
|
|
|
|
+ posOrderModal
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
@@ -981,6 +989,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
moment,
|
|
moment,
|
|
|
|
|
+ posOrderClick(){
|
|
|
|
|
+ this.$refs.posOrderModal.visible = true;
|
|
|
|
|
+ },
|
|
|
getCustomerSourceList(customerSource, first) {
|
|
getCustomerSourceList(customerSource, first) {
|
|
|
var find = this.customerSourceList.find((t) => t.value == customerSource);
|
|
var find = this.customerSourceList.find((t) => t.value == customerSource);
|
|
|
if (find) {
|
|
if (find) {
|