apply.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. <template>
  2. <view class="personal">
  3. <view class="">
  4. <text class="title">添加求职意向</text>
  5. <view class="titleb">不同的求职期望,推荐啊的职位也会不同。</view>
  6. </view>
  7. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  8. <text class="input-title">求职时间</text>
  9. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  10. placeholder="请选择您的求职时间" border placeholderClass='input-style' suffixIcon="arrow-right"
  11. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  12. </view>
  13. <view class="body-input u-flex-col u-row-center" @click="cityShow = true">
  14. <text class="input-title">期望城市</text>
  15. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  16. placeholder="请选择您的期望城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  17. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  18. </view>
  19. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  20. <text class="input-title">期望薪资</text>
  21. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  22. placeholder="请选择您的期望薪资" border placeholderClass='input-style' suffixIcon="arrow-right"
  23. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  24. </view>
  25. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  26. <text class="input-title">当前行业</text>
  27. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  28. placeholder="请选择您的当前行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  29. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  30. </view>
  31. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  32. <text class="input-title">期望行业</text>
  33. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  34. placeholder="请选择您的期望行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  35. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  36. </view>
  37. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  38. <text class="input-title">当前职位</text>
  39. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  40. placeholder="请选择您的当前职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  41. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  42. </view>
  43. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  44. <text class="input-title">期望职位</text>
  45. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  46. placeholder="请选择您的期望职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  47. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.birthday"></u--input>
  48. </view>
  49. <view class="u-flex u-row-between" style="margin-top: 30rpx;">
  50. <view class="">
  51. 付费求职
  52. <image @click="propshow=true" style="width: 32rpx;height: 32rpx;" src="/static/images/xiangguan.png" mode=""></image>
  53. </view>
  54. <u-switch v-model="value" @change="change"></u-switch>
  55. </view>
  56. <view class="button" @click="next">
  57. 保存
  58. </view>
  59. <u-datetime-picker ref="picker" title="求职时间" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
  60. mode="date" @cancel='birthdayShow = false'></u-datetime-picker>
  61. <u-picker ref="uPicker" keyName="name" title="期望城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  62. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  63. <u-popup :show="propshow" mode="center" @close="close" @open="open">
  64. <view style="width:570rpx ;padding: 32rpx;border-radius: 20rpx;">
  65. <text>感谢您使用平安健康保险App,我们非常重视您的信息和隐私</text>
  66. <view class="u-flex" style="justify-content: center;">
  67. <view class="btn" @click="propshow=false">
  68. 我知道了
  69. </view>
  70. </view>
  71. </view>
  72. </u-popup>
  73. </view>
  74. </template>
  75. <script setup>
  76. import {
  77. getAllArea
  78. } from "@/units/inquire.js"
  79. export default {
  80. data() {
  81. return {
  82. propshow:false,
  83. value: false,
  84. province: [], //省数据
  85. city: [], //市数据
  86. area: [], //区数据
  87. provinceid: "", //省数据
  88. cityid: "", //市数据
  89. areaid: "", //区数据
  90. indexs: [], //默认地区下标
  91. //选择器状态
  92. birthdayShow: false, //出生年月
  93. workShow: false, //工作时间
  94. cityShow: false, //户口所在地
  95. jobShow: false, //工作显示
  96. cityList: [], //数据地址
  97. cityids: [], //数据地址
  98. joblist: [],
  99. id: ""
  100. }
  101. },
  102. onLoad(opsition) {
  103. this.AllArea()
  104. this.id = opsition.id
  105. },
  106. methods: {
  107. change() {
  108. },
  109. //所有地区
  110. AllArea() {
  111. getAllArea().then((res) => {
  112. console.log(res);
  113. this.province = res.data.map(t => {
  114. return {
  115. name: t.name,
  116. id: t.id
  117. }
  118. })
  119. console.log("aaa", this.province);
  120. this.city = res.data.map(t => t.children.map(v => {
  121. return {
  122. name: v.name,
  123. id: v.id
  124. }
  125. }))
  126. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  127. return {
  128. name: i.name,
  129. id: i.id
  130. }
  131. })))
  132. //默认显示数据
  133. // this.cityList = [
  134. // this.province.map(res => res.name),
  135. // this.city[0].map(res => res.name),
  136. // this.area[0][0].map(res => res.name)
  137. // ]
  138. let a = []
  139. let b = []
  140. let c = []
  141. this.province.map(res => {
  142. a.push({
  143. name: res.name,
  144. id: res.id,
  145. })
  146. })
  147. this.city[0].map(res => {
  148. b.push({
  149. name: res.name,
  150. id: res.id,
  151. })
  152. })
  153. this.area[0][0].map(res => {
  154. c.push({
  155. name: res.name,
  156. id: res.id,
  157. })
  158. })
  159. this.cityList = [a, b, c]
  160. // if (this.province && this.city && this.area) {
  161. // //省索引
  162. // let pIdx = this.province.findIndex(v => v.name == this.province);
  163. // //根据省索引设置默认市数据
  164. // this.columns[1] = this.city[pIdx].map(res => res.name)
  165. // //市索引
  166. // let cIdx = this.city[pIdx].findIndex(v => v.name == this.city);
  167. // //根据市索引设置默认区数据
  168. // this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  169. // //区索引
  170. // let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.area);
  171. // this.indexs = [pIdx, cIdx, aIdx];
  172. // // console.log(pIdx, cIdx, aIdx);
  173. // console.log(this.indexs);
  174. // }
  175. // if (this.addressData.province && this.addressData.city && this.addressData.area) {
  176. // //省索引
  177. // let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
  178. // //根据省索引设置默认市数据
  179. // this.columns[1] = this.city[pIdx].map(res => res.name)
  180. // //市索引
  181. // let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
  182. // //根据市索引设置默认区数据
  183. // this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  184. // //区索引
  185. // let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
  186. // this.indexs = [pIdx, cIdx, aIdx];
  187. // // console.log(pIdx, cIdx, aIdx);
  188. // console.log(this.indexs);
  189. // }
  190. })
  191. },
  192. changeHandler(e) {
  193. const {
  194. columnIndex, //当前改变值的列下标
  195. value,
  196. values, // values为当前变化列的数组内容
  197. indexs, //当前地区值下标
  198. picker = this.$refs.uPicker
  199. } = e
  200. //columnIndex代表第几列,意思是下标为0的列发生变化
  201. if (columnIndex === 0) {
  202. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  203. return {
  204. name: v.name,
  205. id: v.id
  206. }
  207. }))
  208. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  209. return {
  210. name: v.name,
  211. id: v.id
  212. }
  213. }))
  214. }
  215. if (columnIndex === 1) {
  216. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  217. return {
  218. name: v.name,
  219. id: v.id
  220. }
  221. }))
  222. }
  223. },
  224. //点击显示时间选择器
  225. birthdayBtn() {
  226. this.birthdayShow = true
  227. //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
  228. this.$refs.picker.innerValue = new Date(946656000000).getTime()
  229. },
  230. //出生日期选择器
  231. async birthdayConfirm(e) {
  232. const timeFormat = uni.$u.timeFormat;
  233. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  234. this.from.birthday = timeValue;
  235. this.birthdayShow = false
  236. },
  237. //户口地址
  238. cityconfirm(e) {
  239. let a = e.value[0].name + e.value[1].name + e.value[2].name
  240. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  241. this.from.domicile_city_id = e.value[1].id
  242. this.from.domicile_province_id = e.value[0].id
  243. // this.city1 = e.value.join("")
  244. this.city1 = a
  245. this.cityShow = false
  246. },
  247. }
  248. }
  249. </script>
  250. <style lang="scss">
  251. .btn{
  252. background: #0C66C2;
  253. border-radius: 16rpx;
  254. font-size: 32rpx;
  255. font-family: PingFangSC-Regular, PingFang SC;
  256. font-weight: 400;
  257. color: #FFFFFF;
  258. width: 310rpx;
  259. height: 84rpx;
  260. line-height: 84rpx;
  261. text-align: center;
  262. margin-top: 24rpx;
  263. }
  264. //个人信息
  265. .personal {
  266. width: 750rpx;
  267. background: #FFFFFF;
  268. border-radius: 28rpx 28rpx 0rpx 0rpx;
  269. margin-top: -40rpx;
  270. position: relative;
  271. z-index: 99;
  272. padding: 40rpx 32rpx 0;
  273. margin-bottom: 60rpx;
  274. box-sizing: border-box;
  275. .title {
  276. font-size: 48rpx;
  277. font-family: PingFangSC-Medium, PingFang SC;
  278. font-weight: 500;
  279. color: #222222;
  280. }
  281. .titleb {
  282. font-size: 26rpx;
  283. font-family: PingFangSC-Regular, PingFang SC;
  284. font-weight: 400;
  285. color: #777777;
  286. margin-top: 20rpx;
  287. }
  288. .body-input {
  289. height: 150rpx;
  290. border-bottom: 2rpx solid #F4F4F4;
  291. .input-title {
  292. font-size: 26rpx;
  293. font-family: PingFangSC-Regular, PingFang SC;
  294. font-weight: 400;
  295. color: #888888;
  296. margin-top: 30rpx;
  297. box-sizing: border-box;
  298. }
  299. .input-style {
  300. font-size: 32rpx;
  301. font-family: PingFangSC-Regular, PingFang SC;
  302. font-weight: 400;
  303. color: #CACACA;
  304. }
  305. }
  306. .button {
  307. width: 686rpx;
  308. height: 88rpx !important;
  309. background: #0C66C2;
  310. border-radius: 12rpx;
  311. font-size: 32rpx;
  312. font-family: PingFangSC-Medium, PingFang SC;
  313. font-weight: 500;
  314. color: #FFFFFF;
  315. line-height: 88rpx;
  316. margin: 54rpx 0 0rpx 0;
  317. display: flex;
  318. justify-content: center;
  319. }
  320. }
  321. </style>