123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449 |
- <template>
- <view class="baobei">
- <u-navbar title="房屋底价超市" title-color="#fff" :background="{background:'#1F7EFF'}" :border-bottom="false" :isBack="false">
- <view class="u-flex nav-left" slot="left">
- <u-icon name="map-fill" size="34" color="#fff"></u-icon>
- <text class="text">{{defaultcity.city || '定位中'}}</text>
- </view>
- </u-navbar>
- <view class="" style="padding: 0 24rpx;">
- <view class="broker-title">
- 基本信息
- </view>
- <view class="broker-row u-flex" @click="quyushow = true">
- <view class="broker-row-left u-flex">
- <text>意向区域</text>
- <!-- <text>*</text> -->
- </view>
- <input type="text" placeholder="请选择您的意向区域" class="input-right" :disabled="true" v-model="quyuname">
- <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
- </view>
- <view class="broker-row u-flex" @click="loupanshow = true">
- <view class="broker-row-left u-flex">
- <text>意向项目</text>
- </view>
- <input type="text" placeholder="请选择您的意向楼盘" class="input-right" :disabled="true" v-model="loupanname">
- <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
- </view>
-
- <view class="broker-row u-flex">
- <view class="broker-row-left u-flex">
- <text>客户姓名</text>
- <!-- <text>*</text> -->
- </view>
- <input type="text" placeholder="请输入" class="input-right" v-model="kehuname">
- </view>
- <view class="broker-row u-flex">
- <view class="broker-row-left u-flex">
- <text>联系方式</text>
- <!-- <text>*</text> -->
- </view>
- <input type="number" placeholder="请输入" class="input-right" v-model="kehutel">
- </view>
- </view>
- <u-gap bg-color="#F5F5F5" height="20"></u-gap>
- <view class="" style="padding: 0 24rpx;">
- <view class="broker-title">
- 其他信息
- </view>
- <view class="broker-row u-flex">
- <view class="broker-row-left u-flex">
- <text>带看人姓名</text>
- <!-- <text>*</text> -->
- </view>
- <input type="text" placeholder="请输入" class="input-right" v-model="name">
- </view>
- <view class="broker-row u-flex">
- <view class="broker-row-left u-flex">
- <text>联系方式</text>
- <!-- <text>*</text> -->
- </view>
- <input type="number" placeholder="请输入" class="input-right" v-model="tel">
- </view>
- <view class="broker-row u-flex" v-if="certification_type == 1">
- <view class="broker-row-left u-flex">
- <text>中介门店</text>
- </view>
- <input type="text" placeholder="请输入" class="input-right" v-model="shop">
- </view>
- <view class="broker-row u-flex">
- <view class="broker-row-left u-flex">
- <text>预约看房日期</text>
- </view>
- <biaofunDatetimePicker ref="biaofunDatetimePicker" placeholder="请选择看房日期" class="input-right" :start="$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd hh:MM')" @change="changetime"></biaofunDatetimePicker>
- <!-- <input type="text" placeholder="请选择看房日期" class="input-right" :disabled="true" v-model="time"> -->
- <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
- </view>
- </view>
- <view class="baobei-down u-flex-col u-col-center">
- <view class="xieyi u-flex u-row-center">
- <u-checkbox v-model="xieyi" active-color="#1F7EFF" size="26"></u-checkbox>
- <view class="text" @click="xieyi = !xieyi">
- 勾选并同意<text @click.stop="totext(3)">《报备活动规则》</text>
- </view>
- </view>
- <view class="tijiao" @click="save">
- 确认
- </view>
- </view>
- <u-popup v-model="show" :maskCloseAble="false" mode="center" border-radius="20">
- <view @click="clear" class="" style="font-weight: 400;text-align: right;padding: 30rpx 30rpx 0 0;box-sizing: border-box;">
- X
- </view>
- <view class="baobei-popup u-flex-col u-col-center">
- <image src="../../static/images/baobei-img.png" class="image" mode=""></image>
- <view class="baobei-tips u-flex-col u-col-center">
- <text>您还未进行信息认证</text>
- <text>请您前去认证</text>
- </view>
- <view class="baobei-btn u-flex u-row-between">
- <text @click="toshenqing(2)">全民经纪人</text>
- <text @click="toshenqing(1)">中介经纪人</text>
- </view>
- </view>
- </u-popup>
- <u-popup v-model="showover" :closeable="true" mode="center" border-radius="20">
- <view class="over-popup u-flex-col u-col-center u-row-center">
- <u-icon name="checkmark-circle-fill" color="#14CB30" size="168"></u-icon>
- <view class="over-text u-flex-col u-col-center">
- <text>已提交客户资料,开发商审核中</text>
- <text>防截客锁定中,请耐心等待</text>
- </view>
- </view>
- </u-popup>
- <u-select v-model="quyushow" :list="quyulist" label-name="name" value-name="id" @confirm="changequyu"></u-select>
- <u-select v-model="loupanshow" :list="loupanlist" label-name="name" value-name="id" @confirm="changeloupan"></u-select>
- <gf-tabbar></gf-tabbar>
- </view>
- </template>
- <script>
- import { mapState } from "vuex"
- import biaofunDatetimePicker from "../../components/biaofun-datetime-picker/biaofun-datetime-picker.vue"
- export default {
- data() {
- return {
- show: false,
- xieyi: false,
- showover: false,
- quyulist: [],
- quyushow: false,
- quyuname: '',
- quyuid: '',
- loupanlist: [],
- loupanshow: false,
- loupanname: '',
- loupanid: '',
- kehuname: '',
- kehutel: '',
- name: '',
- tel: '',
- shop: '',
- time: '',
- certification_type: '',
- quyuIpt:true,
- }
- },
- onLoad(option) {
- this.getquyu()
- },
- onShow() {
- if(this.config.store_title){
- uni.setNavigationBarTitle({
- title: this.config.store_title
- })
- }
- if (this.$islogin()) {
- this.show = true
- } else {
- this.getuser()
- }
- },
- computed: {
- ...mapState(['config', 'defaultcity'])
- },
- components: {
- biaofunDatetimePicker
- },
- methods: {
- clear(){
- uni.switchTab({
- url: "/pages/index/index"
- })
- },
- totext(type) {
- uni.navigateTo({
- url: "/pages/mine/xieyi?type=" + type
- })
- },
- save() {
- if (!this.quyuname) {
- this.$u.toast('请选择您的意向区域')
- return
- }
- if (!this.loupanname) {
- this.$u.toast('请选择您的意向楼盘')
- return
- }
- if (!this.kehuname) {
- this.$u.toast('请输入客户姓名')
- return
- }
- if (!this.$u.test.mobile(this.kehutel)) {
- this.$u.toast('请输入正确的客户联系方式')
- return
- }
- if (!this.name) {
- this.$u.toast('请输入带看人姓名')
- return
- }
- if (!this.$u.test.mobile(this.tel)) {
- this.$u.toast('请输入正确的带看人联系方式')
- return
- }
- if (!this.shop && this.certification_type == 1) {
- this.$u.toast('请输入中介门店')
- return
- }
- if (!this.time) {
- this.$u.toast('请选择看房日期')
- return
- }
- if (this.time < this.$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd hh:MM:ss')) {
- this.$u.toast('看房日期不得小于当前时间')
- return
- }
- if (!this.xieyi) {
- this.$u.toast("请勾选协议")
- return
- }
- this.$u.post('/api/Report/submit_report', {
- area_id: this.quyuid,
- property_id: this.loupanid,
- client_name: this.kehuname,
- client_phone: this.kehutel,
- report_name: this.name,
- report_phone: this.tel,
- shop: this.shop,
- time: this.time
- }).then(res => {
- if (res.code == 1) {
- this.showover = true
- this.quyuid = ''
- this.quyuname = ''
- this.loupanid = ''
- this.loupanname = ''
- this.kehuname = ''
- this.kehutel = ''
- this.name = ''
- this.tel = ''
- this.shop = ''
- this.time = ''
- this.xieyi = false
- this.$refs.biaofunDatetimePicker.clearTime()
- } else {
- this.$u.toast(res.msg)
- }
- })
- },
- changetime(e) {
- this.time = `${e.f1} ${e.f8}:00`
- },
- changeloupan(e) {
- this.loupanid = e[0].value
- this.loupanname = e[0].label
- },
- changequyu(e) {
- this.quyuid = e[0].value
- this.quyuname = e[0].label
- this.$u.post('/api/Report/area_property_list', {
- area_id: this.quyuid
- }).then(res => {
- this.loupanlist = res.data
- })
- },
- getquyu() {
- this.$u.post('/api/Data/area_list', {
- level: 3,
- city_id: this.defaultcity.city_id
- }).then(res => {
- this.quyulist = res.data
- })
- },
- toshenqing(type) {
- if (this.$islogin()) return
- uni.navigateTo({
- url: "/pages/index/broker?type=" + type
- })
- },
- getuser() {
- uni.showLoading({
- mask: true,
- title: "请稍后"
- })
- this.$u.post('/api/Member/member_info').then(res => {
- this.certification_type = res.data.certification_type
- if (res.data.certification_type == 0) {
- this.show = true
- } else {
- this.show = false
- }
- })
- }
- },
- }
- </script>
- <style lang="scss">
- .baobei {
- .over-popup {
- width: 650rpx;
- height: 564rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- .over-text {
- margin-top: 32rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- }
- .baobei-down {
- position: fixed;
- bottom: 150rpx;
- left: 0;
- width: 750rpx;
- .tijiao {
- margin: 30rpx auto;
- width: 702rpx;
- line-height: 82rpx;
- background: #1F7EFF;
- border-radius: 8rpx;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- }
- .xieyi {
- .text {
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- text {
- color: #1F7EFF;
- }
- }
- }
- }
- .broker-row {
- height: 82rpx;
- border-bottom: 2rpx solid #F5F5F5;
- .input-right {
- flex: 1;
- font-size: 24rpx;
- }
- .broker-row-left {
- width: 252rpx;
- text:first-child {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- text:nth-child(2) {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #F83838;
- }
- }
- }
- .broker-title {
- padding: 24rpx 0;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .baobei-popup {
- width: 650rpx;
- height: 806rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- padding-top: 126rpx;
- .baobei-btn {
- width: 100%;
- padding: 0 44rpx;
- text:first-child {
- width: 262rpx;
- line-height: 100rpx;
- background: #FFA120;
- border-radius: 20rpx;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- text:last-child {
- width: 262rpx;
- line-height: 100rpx;
- background: #1F7EFF;
- border-radius: 20rpx;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- }
- .baobei-tips {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #C5C5C5;
- margin-bottom: 98rpx;
- }
- .image {
- width: 214rpx;
- height: 242rpx;
- margin-bottom: 72rpx;
- }
- }
- .nav-left {
- padding: 0 20rpx;
- .text {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- margin-left: 5rpx;
- }
- }
- }
- </style>
|