123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477 |
- <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()"
- :src="isSelect?'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 @tap="selectPerson()"
- :src="isSelect?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image>
- </view>
- <view class="text">
- 已选:1
- </view>
- </view>
- <view class="right">
- <view class="right-btn">
- 批量下架
- </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>
- <view class="hander-two-image">
- <view class="image">
- <image @tap="selectPerson()"
- :src="isSelect?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image>
- </view>
- <view class="hander-two-text">
- 固定设置
- </view>
- </view>
- <view class="hander-two-image">
- <view class="image">
- <image @tap="selectPerson()"
- :src="isSelect?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
- </image>
- </view>
- <view class="hander-two-text">
- 按天设置
- </view>
- </view>
- </view>
- <view class="hander-three">
- <view class="hander-three-text">
- 起始日期
- </view>
- <view class="hander-three-input">
- <u--input placeholder="请选择" border="none" fontSize='26' v-model="value"
- @change="change"></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="arrow-right"></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="value"
- @change="change"></u--input>
- </view>
- <view class="hander-three-icon">
- <u-icon name="close-circle-fill"></u-icon>
- </view>
- </view>
- </view>
- </u-popup>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- homestayId: uni.getStorageSync('homestayId') || 0,
- roomType: [],
- isSelect: false,
- Selected: false,
- showPricing: false
- }
- },
- onLoad() {
- // console.log(this.homestayId)
- this.getHomestayId()
- },
- methods: {
- close() {
- this.showPricing = false
- },
- open() {},
- Pricing() {
- console.log('11111111');
- this.showPricing = true
- },
- // 选中
- selectPerson() {
- this.isSelect = !this.isSelect
- },
- // 批量显示
- 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-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;
- }
- .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;
- 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>
|