| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853 |
- <template>
- <view style="height:calc(100vh - var(--window-bottom))">
- <div style="background:#fff">
- <div class="home-box">
- <div class="select-top">
- <uni-data-select style="border: none;flex: none;" iconColor="#FFF" :clear="false" v-model="hotelIds" :localdata="range" @change="change"></uni-data-select>
- </div>
- <div class="grid-data">
- <div>
- <div>今日总收款/元</div>
- <div style="font-size: 18px;">{{todayTotalIncome}}</div>
- </div>
- <div>
- <div>在住/空置</div>
- <div style="font-size: 18px;">{{roomData.checkInRoomData}}/{{roomData.allRoomData - roomData.checkInRoomData}}</div>
- </div>
- <div>
- <div>入住率</div>
- <div style="font-size: 18px;">{{(((roomData.checkInRoomData/roomData.allRoomData) || 0)*100).toFixed(2)}}%</div>
- </div>
- </div>
- <div class="grid-data">
-
- <div>
- <div>今日总收入/元</div>
- <div style="font-size: 18px;">{{todayIncome.reduce((pre, cur) => pre+cur.amount,0 ) || 0}}</div>
- </div>
- <div>
- <div>平均房价/元</div>
- <div style="font-size: 18px;">{{roomData.housingPrices}}</div>
- </div>
- <div>
- <div>RevPAR</div>
- <div v-if="roomData.checkInRoomData/roomData.allRoomData!=0 && roomData.allRoomData!=0" style="font-size: 18px;">{{((roomData.housingPrices*roomData.allRoomData)/(roomData.checkInRoomData/roomData.allRoomData).toFixed(2)).toFixed(2)}}</div>
- <div v-else style="font-size: 18px;">{{0}}</div>
- </div>
- </div>
- <div class="card">
- <div style="display:flex;justify-content:flex-end;align-items:center;">
- <u-icon name="arrow-right"></u-icon>
- </div>
- <div class="card-data">
- <div @click="roomOrders(1)">
- <div style="font-size: 20px; font-weight: 600;">{{roomData.todayLeaveRoomData}}</div>
- <div style="font-size: 12px;">今日预离</div>
- </div>
- <div @click="handleToPredetemine(1)">
- <div style="font-size: 20px; font-weight: 600;">{{roomData.todayArriveRoomData}}</div>
- <div style="font-size: 12px;">今日预抵</div>
- </div>
- <div>
- <div style="font-size: 20px; font-weight: 600;">{{roomData.todayArrearsRoomData}}</div>
- <div style="font-size: 12px;color:red">欠费</div>
- </div>
- <div>
- <div style="font-size: 20px; font-weight: 600;">{{roomData.dirtyRoomData}}</div>
- <div style="font-size: 12px;">脏房</div>
- </div>
- </div>
- </div>
- </div>
- <div class="grid-tabbar">
- <div v-for="(item, index) in tabbarList" @click="handleToPage(item)" :key="index" style="display:flex;flex-direction:column;align-items:center">
- <image :src="item.icon" style="width:30px;height:30px;" />
- <div class="tbr-name">{{item.name}}</div>
- </div>
- </div>
- <div class="notice">
- 公告<span style="border-right:3px solid rgb(255, 141, 26);margin:0 5px"></span>公告内容公告内容公告内容公告内容
- </div>
- </div>
- <div class="content-card">
- <div class="content-card-top">
- <div>
- <span>今日收入</span>/元
- </div>
- <div @click="handleToIncome">
- <u-icon name="arrow-right"></u-icon>
- </div>
- </div>
- <div class="content-card-btm">
- <div v-for="(item, index) in todayIncome" :key="index">
- <div>{{item.amount}}</div>
- <div>{{item.name}}</div>
- </div>
- </div>
- </div>
- <div class="content-card">
- <div class="content-card-top">
- <div>
- <span>收款方式</span>/元
- </div>
- <div @click="handleToBusinessAnalysis">
- <u-icon name="arrow-right"></u-icon>
- </div>
- </div>
- <div class="content-card-btm">
- <div v-for="(item, index) in paymentMethod" :key="index">
- <div>{{item.amount}}</div>
- <div>{{item.name}}</div>
- </div>
- <!-- <div>
- <div>35280.00</div>
- <div>微信</div>
- </div>
- <div>
- <div>7890.00</div>
- <div>支付宝</div>
- </div> -->
- </div>
- </div>
- <div class="content-card">
- <div class="content-card-top">
- <div>
- <span>在住来源</span>/间
- </div>
- <div @click="toBusiness">
- <u-icon name="arrow-right"></u-icon>
- </div>
- </div>
- <div class="content-card-btm">
- <div v-for="(item, index) in staySource" :key="index">
- <div>{{item.count}}</div>
- <div>{{item.name}}</div>
- </div>
- <!-- <div>
- <div>123</div>
- <div>美团</div>
- </div>
- <div>
- <div>123</div>
- <div>携程</div>
- </div>
- <div>
- <div>123</div>
- <div>飞猪</div>
- </div> -->
- </div>
- </div>
- <div class="content-card">
- <div class="content-card-top">
- <div>
- <span>房态</span>/间
- </div>
- <div @click="toRoomType">
- <u-icon name="arrow-right"></u-icon>
- </div>
- </div>
- <div class="content-card-btm">
- <div v-for="(item, index) in roomStatus" :key="index">
- <div>{{item.count}}</div>
- <div>{{item.name}}</div>
- </div>
- <!-- <div>
- <div>123</div>
- <div>住脏</div>
- </div>
- <div>
- <div>123</div>
- <div>空净</div>
- </div>
- <div>
- <div>123</div>
- <div>空脏</div>
- </div>
- <div>
- <div>123</div>
- <div>维修</div>
- </div> -->
- </div>
- </div>
- <div class="content-card" v-if="true">
- <div class="content-card-top">
- <div>
- <span>收支情况</span>/元
- <uni-data-select style="width:80px;border: none;flex: none;" :clear="false" v-model="incomeValue" :localdata="incomeRange" @change="incomeChange"></uni-data-select>
- </div>
- <div @click="toIncomeDetail">
- <u-icon name="arrow-right"></u-icon>
- </div>
- </div>
- <div class="content-card-btm">
- <div>
- <div>{{incomeAndExpenditure.reduce((pre, cur)=> pre+cur.money,0)}}</div>
- <div>收入</div>
- </div>
- <div>
- <div>{{incomeAndExpenditure.reduce((pre, cur)=> pre+cur.zc_money,0)}}</div>
- <div>支出</div>
- </div>
- <div>
- <div>{{incomeAndExpenditure.reduce((pre, cur)=> pre+cur.jy_money,0)}}</div>
- <div>结余</div>
- </div>
- </div>
- </div>
- <div class="content-card" v-if="false">
- <div class="content-card-top">
- <div>
- <span>收支一览</span>/元
- <uni-data-select style="width:80px;border: none;flex: none;" :clear="false" v-model="incomeValue" :localdata="incomeRange" @change="generalChange"></uni-data-select>
- </div>
- <div>></div>
- </div>
- <div class="">
- <LineCharts />
- </div>
- </div>
- <div style="height:100px;">
- </div>
- <div style="width:100vw;height:var(--window-bottom);"></div>
- </view>
- </template>
- <script>
- import LineCharts from '../../components/echarts/line.vue';
- import {
- getHotelList,
- getRevPAR,
- getTodayIncome,
- getTodayTotalIncome,
- getStaySource,
- getRoomStatus,
- getIncomeAndExpenditure
- } from '../../utils/api.js';
- import {
- mapState
- } from 'vuex';
- export default {
- components: {
- LineCharts
- },
- data() {
- return {
- // value: 0,
- range: [{
- value: 0,
- text: "全部"
- },
- {
- value: 1,
- text: "沙县大酒店"
- },
- {
- value: 2,
- text: "游泳"
- },
- ],
- incomeRange: [{
- value: 1,
- text: "近七日"
- },
- {
- value: 2,
- text: "本月"
- },
- {
- value: 3,
- text: "近半年"
- },
- {
- value: 4,
- text: "本年度"
- },
- ],
- incomeValue: 1,
- tabbarList: [{
- name: '退房',
- icon: '../../static/alisvg/tuifang1.svg',
- },
- {
- name: '审核',
- icon: '../../static/alisvg/shenhe.svg',
- },
- {
- name: '客房服务',
- icon: '../../static/alisvg/wodekefu.svg',
- },
- {
- name: '预定',
- icon: '../../static/alisvg/yuding.svg',
- },
- {
- name: '记账本',
- icon: '../../static/alisvg/jizhangben.svg',
- },
- {
- name: '财务报表',
- icon: '../../static/alisvg/jurassic_report-caiwu.svg',
- },
- {
- name: '经营分析',
- icon: '../../static/alisvg/jingyingfenxi.svg',
- },
- {
- name: '客单',
- icon: '../../static/alisvg/24gf-building2.svg',
- },
- {
- name: 'POS消费',
- icon: '../../static/alisvg/24gl-cart4.svg',
- },
- {
- name: '更多',
- icon: '../../static/alisvg/gengduo.svg',
- },
- {
- name: '交接班',
- icon: '../../static/alisvg/qiehuan2.svg',
- },
- {
- name: '商品订单',
- icon: '../../static/alisvg/24gf-cart4.svg',
- },
- {
- name: '远期房态',
- icon: '../../static/alisvg/ico_jiudianguanli_yuanqifangtai.svg',
- },
- {
- name: '异动表',
- icon: '../../static/alisvg/24gf-bag.svg',
- },
- {
- name: '收支明细',
- icon: '../../static/alisvg/jurassic_report-caiwu.svg',
- }
- ],
- RevPAR: 0,
- hotelIds: 0,
- // housingPrices: 0, //平均房价
- todayIncome: [{
- name: '押金',
- amount: 0
- },
- {
- name: '房费',
- amount: 0
- },
- {
- name: '商品',
- amount: 0
- }
- ], //今日收入统计
- todayTotalIncome: 0, //今日总收款
- roomData: {
- //房间总数
- allRoomData: 0,
- //入住总数
- checkInRoomData: 0,
- //平均房价
- housingPrices: 0,
- // 今日预离
- todayLeaveRoomData: 0,
- //今日预抵
- todayArriveRoomData: 0,
- //今日欠费
- todayArrearsRoomData: 0,
- //脏房
- dirtyRoomData: 0,
- },
- //收款方式
- paymentMethod: [{
- name: '现金',
- amount: 0
- },
- {
- name: '微信',
- amount: 0
- },
- {
- name: '支付宝',
- amount: 0
- }
- ],
- //在住来源
- staySource: [{
- name: '散客',
- count: 0
- },
- {
- name: '美团',
- count: 0
- }
- ],
- //房态统计
- roomStatus: [{
- name: '住净',
- count: 0
- },
- {
- name: '住脏',
- count: 0
- },
- {
- name: '空净',
- count: 0
- },
- {
- name: '空脏',
- count: 0
- },
- {
- name: '维修',
- count: 0
- },
- ],
- //收支情况
- incomeAndExpenditure: [],
- };
- },
- computed: {
- ...mapState({
- hotelIdList: state => state.hotelIdList,
- hotelId: state => state.hotelId
- }),
- IncomeAndExpenditure(){
- }
- },
- watch: {
- hotelIdList(newVal) {
- console.log(newVal);
- this.range = newVal.map(item => ({
- value: item.id,
- text: item.name
- }))
- }
- },
- async mounted() {
- // this.onload()
- },
- onShow() {
- this.getHotel();
-
- },
- methods: {
- //获取酒店数据
- async getHotel() {
- let data = await getHotelList()
- if (data.code == 200) {
- this.$nextTick(() => {
- this.$store.commit('setHotelIdList', data.result.records)
- let cacheStore = uni.getStorageSync("hotelInfo")
- if(cacheStore) {
- this.hotelIds = cacheStore.id
- this.$store.commit('setHotelId', cacheStore.id)
- } else {
- this.hotelIds = data.result.records[0].id
- uni.setStorageSync("hotelInfo",data.result.records[0])
- this.$store.commit('setHotelId', data.result.records[0].id)
- }
- this.onload()
- })
- }
- return data
- },
- onload() {
- let str = new Date()
- //后一天
- let end = new Date(new Date().getTime() + 24 * 60 * 60 * 1000)
-
- // 房间数据统计
- getRevPAR().then(res => {
- if (res.code == 200 && res.result.length > 0) {
- this.roomData.allRoomData = res.result[0]
- this.roomData.checkInRoomData = res.result[1]
- this.roomData.housingPrices = res.result[2]
- this.roomData.todayLeaveRoomData = res.result[3]
- this.roomData.todayArriveRoomData = res.result[4]
- this.roomData.todayArrearsRoomData = res.result[5]
- this.roomData.dirtyRoomData = res.result[6]
- }
- })
- //今日收入统计
- getTodayIncome().then(res => {
- if (res.code == 200 && res.result.length > 0) {
- console.log(res.result);
- this.todayIncome = res.result
- } else {
- this.todayIncome = [{
- name: '押金',
- amount: 0
- },
- {
- name: '房费',
- amount: 0
- },
- {
- name: '商品',
- amount: 0
- }
- ]
- }
- })
- //今日总收款
- console.log("nidayede ",str,end)
- getTodayTotalIncome({
- startTime: str.format("yyyy-MM-dd"),
- endTime: end.format("yyyy-MM-dd")
- }).then(res => {
-
- if (res.code == 200 && res.result.records.length > 0) {
- let brr = []
- let data = res.result.records
- this.todayTotalIncome = 0
- data.forEach(item => {
- let arr = []
- arr = Object.keys(item).filter(items => items != 'department' && items != 'hotel_name')
- brr = Object.keys(item).filter(items => items == '现金' || items == '微信' || items == '支付宝')
- console.log(arr);
- arr.forEach(ele => {
- this.todayTotalIncome += parseFloat(item[ele]) * 1
- })
- })
- let obj = {}
- let copy = []
- brr.forEach((item, i) => {
- console.log(obj);
- copy.push({
- name: item,
- amount: data.reduce((pre, cur) => {
- return pre + cur[item]
- }, 0)
- })
- })
- this.paymentMethod = copy
- // console.log('2222222222', copy);
- // console.log(this.todayTotalIncome);
- } else {
- this.todayTotalIncome = 0
- }
- })
- //在住来源
- getStaySource().then(res => {
- if (res.code == 200 && res.result.length > 0) {
- this.staySource = res.result
- // console.log('%cindex.vue line:463 this.staySource', 'color: white; background-color: #007acc;', this.staySource);
- }
- })
- getRoomStatus().then(res => {
- if (res.code == 200 && res.result.length > 0) {
- this.roomStatus = res.result
- } else {
- this.roomStatus = [{
- name: '住净',
- count: 0
- },
- {
- name: '住脏',
- count: 0
- },
- {
- name: '空净',
- count: 0
- },
- {
- name: '空脏',
- count: 0
- },
- {
- name: '维修',
- count: 0
- },
- ]
- }
- })
- this.getIncomeAndExpenditure(this.incomeValue)
- },
- /**
- * 获取收支情况
- */
- getIncomeAndExpenditure(section){
- getIncomeAndExpenditure({section:section}).then(res=>{
- console.log(res);
- if (res.code == 200) {
- this.incomeAndExpenditure = res.result
- }
- })
- },
-
- change(e) {
- console.log("e:", e);
- this.hotelIds = e
- let hotels = this.hotelIdList
- let idx = (hotels||[]).findIndex(s=>s.id == e)
- if(idx > -1) {
- uni.setStorageSync("hotelInfo",hotels[idx])
- }
- this.$store.commit('setHotelId', e)
- this.onload()
- },
- roomOrders(idx) {
- uni.navigateTo({
- url: `/pages/roomOrders/roomOrders?current=${idx}`
- })
- },
- handleToPredetemine(idx) {
- uni.navigateTo({
- url: `/pages/predetermine/predetermine?current=${idx}`
- })
- },
- handleToPage(e) {
- console.log(e);
- if (e.name == '远期房态') {
- uni.navigateTo({
- url: '/components/longTermHousingStatus/longTermHousingStatus'
- })
- }
- if (e.name == '客单') {
- this.roomOrders(0)
- }
- if (e.name == '预定') {
- this.handleToPredetemine(0)
- }
- if (e.name == '经营分析') {
- uni.navigateTo({
- url: '/components/businessAnalysis/businessAnalysis'
- })
- }
- if (e.name == '收支明细') {
- uni.navigateTo({
- url: '/components/incomeDetail/incomeDetail'
- })
- }
- if (e.name == '客房服务') {
- uni.navigateTo({
- url: '/components/roomService/roomService'
- })
- }
- },
- handleToIncome(){
- uni.navigateTo({
- url: '/components/incomeDetail/incomeDetail'
- })
- },
- handleToBusinessAnalysis(){
- uni.navigateTo({
- url: `/components/businessAnalysis/businessAnalysis?current=${1}`
- })
- },
- toBusiness(){
- uni.navigateTo({
- url: `/components/businessAnalysis/businessAnalysis?current=${4}`
- })
- },
- toRoomType(){
- uni.switchTab({
- url:'/pages/roomStateDiagram/roomStateDiagram'
- })
- },
- toIncomeDetail(){
- uni.navigateTo({
- url: '/components/incomeDetail/incomeDetail'
- })
- },
- incomeChange(e) {
- console.log("e:", e);
- console.log(this.incomeValue);
- // this.
- this.getIncomeAndExpenditure(e)
- },
- generalChange(e) {
- console.log("e:", e);
- }
- },
- };
- </script>
- <style lang="scss" scoped>
- page {
- width: 100%;
- height: 100%;
- background-color: #f5f5f5;
- z-index: -20 !important;
- }
- .home-box {
- // height: 200px;
- // width: 200px;
- background-color: rgb(0, 186, 173);
- border-radius: 0 0 10% 10%;
- }
- .select-top {
- // width: 100px;
- display: flex;
- justify-content: center;
- align-items: center;
- /deep/.uni-select {
- border: none !important;
- text-align: center;
- }
- /deep/.uni-select__input-text {
- color: #fff;
- }
- }
- .card {
- width: 80%;
- height: 100px;
- background-color: #fff;
- border: 1px solid rgb(0, 186, 173);
- margin: auto;
- border-radius: 5px;
- //阴影
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
- margin-top: 10px;
- // padding: 10px;
- display: flex;
- flex-direction: column;
- }
- .card-data {
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex: 1;
- >div {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- width: 25%;
- height: 45px;
- }
- }
- .grid-data {
- display: flex;
- grid-template-columns: repeat(3, 1fr);
- grid-template-rows: repeat(2, 1fr);
- grid-gap: 30px 10px;
- color: #fff;
- margin-top: 26rpx;
- }
- .grid-data>div {
- /* background-color: #fff; */
- /* border: 1px solid #eee; */
- display: flex;
- width: 100%;
- justify-content: space-between;
- flex-direction: column;
- align-items: center;
- height: 50px;
- font-size: 12px;
- }
- .grid-tabbar {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- margin-top: 20px;
- background: #fff;
- }
- .tbr-name{
- font-size: .8rem;
- }
- .grid-tabbar>div{
- width: 20%;
- margin: 10px 0;
- }
- // .bgco {
- // position: fixed;
- // background-color: rgb(0, 186, 173);
- // height: 250px;
- // width: 100%;
- // z-index: -1;
- // top: 0;
- // border-bottom-left-radius: 20%;
- // border-bottom-right-radius: 20%;
- // }
- .notice {
- border-top: 1px solid #00000040;
- margin-top: 10px;
- padding: 10px;
- border-bottom: 1px solid #000;
- background: #fff;
- }
- .content-card {
- margin-top: 5px;
- background: #fff;
- border-bottom: 1px solid #000;
- .content-card-top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
- // border-bottom: 1px solid #00000040;
- div:nth-child(1) {
- display: flex;
- align-items: center;
- // justify-content: center;
- width: 200px;
- span {
- font-size: 18px;
- font-weight: bold;
- }
- }
- >div {
- >span {
- font-size: 18px;
- font-weight: bold;
- }
- }
- }
- .content-card-btm {
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding: 10px;
- height: 45px;
- >div {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- height: 100%;
- div:nth-child(2) {
- font-size: 12px;
- }
- }
- }
- }
- </style>
|