order-info.vue 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597
  1. <template>
  2. <view class="order-info">
  3. <view class="jieshou-info-bg"></view>
  4. <view class="jieshou-info-header u-flex-col u-row-center">
  5. <!-- <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'recommend'">
  6. <text class="text1" v-if="detail.recommend_status == 'pending'">待反馈</text>
  7. <text class="text1" v-if="detail.recommend_status == 'viewed'">待反馈</text>
  8. <text class="text1" v-if="detail.recommend_status == 'overdue'">反馈逾期</text>
  9. <text class="text1" v-if="detail.recommend_status == 'passed'">评估通过</text>
  10. <text class="text1" v-if="detail.recommend_status == 'interviewed'">发起面试</text>
  11. <text class="text1" v-if="detail.recommend_status == 'undetermined'">简历待定</text>
  12. <text class="text1" v-if="detail.recommend_status == 'failed'">已淘汰</text>
  13. <u-icon name="arrow-up-fill" style="transform: rotate(90deg) !important;" color="#fff"
  14. size="12"></u-icon>
  15. </view> -->
  16. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'recommend'">
  17. <text class="text1" v-if="detail.recommend_status == 'pending'">投递成功</text>
  18. <text class="text1" v-if="detail.recommend_status == 'viewed'">投递成功</text>
  19. <text class="text1" v-if="detail.recommend_status == 'overdue'">反馈逾期</text>
  20. <text class="text1" v-if="detail.recommend_status == 'passed'">简历通过</text>
  21. <text class="text1" v-if="detail.recommend_status == 'interviewed'">已发出面试邀请</text>
  22. <!-- <text class="text1" v-if="detail.recommend_status == 'undetermined'">简历待定</text> -->
  23. <text class="text1" v-if="detail.recommend_status == 'failed'">已淘汰</text>
  24. <u-icon name="arrow-up-fill" style="transform: rotate(90deg) !important;" color="#fff"
  25. size="12"></u-icon>
  26. </view>
  27. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'failed'">
  28. <text class="text1" v-if="detail.failed_type == 'un_refused'">未淘汰</text>
  29. <text class="text1" v-if="detail.failed_type == 'assess_failed'">评估未通过</text>
  30. <text class="text1" v-if="detail.failed_type == 'interview_failed'">面试未通过</text>
  31. <text class="text1" v-if="detail.failed_type == 'give_up_interview'">放弃面试</text>
  32. <text class="text1" v-if="detail.failed_type == 'refuse_offer'">拒绝offer</text>
  33. <text class="text1" v-if="detail.failed_type == 'no_over'">未过保</text>
  34. <text class="text1" v-if="detail.failed_type == 'offer_failed'">offer阶段淘汰</text>
  35. <text class="text1" v-if="detail.failed_type == 'entry_failed'">入职阶段淘汰</text>
  36. <text class="text1" v-if="detail.failed_type == 'over_protected_failed'">过保阶段淘汰</text>
  37. <text class="text1" v-if="detail.failed_type == 'reject_interview'">拒绝面试</text>
  38. <u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
  39. <text class="text2" v-if="detail.failed_type != 'un_refused'">已淘汰</text>
  40. </view>
  41. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'interview'">
  42. <!-- <text class="text1" v-if="detail.interview_status == 'pending'">待反馈</text> -->
  43. <text class="text1" v-if="detail.interview_status == 'uninterviewed'">待反馈</text>
  44. <text class="text1" v-if="detail.interview_status == 'interviewed'">已面试</text>
  45. <text class="text1" v-if="detail.interview_status == 'passed'">面试通过</text>
  46. <text class="text1" v-if="detail.interview_status == 'failed'">面试未通过</text>
  47. <text class="text1" v-if="detail.interview_status == 'accepted'">待面试</text>
  48. <text class="text1" v-if="detail.interview_status == 'refused'">已拒绝</text>
  49. <text class="text1" v-if="detail.interview_status == 'hire'">拟录用</text>
  50. <text class="text1" v-if="detail.interview_status == 'interview_finished'">面试已通过</text>
  51. <u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
  52. <text class="text2" v-if="detail.interview_status == 'failed'">已淘汰</text>
  53. </view>
  54. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'offer'">
  55. <!-- <text class="text1" v-if="detail.offer_status == 'pending'">待反馈</text> -->
  56. <text class="text1" v-if="detail.offer_status == 'unissued'">待发放offer</text>
  57. <text class="text1" v-if="detail.offer_status == 'issued'">待反馈</text>
  58. <text class="text1" v-if="detail.offer_status == 'accepted'">已接受</text>
  59. <text class="text1" v-if="detail.offer_status == 'rejected'">已拒绝</text>
  60. <text class="text1" v-if="detail.offer_status == 'failed'">已淘汰</text>
  61. <u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
  62. <text class="text2" v-if="detail.offer_status == 'rejected'">已淘汰</text>
  63. <text class="dakuan-icon" v-if="detail.offer_status == 'accepted'">待打款</text>
  64. </view>
  65. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'entry'">
  66. <!-- <text class="text1" v-if="detail.entry_status == 'pending'">待反馈</text> -->
  67. <text class="text1" v-if="detail.entry_status == 'unentry'">待入职</text>
  68. <text class="text1" v-if="detail.entry_status == 'progressing'">待入职</text>
  69. <text class="text1" v-if="detail.entry_status == 'entry'">已入职</text>
  70. <text class="text1" v-if="detail.entry_status == 'failed'">已淘汰</text>
  71. <u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
  72. <text class="dakuan-icon"
  73. v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid'">未支付</text>
  74. <text class="dakuan-icon"
  75. v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status == 'paid'">已支付</text>
  76. </view>
  77. <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'over_protected'">
  78. <text class="text1" v-if="detail.over_protected_status == 'pending'">待反馈</text>
  79. <text class="text1" v-if="detail.over_protected_status == 'progressing'">过保中</text>
  80. <text class="text1" v-if="detail.over_protected_status == 'passed'">已过保</text>
  81. <text class="text1" v-if="detail.over_protected_status == 'failed'">已淘汰</text>
  82. <u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
  83. <text class="text2" v-if="detail.over_protected_status == 'failed'">已淘汰</text>
  84. <text class="dakuan-icon"
  85. v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid'">未支付</text>
  86. <text class="dakuan-icon"
  87. v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status == 'paid'">已支付</text>
  88. <!-- <text class="dakuan-icon" v-if="detail.hr_pay_status == 'paying'">支付中</text>
  89. <text class="dakuan-icon" v-if="detail.hr_pay_status == 'part'">部分支付</text>
  90. <text class="dakuan-icon" v-if="detail.hr_pay_status == 'paid'">已支付</text>
  91. <text class="dakuan-icon" v-if="detail.hr_pay_status == 'refunding'">退款中</text>
  92. <text class="dakuan-icon" v-if="detail.hr_pay_status == 'refunded'">已退款</text>
  93. <text class="dakuan-icon" v-if="detail.hr_pay_status == 'overdue'">已逾期</text> -->
  94. </view>
  95. <!-- status.状态:unpaid=未支付,paying=支付中,paid=已支付,refunding=退款中,refunded=已退款,overdue.已逾期, discount_amount.折扣金额 -->
  96. <view class="order-time">
  97. {{detail.updatetime || ''}}
  98. </view>
  99. <view class="header-jindu u-flex u-row-between">
  100. <view class="jindu-xian u-flex">
  101. <text v-for="(item,index) in jindu" :key="index"
  102. style="width: 25%;height: 100%;background-color: #fff;"></text>
  103. </view>
  104. <view class="jindu-item u-flex u-row-center" v-for="(item,index) in jindulist" :key="index"
  105. :class="{'jindu-item1' : index <= jindu}">
  106. <text></text>
  107. </view>
  108. </view>
  109. <view class="jindu-text u-flex u-row-between">
  110. <text :class="{text:jindu >= index}" v-for="(item,index) in jindulist" :key="index">{{item.name}}</text>
  111. </view>
  112. </view>
  113. <view class="back" style="border: 2rpx solid rgba(0,0,0,0);">
  114. <view class="mianshi-box" v-if="detail.stage == 'failed' && ['assess_failed'].includes(detail.failed_type)">
  115. <view class="mianshi-header u-flex u-row-between">
  116. <text class="text1">淘汰原因</text>
  117. </view>
  118. <view class="mianshi-item u-flex u-row-between" style="padding: 32rpx 0;">
  119. <text>{{detail.refused_reason}}</text>
  120. </view>
  121. </view>
  122. <view class="yiguobao-box u-flex-col u-col-center u-row-center"
  123. v-if="detail.stage == 'over_protected' && detail.over_protected_status == 'passed'">
  124. <image src="/static/images/yiguobao.png" mode=""></image>
  125. <text>恭喜!您已过保</text>
  126. </view>
  127. <view class="mianshi-box" style="margin-left: 20rpx;margin-bottom: 20rpx;"
  128. v-if="['issued','accepted','rejected'].includes(detail.offer_status) || detail.offer">
  129. <view class="mianshi-header u-flex u-row-between">
  130. <text class="text1" style="font-weight: 700;">offer信息</text>
  131. <view v-if="detail.offer_status == 'issued'" class="mianshi-right u-flex u-row-center"
  132. style="background-color: #FFF9EB;">
  133. <text style="color: #F7B500;">待反馈</text>
  134. </view>
  135. <view v-if="detail.offer_status == 'accepted'" class="mianshi-right u-flex u-row-center"
  136. style="background-color: #F3FAF3;">
  137. <text style="color: #61BF60;">已通过</text>
  138. </view>
  139. <view v-if="detail.offer_status == 'rejected'" class="mianshi-right u-flex u-row-center"
  140. style="background-color: #FFEFF0;">
  141. <text style="color: #F2413A;">已拒绝</text>
  142. </view>
  143. </view>
  144. <view class="mianshi-item ">
  145. <text style="width:112rpx">入职时间</text>
  146. <text style="margin-left:40rpx">{{detail.offer.entry_time}}</text>
  147. </view>
  148. <view class="mianshi-item ">
  149. <text style="width:112rpx">入职岗位</text>
  150. <text style="margin-left:40rpx">{{detail.job.job_name}}</text>
  151. </view>
  152. <view class="mianshi-item ">
  153. <text style="width:112rpx">入职薪资</text>
  154. <text
  155. style="margin-left:40rpx">{{detail.offer.salary}}K·{{detail.offer.salary_type == 'year' ? '年薪' : '月薪'}}</text>
  156. </view>
  157. <view class="mianshi-item u-flex">
  158. <view class="" style="width:112rpx;">试用期</view>
  159. <text style="margin-left:40rpx">{{detail.offer.entry_address}}</text>
  160. </view>
  161. <view class="mianshi-item ">
  162. <text style="width:112rpx">福利待遇</text>
  163. <text style="margin-left:40rpx">{{detail.offer.benefits}}</text>
  164. </view>
  165. </view>
  166. <swiper v-if="detail.interviews && detail.interviews.length > 0 && jindu == 1"
  167. @change="(e) => {mianshidetail = detail.interviews[e.detail.current]}"
  168. style="height: 250px;width: 702rpx;margin: 0 auto 20rpx auto;background-color: #fff;border-radius: 20rpx;border: 2rpx solid rgba(0,0,0,0);"
  169. :indicator-dots="true" :interval="3000" :duration="1000">
  170. <swiper-item v-for="(item,index) in detail.interviews" :key="index"
  171. style="border: 2rpx solid rgba(0,0,0,0);">
  172. <view class="mianshi-box">
  173. <view class="mianshi-header u-flex u-row-between">
  174. <text class="text1">面试信息</text>
  175. <view v-if="item.status == 'failed'" class="mianshi-right u-flex u-row-center"
  176. style="background-color: #FCECEB;">
  177. <text style="color: #F2413A;">面试淘汰</text>
  178. </view>
  179. <view v-else class="mianshi-right u-flex u-row-center">
  180. <image src="/pagesD/static/images/mianshi.png" mode=""></image>
  181. <text>第{{item.period}}轮</text>
  182. </view>
  183. </view>
  184. <view class="mianshi-item u-flex u-row-between">
  185. <text>面试方式</text>
  186. <text>{{item.type == 'offline' ? '线下面试' : '线上面试'}}</text>
  187. </view>
  188. <view class="mianshi-item u-flex u-row-between">
  189. <text>面试时间</text>
  190. <text>{{item.interview_time}}</text>
  191. </view>
  192. <view class="mianshi-item u-flex u-row-between">
  193. <text>联系人</text>
  194. <text>{{item.contact_name}}</text>
  195. </view>
  196. <view class="mianshi-item u-flex u-row-between">
  197. <text>联系电话</text>
  198. <text>{{item.contact_mobile}}</text>
  199. </view>
  200. <view class="mianshi-item u-flex u-row-between" v-if="item.type == 'offline'">
  201. <text>面试地点</text>
  202. <text>{{item.address}}</text>
  203. </view>
  204. <view class="mianshi-item u-flex u-row-between" v-else>
  205. <text style="white-space: nowrap;">面试链接</text>
  206. <text class="text_hide" style="max-width: 450rpx;word-wrap: break-word;">{{item.url}}</text>
  207. </view>
  208. </view>
  209. </swiper-item>
  210. </swiper>
  211. <view class="mianshi-box">
  212. <view v-if="mianshidetail.status == 'failed'">
  213. <view class="mianshi-item u-flex u-row-between">
  214. <text>淘汰原因</text>
  215. <text>{{mianshidetail.refused_reason}}</text>
  216. </view>
  217. <view class="mianshi-item u-flex u-row-between">
  218. <text>推荐意见</text>
  219. <text>{{mianshidetail.recommend_opinion}}</text>
  220. </view>
  221. </view>
  222. </view>
  223. <view class="jieshao-box">
  224. <view class="content" style="position: relative;">
  225. <image v-if="detail.is_pay_for_job==1" src="static/images/fufei.png"
  226. style="width: 112rpx; height: 38rpx;position: absolute;top: 0;left: -10rpx;" mode=""></image>
  227. <view class="u-flex u-row-between ">
  228. <view class="u-flex">
  229. <view class="font">{{detail.job.job_name}}</view>
  230. </view>
  231. <view class="money">{{detail.job.salary_min}}-{{detail.job.salary_max}}K
  232. <text v-if="detail.job.salary_structure">·{{detail.job.salary_structure}}</text>
  233. </view>
  234. </view>
  235. <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
  236. <text class="introduce">{{detail.company.name}}</text>
  237. <text class="introduce">{{detail.company.stage_name}}</text>
  238. <text class="introduce">{{detail.company.scale_name}}</text>
  239. </view>
  240. <view class="u-flex" style="margin-bottom: 24rpx;">
  241. <view class="tabs">
  242. {{detail.company.province||''}}{{detail.company.city||''}}
  243. </view>
  244. <view class="tabs">
  245. {{detail.job.education_name ||''}}
  246. </view>
  247. <view class="tabs">
  248. {{detail.job.experience_name ||''}}
  249. </view>
  250. </view>
  251. <view class="u-flex u-row-between u-col-center">
  252. <view class=" u-flex u-col-center">
  253. <image :src="detail.hr.avatar" mode=""
  254. style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  255. </image>
  256. <view class="" style="margin-left: 16rpx;font-size: 24rpx;">
  257. <text>{{detail.hr.name}}</text>·
  258. <text>{{detail.hr.job}}</text>
  259. </view>
  260. </view>
  261. </view>
  262. </view>
  263. <view class="tongguo-offter u-flex u-row-right" v-if="detail.candidate_commission_amount">
  264. <text style="margin-right: 10rpx;">付费金额:</text>
  265. <text>¥{{detail.candidate_commission_amount}}</text>
  266. </view>
  267. </view>
  268. <view class="tuijian-box">
  269. <view class="tuijian-item u-flex">
  270. <text>订单编号:</text>
  271. <text>{{detail.order_no || ''}}</text>
  272. </view>
  273. <view class="tuijian-item u-flex">
  274. <text>订单时间:</text>
  275. <text>{{detail.createtime || ''}}</text>
  276. </view>
  277. </view>
  278. </view>
  279. <!-- <view class="" style="height: 100rpx;background: #F3F3F3;"></view> -->
  280. <view class="jieshou-down" v-if="detail.stage == 'over_protected' ||detail.stage == 'entry' ">
  281. <view>
  282. <view
  283. v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid' "
  284. class="jieshou-btn u-flex u-row-right">
  285. <view class="text4" @click="todakuan(detail.candidate_commission_amount )">立即支付
  286. </view>
  287. </view>
  288. </view>
  289. <!-- <view class="safe-area-inset-bottom"></view> -->
  290. </view>
  291. <view class="flexa" v-if="detail.interview_status == 'uninterviewed' && detail.stage == 'interview'">
  292. <view class="u-flex u-row-between" style="width: 100%;">
  293. <view class="btn1" @click="accept">接受面试</view>
  294. <view class="btn2" @click="refuse">拒绝面试</view>
  295. </view>
  296. <view class="safe-area-inset-bottom"></view>
  297. </view>
  298. <view class="flexa" v-if="detail.offer_status == 'issued'&&detail.stage == 'offer'">
  299. <view class="u-flex u-row-between" style="width: 100%;">
  300. <view class="btn1" @click="accept1">接受offer</view>
  301. <view class="btn2" @click="refuse1">拒绝offer</view>
  302. </view>
  303. <view class="safe-area-inset-bottom"></view>
  304. </view>
  305. <!-- <view class="safe-area-inset-bottom"></view> -->
  306. <u-popup :show="showjinzhan" mode="bottom" border-radius="32" height="450" :closeable="true"
  307. @close="showjinzhan = false">
  308. <view class="order-jindu-popup">
  309. <view class="order-jindu-header u-flex">
  310. <text>订单进展</text>
  311. <text>订单时长进展:{{gettime()}}</text>
  312. </view>
  313. <view class="order-jindu-body">
  314. <scroll-view style="height: 770rpx;" scroll-y="true">
  315. <view class="body-item u-flex u-col-top" v-for="(item,index) in logs" :key="index">
  316. <view class="item-left u-flex-col u-col-center">
  317. <view class="first-box u-flex u-row-center" v-if="index == 0">
  318. <text></text>
  319. </view>
  320. <view class="last-box" v-else></view>
  321. <view class="left-xian" v-if="index < (logs.length - 1)"></view>
  322. </view>
  323. <view class="item-right u-flex-col" :style="{opacity: index == 0 ? 1 : 0.5}">
  324. <text>{{item.content}}</text>
  325. <text>{{item.createtime}}</text>
  326. </view>
  327. </view>
  328. <view class="" style="height: 40rpx;"></view>
  329. </scroll-view>
  330. </view>
  331. </view>
  332. </u-popup>
  333. <u-popup v-model="showdakuan" mode="center" border-radius="28">
  334. <view class="dakuan-popup">
  335. <view class="dakuan-title">
  336. 打款信息
  337. </view>
  338. <view class="dakuan-box">
  339. <view class="box-item u-flex">
  340. <text>企业全称</text>
  341. <text>{{dakuan.company_full_name}}</text>
  342. </view>
  343. <view class="box-item u-flex">
  344. <text>开户行</text>
  345. <text>{{dakuan.bank_name}}</text>
  346. </view>
  347. <view class="box-item u-flex">
  348. <text>银行账号</text>
  349. <text>{{dakuan.account_no}}</text>
  350. </view>
  351. </view>
  352. <view class="dakuan-popup-btn" @click="showdakuan = false">
  353. 我知道了
  354. </view>
  355. </view>
  356. </u-popup>
  357. </view>
  358. </template>
  359. <script>
  360. import {
  361. get_finance_config,
  362. order_detail,
  363. interview_accept,
  364. interview_refuse,
  365. offer_pass,
  366. offer_refuse
  367. } from "@/units/inquire.js"
  368. export default {
  369. data() {
  370. return {
  371. // stage 当前阶段: recommend=推荐阶段, interview=面试阶段, offer=offer阶段, entry=入职阶段, over_protected=过保阶段, failed=已淘汰
  372. // recommend_status 推荐阶段状态: pending=未查看, viewed=已查看, overdue=反馈逾期, passed=已通过, failed=淘汰, interviewed=发起面试, undetermined=简历待定
  373. jindulist: [{
  374. name: '投递阶段',
  375. jindu: 0
  376. }, {
  377. name: '面试阶段',
  378. jindu: 1
  379. }, {
  380. name: 'offer阶段',
  381. jindu: 2
  382. }, {
  383. name: '入职阶段',
  384. jindu: 3
  385. }, {
  386. name: '过保阶段',
  387. jindu: 4
  388. }],
  389. // 0简历通过
  390. // 1一轮待面试,1.1一轮面试完毕,1.2面试通过,1.3面试未通过,1.4未来面试,
  391. // 2拟录用,2.1发offer,2.2接受offer,2.3拒绝offer
  392. // 3待入职
  393. // 4待过保,4.1已过保,4.2未过保
  394. // 0.6评估未通过, 1.4面试未通过, 1.5放弃面试, 2.3拒绝offer, 4.2未过保
  395. jindu: 0,
  396. showjinzhan: false,
  397. showdakuan: false,
  398. id: '',
  399. detail: {
  400. recommend_info: {}
  401. },
  402. logs: [],
  403. showjubao: false,
  404. jubao: '',
  405. mianshidetail: {},
  406. dakuan: {}
  407. }
  408. },
  409. onLoad(option) {
  410. this.id = option.id
  411. this.getconfig()
  412. },
  413. onShow() {
  414. this.getdata()
  415. },
  416. methods: {
  417. accept() {
  418. interview_accept({
  419. order_id: this.id
  420. }).then(res => {
  421. this.$u.toast(res.msg)
  422. this.getdata()
  423. })
  424. },
  425. refuse() {
  426. interview_refuse({
  427. order_id: this.id
  428. }).then(res => {
  429. this.$u.toast(res.msg)
  430. this.getdata()
  431. })
  432. },
  433. //接收offer
  434. accept1() {
  435. offer_pass({
  436. order_id: this.id
  437. }).then(res => {
  438. this.$u.toast(res.msg)
  439. this.getdata()
  440. })
  441. },
  442. //拒绝offer
  443. refuse1() {
  444. offer_refuse({
  445. order_id: this.id
  446. }).then(res => {
  447. this.$u.toast(res.msg)
  448. this.getdata()
  449. })
  450. },
  451. getconfig() {
  452. get_finance_config().then(res => {
  453. this.dakuan = res.data
  454. })
  455. },
  456. // tojubao(){
  457. // if(!this.jubao){
  458. // this.$u.toast("请输入举报原因")
  459. // return
  460. // }
  461. // uni.showLoading({
  462. // mask:true,
  463. // title:"请稍后"
  464. // })
  465. // // this.$u.post('/api/hr.order/report',{
  466. // // order_id:this.id,
  467. // // content:this.jubao
  468. // // }).then(res => {
  469. // // this.$u.toast(res.msg)
  470. // // if(res.code == 1){
  471. // // this.jubao = ''
  472. // // this.showjubao = false
  473. // // }
  474. // // })
  475. // },
  476. gettime() {
  477. if (this.detail.createtime) {
  478. var createtime = new Date(this.detail.createtime.replace(/-/g, "/")).getTime()
  479. var nowTime = new Date().getTime()
  480. var jindutime = parseInt((nowTime - createtime) / 1000)
  481. var day = parseInt(jindutime / 86400)
  482. var hour = parseInt(jindutime % 86400 / 3600)
  483. return `${day}天${hour}小时`
  484. } else {
  485. return ''
  486. }
  487. },
  488. getdata() {
  489. order_detail({
  490. order_id: this.id
  491. }).then(res => {
  492. this.detail = res.data
  493. if (this.detail.stage == 'failed') {
  494. this.jindu = {
  495. un_refused: 0,
  496. assess_failed: 0,
  497. interview_failed: 1,
  498. give_up_interview: 1,
  499. reject_interview: 1,
  500. refuse_offer: 2,
  501. offer_failed: 2,
  502. entry_failed: 3,
  503. over_protected_failed: 4,
  504. no_over: 4,
  505. } [this.detail.failed_type]
  506. } else {
  507. // recommend=推荐阶段, interview=面试阶段, offer=offer阶段, entry=入职阶段, over_protected=过保阶段,
  508. this.jindu = {
  509. recommend: 0,
  510. interview: 1,
  511. offer: 2,
  512. entry: 3,
  513. over_protected: 4,
  514. failed: 0
  515. } [this.detail.stage]
  516. }
  517. this.logs = this.detail.logs
  518. if (this.detail.interviews && this.detail.interviews.length > 0) {
  519. this.mianshidetail = this.detail.interviews[0]
  520. }
  521. })
  522. },
  523. tokaipiao() {
  524. var arr = []
  525. var title = []
  526. this.detail.hr_periods.forEach((val, key) => {
  527. if (val.status == 'paid') {
  528. arr.push(val)
  529. title.push(`第${key + 1}次付款`)
  530. }
  531. })
  532. if (title.length > 0) {
  533. uni.showActionSheet({
  534. itemList: title,
  535. success: (e) => {
  536. if (!arr[e.tapIndex].isInvoiceIng) {
  537. uni.navigateTo({
  538. url: "/pagesD/kaipiao?id=" + arr[e.tapIndex].id + "&price=" + arr[e
  539. .tapIndex].normal_price
  540. })
  541. } else {
  542. this.$u.toast("该订单已开票")
  543. }
  544. }
  545. })
  546. } else {
  547. this.$u.toast("暂无可开票订单")
  548. }
  549. },
  550. todakuan(money) {
  551. // var periods_id = ''
  552. // var paying_id = ''
  553. // this.detail.hr_periods.forEach(val => {
  554. // if ((val.status == 'unpaid') && !periods_id) {
  555. // periods_id = val.id
  556. // }
  557. // if ((val.status == 'paying') && !paying_id) {
  558. // paying_id = val.id
  559. // }
  560. // })
  561. // console.log(paying_id);
  562. // if (paying_id) {
  563. // this.$u.toast("待后台审核成功后再发起支付")
  564. // return
  565. // }
  566. // if (periods_id) {
  567. uni.redirectTo({
  568. url: "/pagesD/pay?id=" + this.id + '&&money=' + money
  569. })
  570. // } else {
  571. // this.$u.toast("暂无信息")
  572. // }
  573. },
  574. // totuikuan() {
  575. // uni.navigateTo({
  576. // url: "/pagesD/tuikuan?id=" + this.id
  577. // })
  578. // }
  579. }
  580. }
  581. </script>
  582. <style lang="scss" scoped>
  583. .text_hide {
  584. overflow: hidden;
  585. white-space: nowrap;
  586. text-overflow: ellipsis;
  587. }
  588. .flexa {
  589. position: fixed;
  590. bottom: 0;
  591. left: 0;
  592. padding: 16rpx 32rpx 0;
  593. // height: 110rpx;
  594. font-size: 32rpx;
  595. font-family: PingFangSC, PingFang SC;
  596. font-weight: 500;
  597. background-color: #fff;
  598. width: 750rpx;
  599. box-sizing: border-box;
  600. .btn1 {
  601. text-align: center;
  602. line-height: 84rpx;
  603. width: 328rpx;
  604. height: 84rpx;
  605. background: #0C66C2;
  606. border-radius: 12rpx;
  607. color: #FFFFFF;
  608. }
  609. .btn2 {
  610. text-align: center;
  611. line-height: 84rpx;
  612. width: 328rpx;
  613. height: 84rpx;
  614. background: #E8E8E8;
  615. border-radius: 12rpx;
  616. color: #666666;
  617. }
  618. }
  619. .back {
  620. background: #F3F3F3;
  621. min-height: 76vh;
  622. }
  623. .order-info {
  624. .content {
  625. padding: 35rpx 20rpx;
  626. margin-top: 20rpx;
  627. background-color: #fff;
  628. border-radius: 16rpx;
  629. .bottom {
  630. border-top: 2rpx solid #F0F0F0;
  631. margin-top: 32rpx;
  632. padding-top: 20rpx;
  633. .tou {
  634. font-size: 20rpx;
  635. font-family: SFPro-Regular, SFPro;
  636. font-weight: 400;
  637. color: #666666;
  638. }
  639. .success {
  640. font-size: 20rpx;
  641. font-family: PingFangSC-Regular, PingFang SC;
  642. font-weight: 400;
  643. color: #F7B500;
  644. }
  645. }
  646. .font {
  647. font-size: 32rpx;
  648. font-family: PingFangSC-Medium, PingFang SC;
  649. font-weight: 500;
  650. color: #222222;
  651. line-height: 44rpx;
  652. max-width: 326rpx;
  653. overflow: hidden; //超出隐藏
  654. white-space: nowrap; //不换行,同一行展示
  655. text-overflow: ellipsis; //设置超出部分以省略号展示
  656. }
  657. .back {
  658. width: 58rpx;
  659. height: 32rpx;
  660. background: #FF5335;
  661. border-radius: 6rpx;
  662. font-size: 22rpx;
  663. font-family: PingFangSC-Regular, PingFang SC;
  664. font-weight: 400;
  665. color: #FFFFFF;
  666. line-height: 32rpx;
  667. text-align: center;
  668. margin-left: 16rpx;
  669. }
  670. .money {
  671. font-size: 32rpx;
  672. font-family: JDZhengHT-Regular, JDZhengHT;
  673. font-weight: 400;
  674. color: #0C66C2;
  675. }
  676. .introduce {
  677. height: 40rpx;
  678. font-size: 28rpx;
  679. font-family: PingFangSC-Regular, PingFang SC;
  680. font-weight: 400;
  681. color: #555555;
  682. line-height: 40rpx;
  683. margin-right: 16rpx;
  684. }
  685. .tabs {
  686. background: #F3F3F3;
  687. border-radius: 4rpx;
  688. padding: 6rpx 14rpx;
  689. margin-right: 16rpx;
  690. font-size: 24rpx;
  691. font-family: PingFangSC-Regular, PingFang SC;
  692. font-weight: 400;
  693. color: #5F5F5F;
  694. height: 34rpx;
  695. line-height: 34rpx;
  696. }
  697. }
  698. .taotai-popup {
  699. width: 686rpx;
  700. height: 690rpx;
  701. padding: 0 40rpx;
  702. .fuli-btn {
  703. margin-top: 50rpx;
  704. text {
  705. width: 686rpx;
  706. line-height: 88rpx;
  707. background: #0C66C2;
  708. border-radius: 12rpx;
  709. text-align: center;
  710. font-size: 32rpx;
  711. font-family: PingFangSC-Medium, PingFang SC;
  712. font-weight: 500;
  713. color: #FFFFFF;
  714. }
  715. }
  716. .taotai-textarea {
  717. background: #F4F4F4;
  718. border-radius: 16rpx;
  719. padding: 32rpx 24rpx 20rpx 24rpx;
  720. textarea {
  721. width: 100%;
  722. height: 280rpx;
  723. font-size: 28rpx;
  724. }
  725. text {
  726. font-size: 24rpx;
  727. font-family: SFPro-Regular, SFPro;
  728. font-weight: 400;
  729. color: #999999;
  730. }
  731. }
  732. .taotai-title {
  733. line-height: 122rpx;
  734. text-align: center;
  735. font-size: 36rpx;
  736. font-family: PingFangSC-Medium, PingFang SC;
  737. font-weight: 500;
  738. color: #222222;
  739. }
  740. .taotai-btn {
  741. margin-top: 52rpx;
  742. text:first-child {
  743. width: 280rpx;
  744. line-height: 92rpx;
  745. background: rgba(12, 102, 194, 0.1);
  746. border-radius: 12rpx;
  747. text-align: center;
  748. font-size: 36rpx;
  749. font-family: PingFangSC-Regular, PingFang SC;
  750. font-weight: 400;
  751. color: #0C66C2;
  752. }
  753. text:last-child {
  754. width: 280rpx;
  755. line-height: 92rpx;
  756. background: #0C66C2;
  757. border-radius: 12rpx;
  758. text-align: center;
  759. font-size: 36rpx;
  760. font-family: PingFangSC-Regular, PingFang SC;
  761. font-weight: 400;
  762. color: #FFFFFF;
  763. }
  764. }
  765. }
  766. .dakuan-popup {
  767. width: 686rpx;
  768. height: 536rpx;
  769. background: #FFFFFF;
  770. border-radius: 28rpx;
  771. padding: 0 40rpx;
  772. .dakuan-popup-btn {
  773. width: 270rpx;
  774. line-height: 80rpx;
  775. background: #0C66C2;
  776. border-radius: 12rpx;
  777. text-align: center;
  778. font-size: 32rpx;
  779. font-family: PingFangSC-Regular, PingFang SC;
  780. font-weight: 400;
  781. color: #FFFFFF;
  782. margin: 0 auto;
  783. }
  784. .dakuan-box {
  785. padding: 16rpx 20rpx;
  786. background: #F4F4F4;
  787. border-radius: 16rpx;
  788. margin-bottom: 40rpx;
  789. .box-item {
  790. padding: 16rpx 0;
  791. text:first-child {
  792. width: 154rpx;
  793. font-size: 28rpx;
  794. font-family: PingFangSC-Regular, PingFang SC;
  795. font-weight: 400;
  796. color: #1A1C24;
  797. }
  798. text:last-child {
  799. font-size: 28rpx;
  800. font-family: PingFangSC-Regular, PingFang SC;
  801. font-weight: 400;
  802. color: #1A1C24;
  803. }
  804. }
  805. }
  806. .dakuan-title {
  807. text-align: center;
  808. line-height: 118rpx;
  809. font-size: 36rpx;
  810. font-family: PingFangSC-Medium, PingFang SC;
  811. font-weight: 500;
  812. color: #222222;
  813. }
  814. }
  815. .jieshou-down {
  816. position: fixed;
  817. bottom: 0;
  818. left: 0;
  819. width: 750rpx;
  820. background-color: #fff;
  821. z-index: 999;
  822. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(175, 175, 175, 0.5);
  823. .jieshou-btn {
  824. padding: 8rpx 24rpx;
  825. .text1 {
  826. flex: 1;
  827. position: relative;
  828. .text1-more {
  829. position: absolute;
  830. width: 200rpx;
  831. height: 100rpx;
  832. left: -20rpx;
  833. bottom: 48rpx;
  834. .more-box {
  835. width: 200rpx;
  836. height: 100rpx;
  837. position: relative;
  838. image {
  839. width: 200rpx;
  840. height: 100rpx;
  841. position: absolute;
  842. top: 0;
  843. left: 0;
  844. z-index: -1;
  845. }
  846. text {
  847. font-size: 24rpx;
  848. font-family: PingFangSC-Regular, PingFang SC;
  849. font-weight: 400;
  850. color: #222222;
  851. margin-bottom: 10rpx;
  852. }
  853. }
  854. }
  855. .text1-text {
  856. font-size: 28rpx;
  857. font-family: PingFangSC-Regular, PingFang SC;
  858. font-weight: 400;
  859. color: #777777;
  860. }
  861. }
  862. .input {
  863. flex: 1;
  864. text-align: right;
  865. margin-right: 10rpx;
  866. font-size: 30rpx;
  867. }
  868. .text2 {
  869. line-height: 80rpx;
  870. border-radius: 12rpx;
  871. border: 1rpx solid #9F9F9F;
  872. text-align: center;
  873. font-size: 32rpx;
  874. font-family: PingFangSC-Regular, PingFang SC;
  875. font-weight: 400;
  876. color: #444444;
  877. margin-left: 24rpx;
  878. padding: 0 24rpx;
  879. }
  880. .text3 {
  881. line-height: 80rpx;
  882. background: #F2413A;
  883. border-radius: 12rpx;
  884. text-align: center;
  885. font-size: 32rpx;
  886. font-family: PingFangSC-Regular, PingFang SC;
  887. font-weight: 400;
  888. color: #FFFFFF;
  889. margin-left: 24rpx;
  890. padding: 0 24rpx;
  891. }
  892. .text4 {
  893. line-height: 80rpx;
  894. background: #0C66C2;
  895. border-radius: 12rpx;
  896. text-align: center;
  897. font-size: 32rpx;
  898. font-family: PingFangSC-Regular, PingFang SC;
  899. font-weight: 400;
  900. color: #FFFFFF;
  901. margin-left: 24rpx;
  902. padding: 0 24rpx;
  903. width: 100%;
  904. }
  905. }
  906. }
  907. .pay-box {
  908. width: 702rpx;
  909. background: #FFFFFF;
  910. border-radius: 20rpx;
  911. margin: 20rpx;
  912. padding: 0 20rpx;
  913. box-sizing: border-box;
  914. .pay-item {
  915. height: 70rpx;
  916. .xian1 {
  917. width: 18rpx;
  918. height: 18rpx;
  919. background: #FFFFFF;
  920. border: 2rpx solid #0C66C2;
  921. border-radius: 100rpx;
  922. margin-top: 8rpx;
  923. }
  924. .xian2 {
  925. width: 2rpx;
  926. height: 36rpx;
  927. background-color: #ECECEC;
  928. margin-top: 8rpx;
  929. }
  930. .text1 {
  931. font-size: 24rpx;
  932. font-family: SFPro-Regular, SFPro;
  933. font-weight: 400;
  934. color: #222222;
  935. width: 270rpx;
  936. }
  937. .text2 {
  938. flex: 1;
  939. .price {
  940. font-size: 28rpx;
  941. font-family: JDZhengHT-Regular, JDZhengHT;
  942. font-weight: 400;
  943. color: #1A1C24;
  944. }
  945. .price-status1 {
  946. width: 68rpx;
  947. line-height: 32rpx;
  948. background: #F3F3F3;
  949. border-radius: 6rpx;
  950. text-align: center;
  951. font-size: 20rpx;
  952. font-family: PingFangSC-Regular, PingFang SC;
  953. font-weight: 400;
  954. color: #76777C;
  955. margin-left: 8rpx;
  956. }
  957. .price-status2 {
  958. width: 68rpx;
  959. line-height: 32rpx;
  960. background: #FDECEB;
  961. border-radius: 6rpx;
  962. text-align: center;
  963. font-size: 20rpx;
  964. font-family: PingFangSC-Regular, PingFang SC;
  965. font-weight: 400;
  966. color: #F2413A;
  967. margin-left: 8rpx;
  968. }
  969. }
  970. }
  971. .pay-header {
  972. height: 88rpx;
  973. border-bottom: 2rpx solid #F4F4F4;
  974. margin-bottom: 24rpx;
  975. .text1 {
  976. font-size: 28rpx;
  977. font-family: PingFangSC-Regular, PingFang SC;
  978. font-weight: 400;
  979. color: #1A1C24;
  980. }
  981. .text2 {
  982. font-size: 28rpx;
  983. font-family: PingFangSC-Regular, PingFang SC;
  984. font-weight: 400;
  985. margin-right: 10rpx;
  986. }
  987. }
  988. }
  989. .order-jindu-popup {
  990. padding: 0 20rpx;
  991. background: #F3F3F3;
  992. max-height: 900rpx;
  993. .order-jindu-body {
  994. width: 710rpx;
  995. background: #FFFFFF;
  996. border-radius: 32rpx 32rpx 0rpx 0rpx;
  997. margin: 0 auto;
  998. min-height: 700rpx;
  999. padding-top: 48rpx;
  1000. .body-item {
  1001. .item-right {
  1002. text:first-child {
  1003. font-size: 28rpx;
  1004. font-family: PingFangSC-Regular, PingFang SC;
  1005. font-weight: 400;
  1006. color: #1A1C24;
  1007. margin-bottom: 12rpx;
  1008. }
  1009. text:last-child {
  1010. font-size: 22rpx;
  1011. font-family: SFPro-Light, SFPro;
  1012. font-weight: 300;
  1013. color: #1A1C24;
  1014. }
  1015. }
  1016. .item-left {
  1017. width: 64rpx;
  1018. padding-top: 10rpx;
  1019. .left-xian {
  1020. width: 2rpx;
  1021. height: 72rpx;
  1022. opacity: 0.2;
  1023. border: 2rpx solid #979797;
  1024. margin: 10rpx 0;
  1025. }
  1026. .last-box {
  1027. width: 16rpx;
  1028. height: 16rpx;
  1029. background: #D8D8D8;
  1030. border-radius: 100rpx;
  1031. }
  1032. .first-box {
  1033. width: 24rpx;
  1034. height: 24rpx;
  1035. background: rgba(12, 102, 194, 0.2);
  1036. border-radius: 100rpx;
  1037. text {
  1038. width: 12rpx;
  1039. height: 12rpx;
  1040. background: #0C66C2;
  1041. border-radius: 100rpx;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. .body-user {
  1047. border-bottom: 2rpx solid #F3F3F3;
  1048. height: 116rpx;
  1049. padding: 0 20rpx;
  1050. margin-bottom: 22rpx;
  1051. .jubao-btn {
  1052. font-size: 22rpx;
  1053. font-family: PingFangSC-Regular, PingFang SC;
  1054. font-weight: 400;
  1055. color: #0C66C2;
  1056. }
  1057. .user-center {
  1058. flex: 1;
  1059. margin: 0 20rpx;
  1060. .text1 {
  1061. font-size: 28rpx;
  1062. font-family: PingFangSC-Regular, PingFang SC;
  1063. font-weight: 400;
  1064. color: #1A1C24;
  1065. }
  1066. .text2 {
  1067. font-size: 20rpx;
  1068. font-family: PingFangSC-Regular, PingFang SC;
  1069. font-weight: 400;
  1070. color: #1A1C24;
  1071. }
  1072. }
  1073. .user-img {
  1074. width: 64rpx;
  1075. height: 64rpx;
  1076. border-radius: 100rpx;
  1077. }
  1078. }
  1079. }
  1080. .order-jindu-header {
  1081. height: 114rpx;
  1082. text:first-child {
  1083. font-size: 36rpx;
  1084. font-family: PingFangSC-Medium, PingFang SC;
  1085. font-weight: 500;
  1086. color: #222222;
  1087. margin-right: 20rpx;
  1088. }
  1089. text:last-child {
  1090. font-size: 22rpx;
  1091. font-family: SFPro-Regular, SFPro;
  1092. font-weight: 400;
  1093. color: #1A1C24;
  1094. }
  1095. }
  1096. }
  1097. .jieshao-box {
  1098. width: 702rpx;
  1099. background: #FFFFFF;
  1100. border-radius: 20rpx;
  1101. margin: 20rpx auto;
  1102. // padding: 32rpx 20rpx 8rpx 20rpx;
  1103. box-sizing: border-box;
  1104. .tongguo-offter {
  1105. height: 90rpx;
  1106. border-top: 2rpx solid #F4F4F4;
  1107. padding: 0 20rpx;
  1108. text:first-child {
  1109. font-size: 26rpx;
  1110. font-family: PingFangSC-Regular, PingFang SC;
  1111. font-weight: 400;
  1112. color: #131415;
  1113. }
  1114. text:last-child {
  1115. font-size: 36rpx;
  1116. font-family: JDZhengHT-Regular, JDZhengHT;
  1117. font-weight: 400;
  1118. color: #F2413A;
  1119. }
  1120. }
  1121. .item-other {
  1122. margin-bottom: 16rpx;
  1123. padding-left: 32rpx;
  1124. image {
  1125. width: 28rpx;
  1126. height: 28rpx;
  1127. margin-right: 12rpx;
  1128. }
  1129. text {
  1130. font-size: 28rpx;
  1131. font-family: PingFangSC-Regular, PingFang SC;
  1132. font-weight: 400;
  1133. color: #222222;
  1134. }
  1135. }
  1136. .jieshao-user {
  1137. padding-left: 32rpx;
  1138. position: relative;
  1139. margin-bottom: 20rpx;
  1140. .left {
  1141. .user-name {
  1142. font-size: 32rpx;
  1143. font-family: PingFangSC-Medium, PingFang SC;
  1144. font-weight: 500;
  1145. color: #222222;
  1146. margin-bottom: 16rpx;
  1147. }
  1148. .user-tips1 {
  1149. font-size: 26rpx;
  1150. font-family: PingFangSC-Regular, PingFang SC;
  1151. font-weight: 400;
  1152. color: #666666;
  1153. }
  1154. }
  1155. .right {
  1156. width: 96rpx;
  1157. height: 96rpx;
  1158. position: relative;
  1159. .img1 {
  1160. width: 96rpx;
  1161. height: 96rpx;
  1162. border-radius: 100rpx;
  1163. }
  1164. .sex {
  1165. position: absolute;
  1166. bottom: 0;
  1167. right: 4rpx;
  1168. width: 24rpx;
  1169. height: 24rpx;
  1170. }
  1171. }
  1172. }
  1173. .jieshao-user1::after {
  1174. position: absolute;
  1175. content: " ";
  1176. width: 12rpx;
  1177. height: 12rpx;
  1178. background: #131415;
  1179. border-radius: 100rpx;
  1180. top: 16rpx;
  1181. left: 0;
  1182. }
  1183. .jieshao-user2::after {
  1184. position: absolute;
  1185. content: " ";
  1186. width: 12rpx;
  1187. height: 12rpx;
  1188. background: #0C66C2;
  1189. border-radius: 100rpx;
  1190. top: 16rpx;
  1191. left: 0;
  1192. }
  1193. }
  1194. .yiguobao-box {
  1195. width: 702rpx;
  1196. height: 392rpx;
  1197. background: #FFFFFF;
  1198. border-radius: 20rpx;
  1199. margin: 0 auto;
  1200. image {
  1201. width: 200rpx;
  1202. height: 200rpx;
  1203. margin-bottom: 32rpx;
  1204. }
  1205. text {
  1206. font-size: 32rpx;
  1207. font-family: PingFangSC-Regular, PingFang SC;
  1208. font-weight: 400;
  1209. color: #333333;
  1210. }
  1211. }
  1212. .mianshi-box {
  1213. padding: 0 20rpx;
  1214. width: 702rpx;
  1215. background: #FFFFFF;
  1216. border-radius: 20rpx;
  1217. // margin: 0 auto 20rpx auto;
  1218. box-sizing: border-box;
  1219. .mianshi-item {
  1220. padding: 12rpx 0;
  1221. font-size: 28rpx;
  1222. font-family: PingFangSC-Regular, PingFang SC;
  1223. font-weight: 400;
  1224. color: #333333;
  1225. }
  1226. .mianshi-header {
  1227. border-bottom: 2rpx solid #F4F4F4;
  1228. height: 84rpx;
  1229. .mianshi-right {
  1230. height: 44rpx;
  1231. background: rgba(12, 102, 194, 0.08);
  1232. border-radius: 6rpx;
  1233. padding: 0 12rpx;
  1234. text {
  1235. font-size: 22rpx;
  1236. font-family: PingFangSC-Regular, PingFang SC;
  1237. font-weight: 400;
  1238. color: #0C66C2;
  1239. margin-left: 8rpx;
  1240. }
  1241. image {
  1242. width: 24rpx;
  1243. height: 24rpx;
  1244. }
  1245. }
  1246. .text1 {
  1247. font-size: 32rpx;
  1248. font-family: PingFangSC-Medium, PingFang SC;
  1249. font-weight: 500;
  1250. color: #1A1C24;
  1251. }
  1252. }
  1253. }
  1254. .tuijian-box {
  1255. width: 702rpx;
  1256. background: #FFFFFF;
  1257. border-radius: 20rpx;
  1258. margin: 20rpx auto;
  1259. padding: 0 20rpx;
  1260. box-sizing: border-box;
  1261. .tuijian-user {
  1262. margin-top: 8rpx;
  1263. border-top: 2rpx solid #F4F4F4;
  1264. height: 122rpx;
  1265. .user-img {
  1266. width: 80rpx;
  1267. height: 80rpx;
  1268. border-radius: 100rpx;
  1269. }
  1270. .chat-btn {
  1271. width: 140rpx;
  1272. line-height: 60rpx;
  1273. background: #0C66C2;
  1274. border-radius: 12rpx;
  1275. text-align: center;
  1276. font-size: 24rpx;
  1277. font-family: PingFangSC-Regular, PingFang SC;
  1278. font-weight: 400;
  1279. color: #FFFFFF;
  1280. }
  1281. .user-center {
  1282. margin: 0 20rpx;
  1283. text:first-child {
  1284. font-size: 30rpx;
  1285. font-family: PingFangSC-Medium, PingFang SC;
  1286. font-weight: 500;
  1287. color: #1A1C24;
  1288. margin-bottom: 6rpx;
  1289. }
  1290. text:last-child {
  1291. font-size: 22rpx;
  1292. font-family: PingFangSC-Regular, PingFang SC;
  1293. font-weight: 400;
  1294. color: #888888;
  1295. }
  1296. }
  1297. }
  1298. .tuijian-item {
  1299. padding: 12rpx 0;
  1300. font-size: 28rpx;
  1301. font-family: PingFangSC-Regular, PingFang SC;
  1302. font-weight: 400;
  1303. color: #333333;
  1304. }
  1305. .tuijian-header {
  1306. height: 84rpx;
  1307. border-bottom: 2rpx solid #F4F4F4;
  1308. margin-bottom: 6rpx;
  1309. text:first-child {
  1310. font-size: 28rpx;
  1311. font-family: PingFangSC-Medium, PingFang SC;
  1312. font-weight: 500;
  1313. color: #222222;
  1314. }
  1315. text:last-child {
  1316. font-size: 24rpx;
  1317. font-family: SFPro-Regular, SFPro;
  1318. font-weight: 400;
  1319. color: #999999;
  1320. }
  1321. }
  1322. }
  1323. .jieshou-info-header {
  1324. height: 284rpx;
  1325. padding: 0 32rpx;
  1326. .order-time {
  1327. font-size: 24rpx;
  1328. font-family: SFPro-Light, SFPro;
  1329. font-weight: 300;
  1330. color: #FFFFFF;
  1331. margin-top: 12rpx;
  1332. }
  1333. .header-jindu {
  1334. height: 76rpx;
  1335. margin: 0 32rpx;
  1336. position: relative;
  1337. .jindu-item {
  1338. width: 32rpx;
  1339. height: 32rpx;
  1340. background: rgba(255, 255, 255, 0);
  1341. border-radius: 100rpx;
  1342. text {
  1343. width: 16rpx;
  1344. height: 16rpx;
  1345. background: #FFFFFF;
  1346. border-radius: 100rpx;
  1347. }
  1348. }
  1349. .jindu-item1 {
  1350. background: rgba(255, 255, 255, 0.3);
  1351. }
  1352. .jindu-xian {
  1353. position: absolute;
  1354. top: 50%;
  1355. left: 50%;
  1356. width: calc(100% - 16rpx);
  1357. height: 4rpx;
  1358. background: rgba(256, 256, 256, 0.3);
  1359. transform: translate(-50%, -50%);
  1360. }
  1361. }
  1362. .jindu-text {
  1363. font-size: 24rpx;
  1364. font-family: PingFangSC-Regular, PingFang SC;
  1365. font-weight: 400;
  1366. color: #FFFFFF;
  1367. width: 100%;
  1368. text {
  1369. opacity: 0.8;
  1370. }
  1371. .text {
  1372. font-size: 24rpx;
  1373. font-family: PingFangSC-Medium, PingFang SC;
  1374. font-weight: 500;
  1375. color: #FFFFFF;
  1376. opacity: 1;
  1377. }
  1378. }
  1379. .header-title {
  1380. position: relative;
  1381. .dakuan-icon {
  1382. position: absolute;
  1383. right: -32rpx;
  1384. top: 10rpx;
  1385. width: 124rpx;
  1386. line-height: 48rpx;
  1387. background: rgba(255, 255, 255, 0.1);
  1388. border-radius: 24rpx 0rpx 0rpx 24rpx;
  1389. text-align: center;
  1390. font-size: 24rpx;
  1391. font-family: PingFangSC-Regular, PingFang SC;
  1392. font-weight: 400;
  1393. color: #F7B500;
  1394. }
  1395. .text2 {
  1396. width: 92rpx;
  1397. line-height: 40rpx;
  1398. border-radius: 4rpx;
  1399. opacity: 0.6;
  1400. border: 1rpx solid #FFFFFF;
  1401. text-align: center;
  1402. font-size: 20rpx;
  1403. font-family: PingFangSC-Regular, PingFang SC;
  1404. font-weight: 400;
  1405. color: #FFFFFF;
  1406. margin-left: 20rpx;
  1407. }
  1408. .text1 {
  1409. font-size: 48rpx;
  1410. font-family: PingFangSC-Medium, PingFang SC;
  1411. font-weight: 500;
  1412. color: #FFFFFF;
  1413. margin-right: 12rpx;
  1414. }
  1415. .text1-right {
  1416. height: 40rpx;
  1417. background: #FFFFFF;
  1418. border-radius: 8rpx;
  1419. padding: 0 14rpx;
  1420. margin-left: 12rpx;
  1421. image {
  1422. width: 21rpx;
  1423. height: 21rpx;
  1424. margin-right: 10rpx;
  1425. }
  1426. text {
  1427. font-size: 20rpx;
  1428. font-family: PingFangSC-Regular, PingFang SC;
  1429. font-weight: 400;
  1430. color: #FF6B34;
  1431. }
  1432. }
  1433. }
  1434. }
  1435. .jieshou-info-bg {
  1436. position: absolute;
  1437. top: 0;
  1438. left: 0;
  1439. width: 750rpx;
  1440. height: 460rpx;
  1441. background: linear-gradient(180deg, #0C66C2 0%, #0C66C2 50%, #F3F3F3 100%) !important;
  1442. z-index: -1;
  1443. }
  1444. }
  1445. page {
  1446. background-color: #F4F4F4;
  1447. }
  1448. </style>
  1449. <style scoped>
  1450. ::v-deep .header-title .u-icon__icon {
  1451. transform: rotate(90deg) !important;
  1452. }
  1453. ::v-deep .pay-header .u-icon__icon {
  1454. transform: rotate(180deg) !important;
  1455. }
  1456. </style>