123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607 |
- <template>
- <view class="page" :style="{'height':(h-th)+'px','padding-top':mt+'px'}">
- <c-nav-bar title="房型列表" :showIcon="true"></c-nav-bar>
- <!-- 房型数量 -->
- <view class="typeNum">
- <view class="left" style="font-size: 24rpx; color: #777;">
- 共{{roomType.length}}个房型
- </view>
- <view class="right" @click="showList">
- <view class="image">
- <image src="https://i.ringzle.com/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
- </image>
- </view>
- <view class="text">
- 批量操作
- </view>
- </view>
- </view>
- <!-- 房型选择 -->
- <view class="type" v-for="item in roomType" :key="item.houseBaseId">
- <view class="left" v-if="Selected==true">
- <view class="image">
- <image @tap="selectPerson(item,index)"
- :src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image>
- </view>
- </view>
- <view class="right" @click="goEditTypeInfo(item.houseBaseId)">
- <view class="top">
- <text style="font-size: 30rpx; color: #333;">{{item.name}}</text>
- <u-icon name="arrow-right"></u-icon>
- </view>
- <view class="under">
- <text style="font-size: 24rpx; color: #777;">{{item.shortName}}</text>
- <text style="font-size: 24rpx; color: #777;">{{item.roomCount}}间</text>
- </view>
- </view>
- </view>
- <!-- 批量按钮 -->
- <view class="btn-btn" v-if="Selected==true">
- <view class="bottom-btn">
- <view class="left">
- <view class="image">
- <!-- <image
- :src="isSelect?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image> -->
- <image
- :src="selectedTags.length>0?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image>
- </view>
- <view class="text">
- 已选:{{selectedTags.length}}
- </view>
- </view>
- <view class="right">
- <!-- <view class="right-btn" @click="piliangxiajia()">
- 批量下架
- </view> -->
- <view class="right-btn" @click="Pricing()">
- 批量定价
- </view>
- </view>
- </view>
- </view>
- <!-- 新增按钮 -->
- <view class="btn-btn" @click="addType(id)" v-else>
- <view class="btn">
- 新增
- </view>
- </view>
- <u-popup :show="showPricing" @close="close" @open="open">
- <view class="pop-pop">
- <view class="hander-one">
- <view class="">
- </view>
- <view class="text">
- 批量定价
- </view>
- <view class="del" @click="close">
- <u-icon name="close" color=""></u-icon>
- </view>
- </view>
- <view class="hander-two">
- <view class="hander-two-text">
- 每天价格
- </view>
- <u-radio-group @change="selectType" size="32" iconSize="24" placement="row" activeColor='#1372FF'>
- <u-radio labelSize='30' label="固定设置" :name='1'></u-radio>
- <u-radio labelSize='30' label="按天设置" :name='2' v-if="tabIndex==0"></u-radio>
- </u-radio-group>
- </view>
- <view class="hander-three">
- <view class="hander-three-text">
- 起始日期
- </view>
- <view class="hander-three-input" @click="show=true">
- <u--input placeholder="请选择" border="none" disabledColor='#fff' fontSize='26' v-model="valueTime"
- disabled='false'></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
- <view class="hander-four" v-if="typeIndex==1">
- <view class="hander-three-text" style="">
- <view class="">
- 价格
- </view>
- <view class="">
- ¥
- </view>
- </view>
- <view class="hander-three-input">
- <u--input placeholder="请输入价格" fontSize='26' border="none" v-model="fromData.price"
- @change="change"></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="close-circle-fill"></u-icon>
- </view>
- </view>
- <view class="" v-else>
- <view class="hander-four">
- <view class="hander-three-text" style="">
- <view class="">
- 周五-周六
- </view>
- <view class="">
- ¥
- </view>
- </view>
- <view class="hander-three-input">
- <u--input placeholder="请输入价格" fontSize='26' border="none"
- v-model="fromData.friToSatdayPrice" @change="change"></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="close-circle-fill"></u-icon>
- </view>
- </view>
- <view class="hander-four">
- <view class="hander-three-text" style="">
- <view class="">
- 周日-周四
- </view>
- <view class="">
- ¥
- </view>
- </view>
- <view class="hander-three-input">
- <u--input placeholder="请输入价格" fontSize='26' border="none"
- v-model="fromData.sunToThursdayPrice" @change="change"></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="close-circle-fill"></u-icon>
- </view>
- </view>
- </view>
- <view class="btn-btn" @click='addTime()'>
- <view class="btn">
- 确定
- </view>
- </view>
- </view>
- </u-popup>
- <!-- <u-calendar :show="show" :mode="mode" @confirm="confirm"></u-calendar> -->
- <!-- 选择入驻时间 -->
- <u-calendar class="u-time" confirmDisabledText="确定" :show="show" :mode="mode" @confirm="confirm"
- @close="closeDate" :closeOnClickOverlay="true" color="#007A69"></u-calendar>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- homestayId: uni.getStorageSync('homestayId') || 0,
- roomType: [],
- isSelect: false,
- Selected: false,
- showPricing: false,
- show: false,
- selectedTags: [],
- ids: [],
- from: {},
- tabIndex: 0,
- typeIndex: 1,
- mode: 'range',
- valueTime: '',
- fromData: {
- homestayId: uni.getStorageSync('homestayId'),
- houseBaseIdList: [],
- friToSatdayPrice: '',
- sunToThursdayPrice: '',
- price: '',
- rentDateEnd: '',
- rentDateStart: '',
- }
- }
- },
- onLoad() {
- // console.log(this.homestayId)
- this.getHomestayId()
- },
- methods: {
- addTime() {
- this.$api.post('/merchant/hotel/room/state/batchDefineRoomPrice', this.fromData).then(res => {
- console.log(res.data);
- if (res.data.code == 0) {
- this.$showToast('定价成功')
- setTimeout(() => {
- this.showPricing = false
- this.fromData = {}
- this.getHomestayId()
- }, 1000)
- } else this.$showToast(res.data.msg)
- })
- },
- confirm(e) {
- console.log(e);
- this.show = false
- this.valueTime = e[0] + '~' + e[e.length - 1]
- console.log(this.valueTime);
- this.fromData.rentDateStart = e[0]
- this.fromData.rentDateEnd = e[e.length - 1]
- },
- closeDate() {
- this.show = false
- },
- selectType(type) {
- console.log(type);
- this.typeIndex = type;
- // this.fromData.comboType = type
- },
- piliangxiajia() {
- this.$api.post('/merchant/hotel/repast/batchPutAway', this.from).then(res => {
- this.selectedTags = [];
- this.Selected = false;
- this.getHomestayId(); //获取商品列表
- })
- },
- selectPerson(e, i) {
- console.log(e, i);
- if (this.selectedTags.includes(e)) {
- this.selectedTags = this.selectedTags.filter(t => t !== e);
- this.ids.splice(i, 1)
- console.log('1111');
- } else {
- console.log('2222');
- this.selectedTags.push(e);
- this.fromData.houseBaseIdList.push(e.houseBaseId)
- // this.from = {
- // idList: this.ids,
- // status: e.status == 1 ? 0 : 1
- // }
- }
- },
- close() {
- this.showPricing = false
- },
- open() {},
- Pricing() {
- console.log('11111111');
- this.showPricing = true
- },
- // 批量显示
- showList() {
- this.Selected = !this.Selected
- },
- // 获取房型列表信息
- getHomestayId() {
- this.$api.get(`/merchant/hotel/mine/getHouseBaseList/${this.homestayId}`, {
- homestayId: this.homestayId
- }).then((res) => {
- // console.log(res)
- this.roomType = res.data.data
- // let roomSymbleName=this.roomType.name
- // console.log(roomSymbleName)
- // console.log(this.roomType)
- })
- },
- // 新增房型
- addType(id) {
- uni.navigateTo({
- url: `/pages/my/houseList?id=${this.homestayId}`
- })
- },
- // 修改房型信息
- goEditTypeInfo(houseBaseId) {
- uni.navigateTo({
- url: `/pages/my/houseList?houseBaseId=${houseBaseId}`
- })
- console.log(houseBaseId)
- }
- }
- }
- </script>
- <style lang="scss">
- .u-reset-button,
- .u-button--active {
- width: 100% !important;
- }
- .data-v-b73440ae {
- height: 500rpx !important;
- }
- .u-slide-up-enter-active {
- height: 75vh !important;
- }
- .u-time {
- height: 75vh !important;
- }
- .u-calendar-month__days__day {
- height: 130rpx !important;
- }
- .u-square {
- background-color: #fff !important;
- }
- .u-input__content {
- margin-top: 22rpx !important;
- }
- .uicon-arrow-right,
- .uicon-close-circle-fill {
- margin-top: 32rpx !important;
- margin-right: 20rpx !important;
- }
- .pop-pop {
- height: 65vh;
- padding: 46rpx 20rpx 0;
- .hander-one {
- display: flex;
- justify-content: space-between;
- .text {
- font-size: 36rpx;
- color: #333333;
- font-weight: bold;
- }
- .del {}
- }
- .hander-two {
- display: flex;
- align-items: center;
- margin: 30rpx 0;
- .hander-two-text {
- font-size: 30rpx;
- color: #333333;
- font-weight: Regular;
- margin-right: 30rpx;
- }
- .hander-two-image {
- display: flex;
- align-items: center;
- .image {
- margin: 0 10rpx;
- width: 30rpx;
- height: 30rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- .hander-three {
- display: flex;
- border: 1rpx solid #CCCCCC;
- border-radius: 16rpx;
- justify-content: space-between;
- height: 102rpx;
- line-height: 102rpx;
- .hander-three-text {
- width: 200rpx;
- text-align: left;
- display: flex;
- justify-content: space-between;
- margin: 0 20rpx;
- }
- .hander-three-input {
- width: 55%;
- }
- .hander-three-icon {
- height: 102rpx;
- line-height: 102rpx;
- }
- }
- .hander-four {
- margin-top: 30rpx;
- display: flex;
- border-radius: 16rpx;
- justify-content: space-between;
- border: 1rpx solid #CCCCCC;
- height: 102rpx;
- line-height: 102rpx;
- .hander-three-text {
- width: 200rpx;
- text-align: center;
- display: flex;
- justify-content: space-between;
- margin: 0 20rpx;
- }
- .hander-three-input {
- width: 55%;
- }
- .hander-three-icon {
- height: 102rpx;
- line-height: 102rpx;
- }
- }
- }
- .page {
- background: #F3F4F4;
- padding-bottom: 260rpx;
- box-sizing: border-box;
- overflow-y: auto;
- overflow-x: auto;
- }
- .typeNum {
- // width: 100%;
- height: 73rpx;
- display: flex;
- justify-content: space-between;
- padding: 23rpx 24rpx;
- align-items: center;
- // .left {}
- .right {
- display: flex;
- align-items: center;
- .image {
- margin: 0 10rpx;
- width: 30rpx;
- height: 30rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .text {
- font-size: 28rpx;
- font-weight: Regular;
- color: #333333;
- }
- }
- }
- .type {
- margin: 0 auto;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- width: 86%;
- // height: 114rpx;
- background-color: #fff;
- padding: 30rpx;
- margin-bottom: 20rpx;
- display: flex;
- .left {
- height: 114rpx;
- line-height: 114rpx;
- margin-right: 20rpx;
- .image {
- margin: 0 10rpx;
- width: 30rpx;
- height: 30rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .right {
- width: 100%;
- }
- }
- .top {
- display: flex;
- justify-content: space-between;
- }
- .under {
- margin-top: 40rpx;
- display: flex;
- justify-content: space-between;
- }
- .btn-btn {
- width: 100%;
- height: 136rpx;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- padding: 30rpx 0 0;
- // margin: 0 auto;
- z-index: 9;
- // margin-top: 30rpx;
- // margin-left: 30rpx;
- .bottom-btn {
- display: flex;
- justify-content: space-between;
- margin: 0 24rpx;
- .left {
- width: 25%;
- display: flex;
- align-items: center;
- .image {
- width: 38rpx;
- height: 38rpx;
- margin: 0 10rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .right {
- width: 75%;
- display: flex;
- justify-content: space-evenly;
- .right-btn {
- // width: 148rpx;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #1372FF;
- border-radius: 16rpx;
- font-size: 26rpx;
- color: #fff;
- font-weight: Regular;
- text-align: center;
- }
- }
- }
- }
- .btn {
- margin: 0 auto;
- width: 690rpx;
- height: 96rpx;
- background-color: #1372FF;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 34rpx;
- border-radius: 48rpx;
- }
- </style>
|