order-info.vue 45 KB

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