baobei.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. <template>
  2. <view class="baobei">
  3. <u-navbar title="房屋底价超市" title-color="#fff" :background="{background:'#1F7EFF'}" :border-bottom="false" :isBack="false">
  4. <view class="u-flex nav-left" slot="left">
  5. <u-icon name="map-fill" size="34" color="#fff"></u-icon>
  6. <text class="text">{{defaultcity.city || '定位中'}}</text>
  7. </view>
  8. </u-navbar>
  9. <view class="" style="padding: 0 24rpx;">
  10. <view class="broker-title">
  11. 基本信息
  12. </view>
  13. <view class="broker-row u-flex" @click="quyushow = true">
  14. <view class="broker-row-left u-flex">
  15. <text>意向区域</text>
  16. <!-- <text>*</text> -->
  17. </view>
  18. <input type="text" placeholder="请选择您的意向区域" class="input-right" :disabled="true" v-model="quyuname">
  19. <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
  20. </view>
  21. <view class="broker-row u-flex" @click="loupanshow = true">
  22. <view class="broker-row-left u-flex">
  23. <text>意向项目</text>
  24. </view>
  25. <input type="text" placeholder="请选择您的意向楼盘" class="input-right" :disabled="true" v-model="loupanname">
  26. <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
  27. </view>
  28. <view class="broker-row u-flex">
  29. <view class="broker-row-left u-flex">
  30. <text>客户姓名</text>
  31. <!-- <text>*</text> -->
  32. </view>
  33. <input type="text" placeholder="请输入" class="input-right" v-model="kehuname">
  34. </view>
  35. <view class="broker-row u-flex">
  36. <view class="broker-row-left u-flex">
  37. <text>联系方式</text>
  38. <!-- <text>*</text> -->
  39. </view>
  40. <input type="number" placeholder="请输入" class="input-right" v-model="kehutel">
  41. </view>
  42. </view>
  43. <u-gap bg-color="#F5F5F5" height="20"></u-gap>
  44. <view class="" style="padding: 0 24rpx;">
  45. <view class="broker-title">
  46. 其他信息
  47. </view>
  48. <view class="broker-row u-flex">
  49. <view class="broker-row-left u-flex">
  50. <text>带看人姓名</text>
  51. <!-- <text>*</text> -->
  52. </view>
  53. <input type="text" placeholder="请输入" class="input-right" v-model="name">
  54. </view>
  55. <view class="broker-row u-flex">
  56. <view class="broker-row-left u-flex">
  57. <text>联系方式</text>
  58. <!-- <text>*</text> -->
  59. </view>
  60. <input type="number" placeholder="请输入" class="input-right" v-model="tel">
  61. </view>
  62. <view class="broker-row u-flex" v-if="certification_type == 1">
  63. <view class="broker-row-left u-flex">
  64. <text>中介门店</text>
  65. </view>
  66. <input type="text" placeholder="请输入" class="input-right" v-model="shop">
  67. </view>
  68. <view class="broker-row u-flex">
  69. <view class="broker-row-left u-flex">
  70. <text>预约看房日期</text>
  71. </view>
  72. <biaofunDatetimePicker ref="biaofunDatetimePicker" placeholder="请选择看房日期" class="input-right" :start="$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd hh:MM')" @change="changetime"></biaofunDatetimePicker>
  73. <!-- <input type="text" placeholder="请选择看房日期" class="input-right" :disabled="true" v-model="time"> -->
  74. <u-icon name="arrow-right" color="#CCCCCC"></u-icon>
  75. </view>
  76. </view>
  77. <view class="baobei-down u-flex-col u-col-center">
  78. <view class="xieyi u-flex u-row-center">
  79. <u-checkbox v-model="xieyi" active-color="#1F7EFF" size="26"></u-checkbox>
  80. <view class="text" @click="xieyi = !xieyi">
  81. 勾选并同意<text @click.stop="totext(3)">《报备活动规则》</text>
  82. </view>
  83. </view>
  84. <view class="tijiao" @click="save">
  85. 确认
  86. </view>
  87. </view>
  88. <u-popup v-model="show" :maskCloseAble="false" mode="center" border-radius="20">
  89. <view @click="clear" class="" style="font-weight: 400;text-align: right;padding: 30rpx 30rpx 0 0;box-sizing: border-box;">
  90. X
  91. </view>
  92. <view class="baobei-popup u-flex-col u-col-center">
  93. <image src="../../static/images/baobei-img.png" class="image" mode=""></image>
  94. <view class="baobei-tips u-flex-col u-col-center">
  95. <text>您还未进行信息认证</text>
  96. <text>请您前去认证</text>
  97. </view>
  98. <view class="baobei-btn u-flex u-row-between">
  99. <text @click="toshenqing(2)">全民经纪人</text>
  100. <text @click="toshenqing(1)">中介经纪人</text>
  101. </view>
  102. </view>
  103. </u-popup>
  104. <u-popup v-model="showover" :closeable="true" mode="center" border-radius="20">
  105. <view class="over-popup u-flex-col u-col-center u-row-center">
  106. <u-icon name="checkmark-circle-fill" color="#14CB30" size="168"></u-icon>
  107. <view class="over-text u-flex-col u-col-center">
  108. <text>已提交客户资料,开发商审核中</text>
  109. <text>防截客锁定中,请耐心等待</text>
  110. </view>
  111. </view>
  112. </u-popup>
  113. <u-select v-model="quyushow" :list="quyulist" label-name="name" value-name="id" @confirm="changequyu"></u-select>
  114. <u-select v-model="loupanshow" :list="loupanlist" label-name="name" value-name="id" @confirm="changeloupan"></u-select>
  115. <gf-tabbar></gf-tabbar>
  116. </view>
  117. </template>
  118. <script>
  119. import { mapState } from "vuex"
  120. import biaofunDatetimePicker from "../../components/biaofun-datetime-picker/biaofun-datetime-picker.vue"
  121. export default {
  122. data() {
  123. return {
  124. show: false,
  125. xieyi: false,
  126. showover: false,
  127. quyulist: [],
  128. quyushow: false,
  129. quyuname: '',
  130. quyuid: '',
  131. loupanlist: [],
  132. loupanshow: false,
  133. loupanname: '',
  134. loupanid: '',
  135. kehuname: '',
  136. kehutel: '',
  137. name: '',
  138. tel: '',
  139. shop: '',
  140. time: '',
  141. certification_type: '',
  142. quyuIpt:true,
  143. }
  144. },
  145. onLoad(option) {
  146. this.getquyu()
  147. },
  148. onShow() {
  149. if(this.config.store_title){
  150. uni.setNavigationBarTitle({
  151. title: this.config.store_title
  152. })
  153. }
  154. if (this.$islogin()) {
  155. this.show = true
  156. } else {
  157. this.getuser()
  158. }
  159. },
  160. computed: {
  161. ...mapState(['config', 'defaultcity'])
  162. },
  163. components: {
  164. biaofunDatetimePicker
  165. },
  166. methods: {
  167. clear(){
  168. uni.switchTab({
  169. url: "/pages/index/index"
  170. })
  171. },
  172. totext(type) {
  173. uni.navigateTo({
  174. url: "/pages/mine/xieyi?type=" + type
  175. })
  176. },
  177. save() {
  178. if (!this.quyuname) {
  179. this.$u.toast('请选择您的意向区域')
  180. return
  181. }
  182. if (!this.loupanname) {
  183. this.$u.toast('请选择您的意向楼盘')
  184. return
  185. }
  186. if (!this.kehuname) {
  187. this.$u.toast('请输入客户姓名')
  188. return
  189. }
  190. if (!this.$u.test.mobile(this.kehutel)) {
  191. this.$u.toast('请输入正确的客户联系方式')
  192. return
  193. }
  194. if (!this.name) {
  195. this.$u.toast('请输入带看人姓名')
  196. return
  197. }
  198. if (!this.$u.test.mobile(this.tel)) {
  199. this.$u.toast('请输入正确的带看人联系方式')
  200. return
  201. }
  202. if (!this.shop && this.certification_type == 1) {
  203. this.$u.toast('请输入中介门店')
  204. return
  205. }
  206. if (!this.time) {
  207. this.$u.toast('请选择看房日期')
  208. return
  209. }
  210. if (this.time < this.$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd hh:MM:ss')) {
  211. this.$u.toast('看房日期不得小于当前时间')
  212. return
  213. }
  214. if (!this.xieyi) {
  215. this.$u.toast("请勾选协议")
  216. return
  217. }
  218. this.$u.post('/api/Report/submit_report', {
  219. area_id: this.quyuid,
  220. property_id: this.loupanid,
  221. client_name: this.kehuname,
  222. client_phone: this.kehutel,
  223. report_name: this.name,
  224. report_phone: this.tel,
  225. shop: this.shop,
  226. time: this.time
  227. }).then(res => {
  228. if (res.code == 1) {
  229. this.showover = true
  230. this.quyuid = ''
  231. this.quyuname = ''
  232. this.loupanid = ''
  233. this.loupanname = ''
  234. this.kehuname = ''
  235. this.kehutel = ''
  236. this.name = ''
  237. this.tel = ''
  238. this.shop = ''
  239. this.time = ''
  240. this.xieyi = false
  241. this.$refs.biaofunDatetimePicker.clearTime()
  242. } else {
  243. this.$u.toast(res.msg)
  244. }
  245. })
  246. },
  247. changetime(e) {
  248. this.time = `${e.f1} ${e.f8}:00`
  249. },
  250. changeloupan(e) {
  251. this.loupanid = e[0].value
  252. this.loupanname = e[0].label
  253. },
  254. changequyu(e) {
  255. this.quyuid = e[0].value
  256. this.quyuname = e[0].label
  257. this.$u.post('/api/Report/area_property_list', {
  258. area_id: this.quyuid
  259. }).then(res => {
  260. this.loupanlist = res.data
  261. })
  262. },
  263. getquyu() {
  264. this.$u.post('/api/Data/area_list', {
  265. level: 3,
  266. city_id: this.defaultcity.city_id
  267. }).then(res => {
  268. this.quyulist = res.data
  269. })
  270. },
  271. toshenqing(type) {
  272. if (this.$islogin()) return
  273. uni.navigateTo({
  274. url: "/pages/index/broker?type=" + type
  275. })
  276. },
  277. getuser() {
  278. uni.showLoading({
  279. mask: true,
  280. title: "请稍后"
  281. })
  282. this.$u.post('/api/Member/member_info').then(res => {
  283. this.certification_type = res.data.certification_type
  284. if (res.data.certification_type == 0) {
  285. this.show = true
  286. } else {
  287. this.show = false
  288. }
  289. })
  290. }
  291. },
  292. }
  293. </script>
  294. <style lang="scss">
  295. .baobei {
  296. .over-popup {
  297. width: 650rpx;
  298. height: 564rpx;
  299. background: #FFFFFF;
  300. border-radius: 20rpx;
  301. .over-text {
  302. margin-top: 32rpx;
  303. font-size: 24rpx;
  304. font-family: PingFangSC-Regular, PingFang SC;
  305. font-weight: 400;
  306. color: #999999;
  307. }
  308. }
  309. .baobei-down {
  310. position: fixed;
  311. bottom: 150rpx;
  312. left: 0;
  313. width: 750rpx;
  314. .tijiao {
  315. margin: 30rpx auto;
  316. width: 702rpx;
  317. line-height: 82rpx;
  318. background: #1F7EFF;
  319. border-radius: 8rpx;
  320. text-align: center;
  321. font-size: 28rpx;
  322. font-family: PingFangSC-Regular, PingFang SC;
  323. font-weight: 400;
  324. color: #FFFFFF;
  325. }
  326. .xieyi {
  327. .text {
  328. font-size: 20rpx;
  329. font-family: PingFangSC-Regular, PingFang SC;
  330. font-weight: 400;
  331. color: #999999;
  332. text {
  333. color: #1F7EFF;
  334. }
  335. }
  336. }
  337. }
  338. .broker-row {
  339. height: 82rpx;
  340. border-bottom: 2rpx solid #F5F5F5;
  341. .input-right {
  342. flex: 1;
  343. font-size: 24rpx;
  344. }
  345. .broker-row-left {
  346. width: 252rpx;
  347. text:first-child {
  348. font-size: 24rpx;
  349. font-family: PingFangSC-Regular, PingFang SC;
  350. font-weight: 400;
  351. color: #999999;
  352. }
  353. text:nth-child(2) {
  354. font-size: 24rpx;
  355. font-family: PingFangSC-Regular, PingFang SC;
  356. font-weight: 400;
  357. color: #F83838;
  358. }
  359. }
  360. }
  361. .broker-title {
  362. padding: 24rpx 0;
  363. font-size: 28rpx;
  364. font-family: PingFangSC-Medium, PingFang SC;
  365. font-weight: 500;
  366. color: #333333;
  367. }
  368. .baobei-popup {
  369. width: 650rpx;
  370. height: 806rpx;
  371. background: #FFFFFF;
  372. border-radius: 20rpx;
  373. padding-top: 126rpx;
  374. .baobei-btn {
  375. width: 100%;
  376. padding: 0 44rpx;
  377. text:first-child {
  378. width: 262rpx;
  379. line-height: 100rpx;
  380. background: #FFA120;
  381. border-radius: 20rpx;
  382. text-align: center;
  383. font-size: 34rpx;
  384. font-family: PingFangSC-Medium, PingFang SC;
  385. font-weight: 500;
  386. color: #FFFFFF;
  387. }
  388. text:last-child {
  389. width: 262rpx;
  390. line-height: 100rpx;
  391. background: #1F7EFF;
  392. border-radius: 20rpx;
  393. text-align: center;
  394. font-size: 34rpx;
  395. font-family: PingFangSC-Medium, PingFang SC;
  396. font-weight: 500;
  397. color: #FFFFFF;
  398. }
  399. }
  400. .baobei-tips {
  401. font-size: 28rpx;
  402. font-family: PingFangSC-Medium, PingFang SC;
  403. font-weight: 500;
  404. color: #C5C5C5;
  405. margin-bottom: 98rpx;
  406. }
  407. .image {
  408. width: 214rpx;
  409. height: 242rpx;
  410. margin-bottom: 72rpx;
  411. }
  412. }
  413. .nav-left {
  414. padding: 0 20rpx;
  415. .text {
  416. font-size: 32rpx;
  417. font-family: PingFangSC-Medium, PingFang SC;
  418. font-weight: 500;
  419. color: #FFFFFF;
  420. margin-left: 5rpx;
  421. }
  422. }
  423. }
  424. </style>