123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- <!-- 选择小区 -->
- <template>
- <view class="pageBg">
- <!-- <image src="../../static/select_bgimage@2x.png" style="width: 100%;height: 100vh;"></image> -->
- <view class="backIcon" :style="{marginTop:phoneHeight+'rpx'}" @tap="back">
- <image src="../../static/icon_back@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- <view class="infoBox">
- <view class="topTitle">
- 选择小区住处
- </view>
- <view class="dec">获取详细的小区住处,登记您的信息</view>
- <view class="item" @tap="pickerHouse">
- <view style="width: 26rpx;height: 26rpx;margin:28rpx 8rpx 32rpx 20rpx;">
- <image src="../../static/select_icon_village@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- <input class="uni-input item-input" style="width:290rpx;height:40rpx;margin-top: 26rpx;" placeholder-class="holder"
- v-model="form.houseName" disabled="true" placeholder="请选择小区名称" />
- <view class="selectIcon">
- <image src="../../static/select_combo@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- </view>
- <view class="item" style="margin-top:50rpx;" @tap="pickerLou">
- <view style="width: 26rpx;height: 26rpx;margin:28rpx 8rpx 32rpx 20rpx;">
- <image src="../../static/select_icon_storey@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- <input class="uni-input item-input" style="width:290rpx;height:40rpx;margin-top: 26rpx;" placeholder-class="holder"
- v-model="form.lou" disabled="true" placeholder="请选择楼号" />
- <view class="selectIcon">
- <image src="../../static/select_combo@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- </view>
- <view class="item" style="margin-top:50rpx;" @tap="pickerHood">
- <view style="width: 26rpx;height: 26rpx;margin:28rpx 8rpx 32rpx 20rpx;">
- <image src="../../static/select_icon_unit@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- <input class="uni-input item-input" style="width:290rpx;height:40rpx;margin-top: 26rpx;" placeholder-class="holder"
- v-model="form.hoodNum" disabled="true" placeholder="请选择单元号" />
- <view class="selectIcon">
- <image src="../../static/select_combo@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- </view>
- <view class="item" style="margin-top:50rpx;" @tap="pickerCeng">
- <view style="width: 26rpx;height: 26rpx;margin:28rpx 8rpx 32rpx 20rpx;">
- <image src="../../static/ceng.png" style="width: 100%;height: 100%;"></image>
- </view>
- <input class="uni-input item-input" style="width:290rpx;height:40rpx;margin-top: 26rpx;" placeholder-class="holder"
- v-model="form.ceng" disabled="true" placeholder="请选择楼层" />
- <view class="selectIcon">
- <image src="../../static/select_combo@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- </view>
- <view class="item" style="margin-top:50rpx;" @tap="pickerHome">
- <view style="width: 26rpx;height: 26rpx;margin:28rpx 8rpx 32rpx 20rpx;">
- <image src="../../static/homeNum.png" style="width: 100%;height: 100%;"></image>
- </view>
- <input class="uni-input item-input" style="width:290rpx;height:40rpx;margin-top: 26rpx;" placeholder-class="holder"
- v-model="form.home" disabled="true" placeholder="请选择门牌号" />
- <view class="selectIcon">
- <image src="../../static/select_combo@2x.png" style="width: 100%;height: 100%;"></image>
- </view>
- </view>
- <view class="bottom"></view>
- </view>
- <!-- 发表按钮 -->
- <button class="btn" @tap="submit" :class="{active:form.houseName&&form.lou&&form.hoodNum&&form.home}" :loading="isLoading">发表</button>
- <!-- 选择小区名称组件 -->
- <lb-picker ref="houseName" :props="typeProps" :list="houseData" @confirm="confirm"></lb-picker>
- <!-- 选择楼层组件 -->
- <lb-picker ref="Lou" :list="louData" :props="selectProps" @confirm="confirmLou">></lb-picker>
- <!-- 选择单元号组件 -->
- <lb-picker ref="hoodNum" :list="hoodData" :props="selectProps" @confirm="confirmHoodNum"></lb-picker>
- <!-- 选择楼层组件 -->
- <lb-picker ref="ceng" :list="cengData" :props="selectProps" @confirm="confirmCeng"></lb-picker>
- <!-- 选择房屋号组件 -->
- <lb-picker ref="home" :list="homeData" :props="selectProps" @confirm="confirmHome"></lb-picker>
- </view>
- </template>
- <script>
- import LbPicker from '@/components/lb-picker'
- export default {
- data() {
- return {
- isLoading: false, //按钮加载
- cityName: '',
- phoneHeight: 0, //手机状态栏的高度
- lou: '', //楼层
- hoodNum: '', //单元号
- home: '', //房屋号
- ceng: '', //层
- form: {
- ceng: '', //楼层
- houseName: '', //小区名称
- lou: '', //楼层
- hoodNum: '', //单元号
- home: '', //房屋号
- },
- // 自定义选择组件字段
- typeProps: {
- label: 'comtyName',
- value: 'comtyId',
- },
- selectProps: {
- label: 'name',
- value: 'id'
- },
- // 楼层数据
- cengData:[],
- //门牌号数据
- homeData: [],
- //小区名称数据
- houseData: [],
- //楼层数据
- louData: [],
- //单元号数据
- hoodData: []
- }
- },
- created() {
- // 获取状态栏的高度
- this.phoneHeight = uni.getSystemInfoSync().statusBarHeight
- this.getAreaData()
- },
- mounted() {},
- methods: {
- // 获取小区数据
- getAreaData() {
- this.http.httpRequest('/wxapplet/ownerbasehouse/comtylist', 'get', {
- ssxqdm: uni.getStorageSync('cityId')
- }).then((res) => {
- this.houseData = res.data
- })
- },
- // 获取楼栋数据
- getLouData(id, num, pid, type) {
- this.http.httpRequest('/wxapplet/ownerbasestruct/getStruct', 'get', {
- comtyId: Number(id),
- layer: num,
- parentId: pid
- }).then((res) => {
- if (type == 'lou') {
- this.louData = res.data
- } else if (type == '单元') {
- this.hoodData = res.data
- } else if (type == '层') {
- this.cengData = res.data
- } else {
- this.homeData = res.data
- }
- })
- },
- //返回
- back() {
- uni.navigateBack({
- delta: 1
- })
- },
- // 选择楼层
- pickerCeng() {
- this.$refs.ceng.show()
- },
- // 选择房屋号
- pickerHome() {
- this.$refs.home.show()
- },
- //选择小区事件
- pickerHouse() {
- this.$refs.houseName.show()
- },
- // 选择楼层事件
- pickerLou() {
- this.$refs.Lou.show()
- },
- // 选择单元号事件
- pickerHood() {
- this.$refs.hoodNum.show()
- },
- // 楼层选择确定
- confirmCeng(data) {
- this.form.home=''
- this.home=''
- this.form.ceng = data.item.name
- this.ceng = data.item.id
- this.getLouData(this.name,4,this.ceng,'门牌')
-
- },
- // 房屋号选择确定
- confirmHome(data) {
- this.form.home = data.item.name
- this.home = data.item.id
- },
- //小区选择确定
- confirm(data) {
- this.form.lou = ''
- this.form.hoodNum = ''
- this.form.home = ''
- this.lou = ''
- this.ceng=''
- this.hoodNum = '',
- this.home = ''
- this.form.houseName = data.item.comtyName
- this.name = data.item.comtyId
- uni.setStorageSync('comtyId', this.name)
- this.getLouData(this.name, 1, '', 'lou')
- },
- //楼层选择确定
- confirmLou(data) {
- this.form.hoodNum = '' //单元号
- this.form.home = ''
- this.hoodNum = '',
- this.home = ''
- this.form.lou = data.item.name
- this.lou = data.item.id
- this.getLouData(this.name, 2, this.lou, '单元')
- },
- //单元号选择确定
- confirmHoodNum(data) {
- this.form.home = ''
- this.home = ''
- this.ceng=''
- this.form.hoodNum = data.item.name
- this.hoodNum = data.item.id
- this.getLouData(this.name, 3,this.hoodNum , '层')
-
- },
- // 发表
- submit() {
- // 判断信息是否选择完整
- if (this.form.houseName && this.form.lou && this.form.hoodNum && this.form.home && this.form.ceng) {
- this.isLoading = true
- this.http.httpRequest('/wxapplet/ownersidpeoinfor/add','post',{
- phoneNum:uni.getStorageSync('phoneNumber'),
- cardNo:uni.getStorageSync('idNumber'),
- comtyId:this.name,
- zzjgid:this.home
- }).then((res)=>{
- if(res.code==0){
- uni.setStorageSync('homeId',this.home)
- let str=this.form.houseName+this.form.lou+this.form.hoodNum+this.form.ceng+this.form.home
- uni.setStorageSync('homeAdress',str)
- // 判断认证房屋时 是否已经微信授权登录过了
- if (!uni.getStorageSync('createBy')) {
- uni.navigateTo({
- url: '../login/authorization'
- })
- } else {
- uni.navigateTo({
- url: '../mine/myHouse'
- })
- }
- }else{
- uni.showToast({
- title:res.msg,
- 'icon':'none'
- })
- }
- })
-
- } else {
- return
- }
- }
- },
- components: {
- LbPicker
- }
- }
- </script>
- <style>
- .backIcon {
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- left: 24rpx;
- top: 30rpx;
- }
- .btn {
- width: 590rpx;
- height: 90rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 90rpx;
- color: rgba(255, 255, 255, 1);
- background: rgba(163, 197, 237, 1);
- opacity: 1;
- position: absolute;
- top: 1160rpx;
- left: 80rpx;
- }
- .selectIcon {
- width: 17rpx;
- height: 12rpx;
- position: absolute;
- bottom: 60rpx;
- right: 30rpx;
- }
- .bottom {
- width: 642rpx;
- height: 42rpx;
- background: linear-gradient(84deg, rgba(64, 151, 255, 1) 0%, rgba(141, 193, 255, 1) 100%);
- opacity: 1;
- border-radius: 0rpx 0rpx 24rpx 24rpx;
- position: absolute;
- bottom: 0;
- }
- .pageBg {
- width: 100%;
- height: 100vh;
- background: url(../../static/select_bgimage@2x.png);
- background-size: 100% 100%;
- }
- .infoBox {
- position: relative;
- width: 642rpx;
- height: 950rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 20px rgba(156, 202, 255, 0.36);
- opacity: 1;
- border-radius: 20px;
- /* margin: 0 auto; */
- /* margin-top: 190rpx; */
- overflow: hidden;
- position: absolute;
- top: 190rpx;
- left: 54rpx;
- }
- .topTitle {
- width: 348rpx;
- height: 80rpx;
- font-size: 56rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 54rpx;
- color: rgba(41, 138, 253, 1);
- opacity: 1;
- margin: 0 auto;
- margin-top: 55rpx;
- }
- .dec {
- width: 532rpx;
- height: 44rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 54rpx;
- color: rgba(153, 153, 153, 1);
- margin: 0 auto;
- margin-top: 16rpx;
- opacity: 1;
- }
- .item {
- position: relative;
- display: flex;
- width: 590rpx;
- height: 90rpx;
- border: 2rpx solid rgba(247, 247, 247, 1);
- opacity: 1;
- border-radius: 12rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- }
- .item-input {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 54rpx;
- color: rgba(51, 51, 51, 1);
- }
- .active {
- background: rgba(41, 138, 253, 1);
- }
- .holder {
- color: rgba(204, 204, 204, 1);
- }
- </style>
|