details.vue 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. <template>
  2. <view class="details">
  3. <view class="zxtop">
  4. <!-- 风险部 -->
  5. <view class="failtit" v-if="datainfo.auditType==4">该业务申请未通过审核,可完善信息后进行申诉</view>
  6. <view class="detop">
  7. <!-- 归档 归档后没有业务进度-->
  8. <image :src="gdicoimg" class="gdimg" v-if="datainfo.loanApplicationType==4"></image>
  9. <block v-else>
  10. <view class="speed" v-if="checkPermi(['system:schedule:list'])" @click="getSpeedFn" :style="type=='ywjd'?'z-index: 6;':''">
  11. <image :src="speedimg"></image>
  12. <view>业务</view>
  13. <view>进度</view>
  14. </view>
  15. </block>
  16. <view class="head">
  17. <view class="top">
  18. <view class="toptit">{{datainfo.enterpriseName}}</view>
  19. <view class="statbox" v-if="datainfo.isNew=='Y'">专精特新<image :src="start"></image></view>
  20. </view>
  21. <view class="adr">贷款编号 | {{datainfo.loanApplicationNumber}}</view>
  22. <view class="adr">企业地址 | {{datainfo.enterpriseName}}</view>
  23. <view class="adr">申报时间 | {{datainfo.applicationTime}}</view>
  24. <view class="adr" v-if="datainfo.fileTime">归档时间 | {{datainfo.fileTime}}</view>
  25. </view>
  26. <view class="deta">
  27. <view class="lists">
  28. <view class="tit">申请额度</view>
  29. <view class="txt">{{datainfo.applicationAmount}}<text>/万元</text></view>
  30. </view>
  31. <view class="lists">
  32. <view class="tit">使用期限</view>
  33. <view class="txt">{{datainfo.usagePeriod}}<text>/个月</text></view>
  34. </view>
  35. <view class="lists">
  36. <view class="tit">申贷银行</view>
  37. <view class="txt">{{kaType(datainfo.applicationBank,sdyhlist)}}</view>
  38. </view>
  39. <view class="lists">
  40. <view class="tit">资金用途</view>
  41. <view class="txt">{{datainfo.purposeFunds}}</view>
  42. </view>
  43. <view class="lists">
  44. <view class="tit">还款来源</view>
  45. <view class="txt">{{datainfo.repaymentSource}}</view>
  46. </view>
  47. <view class="lists">
  48. <view class="tit">担保类型</view>
  49. <view class="txt">{{kaType(datainfo.guaranteeType,dblxlist)}}</view>
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. <view class="main">
  55. <!-- tab -->
  56. <view class="tabs" :class="fixedflag?'tabfix':''">
  57. <view class="tab" :class="tabval==ite.val?'act':''" v-for="(ite,idx) in tabList" :key="idx" @click="getTab(ite.val)">{{ite.tit}}</view>
  58. </view>
  59. <view style="height:116rpx;" v-if="fixedflag"></view>
  60. <!-- 企业信息 -->
  61. <view class="mainb" :style="'min-height: ' + minheight + 'px;'">
  62. <block v-if="tabval==0">
  63. <aqyxx @getDown="getDown" :qyinfo="qyinfo" :datainfo="datainfo" :basicFj="basicFj" ></aqyxx>
  64. </block>
  65. <block v-if="tabval==1">
  66. <bfrxx @getDown="getDown" :datainfo="datainfo" :yhlxlist="yhlxlist" :hyztlist="hyztlist" :basicFj="basicFj"></bfrxx>
  67. </block>
  68. <block v-if="tabval==2">
  69. <cfdbrxx @getDown="getDown" :datainfo="datainfo" :hyztlist="hyztlist" :basicFj="basicFj"></cfdbrxx>
  70. </block>
  71. <block v-if="tabval==3">
  72. <dfjxx @getDown="getDown" :datainfo="datainfo" :declareFj="datainfo.declareFj" :sbfjlist="sbfjlist" @getXzFn="getXzFn"></dfjxx>
  73. </block>
  74. <block v-if="tabval==4">
  75. <ewjcj @getDown="getDown" @getQmFn="getQmFn" :datainfo="datainfo" @getDelwjFj="getDelwjFj" @getfjEdit="getfjEdit" :wjcjlist="wjcjlist" :qtfileFj="datainfo.otherFj" :fileFj="datainfo.fileFj"></ewjcj>
  76. </block>
  77. <block v-if="tabval==5">
  78. <fshxx @getDown="getDown" :shjdlist="shjdlist" :datalist="shlist" ></fshxx>
  79. </block>
  80. </view>
  81. <!-- 法人信息 -->
  82. </view>
  83. <block v-if="datainfo.loanApplicationType!=4&&tabval!=5">
  84. <view class="h50"></view>
  85. <view class="footbtns">
  86. <!-- (业务进度表查询进度列表):1:申报提交 stepval 4,7,8,9,没有通过不通过
  87. 2:业务审核/分配
  88. 3:担保初审
  89. 4:尽职调查
  90. 5:初审风险合规
  91. 6:评审会
  92. 7:合同签约
  93. 8:放款合规风险审核
  94. 9:放款通知
  95. 10:归档 -->
  96. <!-- 审核进度 auditSchedule
  97. 1:业务审核/分配
  98. 2:A角色审核
  99. 3:B角色审核
  100. 4:风险审核
  101. 5:尽职调查
  102. 6:初审风险合规
  103. 7:上会评审 -->
  104. <!-- 申请审核 start-->
  105. <block v-if="datainfo.loanApplicationType!=3">
  106. <view class="fbtns bga" v-if="checkPermi(['system:application:edit'])&&stepval<2" @click="getedit">修改</view>
  107. <view class="fbtns bgc" v-if="checkPermi(['system:application:remove'])&&stepval<2" @click="getDel">删除</view>
  108. </block>
  109. <view class="fbtns bga" v-if="auditSchedule==1&&checkPermi(['system:application:sh'])" @click="getShFn('sh')">审核</view>
  110. <view class="fbtns bga" v-if="auditSchedule==4&&datainfo.auditType!=4&&checkPermi(['system:application:sh'])&&checkRole(['auditing_risk'])" @click="getShFn('fxsh')">风险审核</view>
  111. <!-- end -->
  112. <!-- a,b角按钮 start-->
  113. <view class="fbtns bgb" v-if="checkPermi(['system:application:sh'])&&userId==datainfo.aUserId&&auditSchedule==5" @click="getShFn('jztcsh')">尽职调查反馈</view>
  114. <view class="fbtns bga" v-if="checkPermi(['system:application:sh'])&&userId==datainfo.aUserId&&auditSchedule==2&&datainfo.auditType==1" @click="getShFn('ajssh')">审核</view>
  115. <view class="fbtns bga" v-if="checkPermi(['system:application:sh'])&&userId==datainfo.bUserId&&auditSchedule==3" @click="getShFn('bjssh')">审核</view>
  116. <!-- 审核后 -->
  117. <!-- <view class="fbtns bga" @click="getMoreFn('more')">更多操作</view> -->
  118. <!-- 未通过申诉 风险不通过,上会不通过-->
  119. <!-- 撤销, 业务分配,a,b角撤销 -->
  120. <view class="fbtns bga" v-if="checkPermi(['system:application:ss'])&&datainfo.auditType==4&&userId==datainfo.aUserId" @click="getSsFn">申诉</view>
  121. <!-- <block ></block> -->
  122. <!-- 申诉的时候不能撤销 -->
  123. <!-- <view class="fbtns" :class="auditSchedule==5?'bga':'bgb'" v-if="checkPermi(['system:application:cx'])&&(stepval!=1&&stepval!=10&&(datainfo.auditType!=1||auditSchedule<6&&auditSchedule>2))" @click="getCxFn">撤销</view> -->
  124. <block v-if="checkPermi(['system:application:cx'])&&stepval!=1&&stepval!=10">
  125. <view class="fbtns bga" v-if="userId==datainfo.aUserId&&auditSchedule==3" @click="getCxFn">撤销</view>
  126. <view class="fbtns bga" v-if="userId==datainfo.bUserId&&auditSchedule==4" @click="getCxFn">撤销</view>
  127. <!-- auditSchedule<7&& -->
  128. <view class="fbtns" :class="auditSchedule==5?'bga':'bgb'" v-if="(datainfo.auditType!=1||auditSchedule>4)" @click="getCxFn">撤销</view>
  129. </block>
  130. <!-- 回收站,暂存,归档不能撤 项目进度是申报提交-->
  131. <!-- 撤销,管理员在 a待审核 可以撤,
  132. a,b角是自己的时候可以撤
  133. -->
  134. <view class="fbtns bga" v-if="checkPermi(['system:application:schedule'])&&stepval<9&&stepval>6" @click="getXybFn">项目推进</view>
  135. <!-- end -->
  136. <!-- 管理员业务初审审核后出具担保意向函-->
  137. <!-- <block v-if="auditSchedule>1&&stepval<4"> -->
  138. <block v-if="checkRole(['manager'])&&auditSchedule>1&&stepval<4">
  139. <!-- <view class="fbtns bgb" @click="getfjEdit('dbyxh')">上传文件</view> -->
  140. <view class="fbtns bga" @click="getIssureFn(3,'dbyxh')">出具担保意向函</view>
  141. <view class="fbtns bgb" v-if="checkPermi(['system:application:cx'])&&auditSchedule<3&&datainfo.auditType<2" @click="getCxFn">撤销</view>
  142. </block>
  143. <!-- 风险部门 start-->
  144. <block v-if="stepval==5&&checkRole(['auditing_risk'])">
  145. <view class="fbtns bgb" v-if="checkPermi(['system:hyperlink:list'])" @click="getMoreFn('wb')">外部工具平台</view>
  146. <view class="fbtns bga" @click="getMoreFn('fxmore')">更多操作</view>
  147. </block>
  148. <!-- end -->
  149. <!-- 上会管理员 start -->
  150. <block v-if="stepval==6">
  151. <view class="fbtns bgb" @click="getMoreFn('shmore')">更多操作</view>
  152. <view class="fbtns bga" @click="getShFn('shsh')">审核</view>
  153. </block>
  154. <!-- 上会管理员 end -->
  155. <!-- 合同签约start -->
  156. <!-- 上传附件 是上传其他 和出具合同的附件-->
  157. <block v-if="stepval==7">
  158. <!-- <view class="fbtns bgb" @click="getMoreFn('htsc')">上传附件</view> -->
  159. <view class="fbtns bga" @click="getMoreFn('htqy')">出具合同</view>
  160. </block>
  161. <!-- 合同签约end -->
  162. <!-- 风险部放款 start-->
  163. <block v-if="stepval==8">
  164. <!-- <view class="fbtns bgb" @click="getfjEdit('fkhgb')">上传附件</view> -->
  165. <view class="fbtns bga" @click="getIssureFn(14,'fkhgb')">出具放款合规表</view>
  166. </block>
  167. <!-- end -->
  168. <block v-if="stepval==9">
  169. <!-- <view class="fbtns bgb" @click="getfjEdit('fktzs')">上传附件</view> -->
  170. <view class="fbtns bga" @click="getIssureFn(4,'fktzs')">放款通知书</view>
  171. </block>
  172. <view class="fbtns bga" v-if="stepval==9&&datainfo.loanApplicationType!=4" @click="getGdFn">一键归档</view>
  173. </view>
  174. </block>
  175. <!-- 更多操作 -->
  176. <view class="bgbox" @click="getClose" v-if="mtype"></view>
  177. <view v-if="mtype" class="morebox">
  178. <view class="molists">
  179. <!-- 审核详情后 -->
  180. <!-- <block v-if="mtype=='more'">
  181. <view class="mcoa" @click="getShFn('shhj')">上传附件</view>
  182. <view>撤回</view>
  183. </block> -->
  184. <!--风险部门 start 外部工具平台 -->
  185. <block v-if="mtype=='wb'">
  186. <view v-for="(ite,idx) in linkList" :key="idx" @click="getWebUel(ite.url)">{{ite.name}}</view>
  187. </block>
  188. <!-- 更多操作 -->
  189. <block v-if="mtype=='fxmore'">
  190. <!-- auditSchedule==6&& -->
  191. <view @click="getShFn('fxbmsh')" v-if="checkPermi(['system:application:sh'])">审核</view>
  192. <view @click="getIssureFn(13,'clhgb')">出具材料合规表</view>
  193. <!-- <view @click="getfjEdit('clhgb')">上传附件</view> -->
  194. <!-- <view @click="getfjEdit('clhgb')">上传材料合规表</view> -->
  195. <view v-if="checkPermi(['system:application:cx'])" @click="getCxFn">撤回</view>
  196. </block>
  197. <!-- 风险部门 end -->
  198. <!-- 上会管理员 start -->
  199. <block v-if="mtype=='shmore'">
  200. <view @click="getIssureFn(12,'psyjqpb')">出具评审意见签批表</view>
  201. <!-- <view @click="getIssureFn()">上会纪要</view> -->
  202. <view @click="getIssureFn(11,'gdhyjy')">出具股东会决议</view>
  203. <!-- <view @click="getfjEdit('psyjqpb')">上传评审意见签批表</view>
  204. <view @click="getfjEdit('gdhyjy')">上传上会纪要</view> -->
  205. </block>
  206. <!-- 上会管理员 end -->
  207. <!-- 合同签约 start -->
  208. <!-- 合同上传信息 -->
  209. <block v-if="mtype=='htsc'">
  210. <!-- <view @click="getfjEdit('wtdbht')">上传委托保证合同</view>
  211. <block v-if="datainfo.guaranteeType=='2'">
  212. <view @click="getfjEdit('bzfdbhtfr')">上传保证反担保合同(法人)</view>
  213. <view @click="getfjEdit('bzfdbhtzrr')">上传保证反担保合同(自然人)</view>
  214. </block>
  215. <block v-if="datainfo.guaranteeType=='1'">
  216. <view @click="getfjEdit('dyfdbhtfr')">上传抵押反担保合同(法人)</view>
  217. <view @click="getfjEdit('dyfdbhtzrr')">上传抵押反担保合同(自然人)</view>
  218. </block> -->
  219. <view @click="getQtfjEdit('qtfj')">其他附件</view>
  220. <!-- 其他附件 都给放 -->
  221. </block>
  222. <block v-if="mtype=='htqy'">
  223. <view @click="getIssureFn(2,'wtdbht')">委托保证合同</view>
  224. <block v-if="datainfo.guaranteeType=='2'">
  225. <view @click="getIssureFn(5,'bzfdbhtfr')">保证反担保合同(法人)</view>
  226. <view @click="getIssureFn(6,'bzfdbhtzrr')">保证反担保合同(自然人)</view>
  227. </block>
  228. <block v-if="datainfo.guaranteeType=='1'">
  229. <view @click="getIssureFn(7,'dyfdbhtfr')">抵押反担保合同(法人)</view>
  230. <view @click="getIssureFn(8,'dyfdbhtzrr')">抵押反担保合同(自然人)</view>
  231. <!-- <view @click="getIssureFn(9,'qlzqfdbhtfr')">权利质权反担保合同(适用于法人)</view>
  232. <view @click="getIssureFn(10,'qlzqfdbhtzrr')">权利质权反担保合同(适用于自然人)</view> -->
  233. </block>
  234. </block>
  235. <!-- 合同签约 end -->
  236. </view>
  237. <!-- <view class="surbtns" @click="getMoreSure">确认</view> -->
  238. </view>
  239. <pop-up :type="type" :shtg="shtg" :loanApplicationId="datainfo.loanApplicationId" :loanApplicationNumber="datainfo.loanApplicationNumber" :userList="userList"
  240. :stepList="stepList" :wjcjobj='wjcjobj' :qtfjobj="qtfjobj" :stepval="stepval" :fjval="fjval"
  241. @getfjAdd="getfjAdd"
  242. @getClose="getClose" @getupSubmit="getupSubmit" @getSure="getSure"></pop-up>
  243. </view>
  244. </template>
  245. <script>
  246. import config from '@/config'
  247. const baseUrl = config.baseUrl
  248. const baseName = config.baseName
  249. import { getToken } from '@/utils/auth'
  250. import popUp from "@/work/components/popup/popup.vue"
  251. import aqyxx from "@/work/components/business/aqyxx.vue"
  252. import bfrxx from "@/work/components/business/bfrxx.vue"
  253. import cfdbrxx from "@/work/components/business/cfdbrxx.vue"
  254. import dfjxx from "@/work/components/business/dfjxx.vue"
  255. import ewjcj from "@/work/components/business/ewjcj.vue"
  256. import fshxx from "@/work/components/business/fshxx.vue"
  257. import {uploadmore,selectValue} from '@/utils/common.js'
  258. import {getDictionaryFn} from "@/api/mine/register.js"
  259. import {getUsernoPageList,getFjAdd,getFjDel} from "@/api/common.js"
  260. import {getApplicationDet,getScheduleList,getHyperlinkList,getApplicationDel,getApplicationSh,getCommentsList,getApplicationSs,getApplicationCx,getapplicationGd,getapplicationXib,getExportMb} from "@/api/mine/work.js"
  261. import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
  262. export default{
  263. components:{aqyxx,bfrxx,cfdbrxx,dfjxx,ewjcj,fshxx,popUp},
  264. data(){
  265. return{
  266. start:require('@/work/static/images/start.png'),
  267. titimg:require('@/work/static/images/infotit.png'),
  268. speedimg:require('@/work/static/images/speed.png'),
  269. gdicoimg:require('@/work/static/images/gdico.png'),
  270. tabval:0,
  271. type:'',
  272. tabList:[{tit:"企业信息",val:0},{tit:"法人信息",val:1},{tit:"反担保人信息",val:2},{tit:"附件信息",val:3},{tit:"文件出具",val:4},{tit:"审核信息",val:5},],
  273. stepList:[],
  274. stepval:0,
  275. gdflag:false,
  276. auditSchedule:'',//审核进度
  277. mtype:'',
  278. minheight:0,
  279. listTop:0,//距离顶部的距离
  280. fixedflag:false,
  281. dblxlist:[],
  282. sdyhlist:[],
  283. qyinfo:{},//企业信息
  284. datainfo:{
  285. // "createBy": "",//
  286. // "createTime": null,//
  287. // "updateBy": "",//
  288. // "updateTime": null,//
  289. // "remark": null,//
  290. "loanApplicationId": '',//贷款申请id
  291. "loanApplicationNumber": "",//贷款申请编号
  292. "applicationAmount": '',//申请额度(万元)
  293. "applicationBank": "",//申请银行
  294. "usagePeriod": "",//使用期限(月)
  295. "purposeFunds": "",//资金用途
  296. "repaymentSource": "",//还款来源
  297. "enterpriseName": "",//企业名称
  298. 'sysUserEnterprise':{},//企业对象具体字段查看营业执照
  299. "categoryType": "",//行业类型
  300. "isMake": "N",//是否是制造业
  301. "isNew": "N",//是否是精特新
  302. "isSmall": "N",//是否是小微企业
  303. "isDuty": "N",//是否是免税企业
  304. "companyIntroduction": "",//公司简介
  305. "customerType": "",//用户类型
  306. "corporationFront": "",//法人身份证正面
  307. "corporationBack": "",//法人身份证反面
  308. "corporationName": "",// 法人姓名
  309. "corporationIdCard": "",//法人身份证号
  310. "corporationPhone": "",// 法人手机号
  311. "familyPopulation": "",//家庭人口数
  312. "corporationJob": "",//法人职业
  313. "isLoan": "",//有无贷款
  314. "receivablePay": "",//应收应付款
  315. "businessSituation": "",//经营情况
  316. "businessEfficiency": "",//经营效益
  317. "corporationMaritalStatus": "",//法人婚姻状态
  318. "spouseFront": "",//配偶身份证正面
  319. "spouseBack": "",//配偶身份证反面
  320. "spouseName": "",//配偶姓名
  321. "spouseIdCard": "",//配偶身份证号
  322. "spousePhone": "",//配偶手机号
  323. "guaranteeType": "",//担保类型
  324. "guaranteeFront": "",//反担保人身份证正面
  325. "guaranteeBack": "",//反担保人身份证反面
  326. "guaranteeName": "",//反担保人姓名
  327. "guaranteeIdCard": "",//反担保人身份证号
  328. "guaranteePhone": "",//反担保人手机号
  329. // "guaranteeMaritalStatus": "",//反担保人婚姻状态
  330. // "guaranteeSpouseFront": "",//反担保人配偶身份证正面
  331. // "guaranteeSpouseBack": "",//反担保人配偶身份证反面
  332. // "guaranteeSpouseName": "",//反担保人配偶姓名
  333. // "guaranteeSpouseIdCard": "",//反担保人配偶身份证号
  334. // "guaranteeSpousePhone": "",//反担保人配偶手机号
  335. // "userId": '',//申请人用户ID
  336. // "idCard": "",//申请人身份证号码
  337. // "applicationTime": "",//申请时间
  338. "fileTime": "",//归档时间
  339. "loanSchedule": "",//贷款申请进度(业务进度表查询进度列表):1:申报提交2:业务审核/分配 3:担保初审 4:尽职调查 5:初审风险合规 6:评审会 7:合同签约 8:放款合规风险审核 9:放款通知 10:归档
  340. "loanScheduleName": '',//贷款申请进度名称(中文字)
  341. "auditSchedule": "",//审核进度1:担保初审 2:A角色审核 3:B角色审核 4:风险审核 5:尽职调查 6:上会评审
  342. "auditType": "",//审核状态 1:待审核 2:已通过 3:未通过 4:申诉
  343. "loanApplicationType": "",//贷款申请状态 1:暂存 2:正常 3:回收站 4:归档
  344. "aUserId": "",//A角色用户ID
  345. "aUserName": "",//A角色用户名称
  346. "bUserId": "",//B角色用户ID
  347. "bUserName": "",//B角色用户名称
  348. "shareholderFjList": [],//全体股东信息附件
  349. "loanApplicationFjList": [],//相关附件
  350. "basicFj": {},//基础附件
  351. "declareFj": {},//申报附件
  352. "fileFj": {},//文件出具
  353. "otherFj": {},//其他附件 key值是type类型 value值具体字段查看相关附件新增
  354. },
  355. gdlists:[],//股东信息
  356. basicFj:{},//基础附件
  357. yhlxlist:[],//用户类型
  358. hyztlist:[],//婚姻状态
  359. sbfjlist:[],//申报附件
  360. wjcjlist:[],//文件出具
  361. linkList:[],//外部链接
  362. userList:[],//用户列表
  363. shjdlist:[],//审核进度
  364. shlist:[],//审核信息
  365. shinfo:{},//审核信息
  366. wjcjobj:{},//文件出具对象
  367. qtfjobj:{'qtfj':"其他附件"},//其他附件
  368. qtfjlist:[],//其他附件
  369. fjval:'',//附件类型
  370. userId:this.$store.state.user.userId,
  371. iscjflag:false,
  372. contype:'',//二次确认弹窗
  373. mval:-1,
  374. mite:"",
  375. shtg:'',
  376. textType:[
  377. {tit:'文字',val:'w',children:['doc','docx','wps']},
  378. {tit:'表格',val:'s',children:['xls','xlsx']},
  379. {tit:'演示',val:'p',children:['ppt','pptx']},
  380. {tit:'PDF',val:'f',children:['pdf','ofd']},
  381. {tit:'智能文档',val:'o',children:['otl']},
  382. {tit:'多维表格',val:'d',children:['dbt']},
  383. ]
  384. }
  385. },
  386. onUnload() {
  387. uni.$off('refreshywlist')
  388. },
  389. onLoad(e) {
  390. this.id=e.id;
  391. uni.$on('refreshywlist',(e) => {
  392. this.getDetail();
  393. })
  394. this.init()
  395. this.getDetail();
  396. this.getScheduleList();
  397. if(checkPermi(['system:hyperlink:list'])){
  398. this.getHyperlinkList();//外部链接stepval==5
  399. }
  400. if(checkPermi(['system:user:noPageList'])){
  401. this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
  402. }
  403. this.getCommentsList()//审核意见
  404. },
  405. mounted() {
  406. var that=this;
  407. uni.getSystemInfo({
  408. success: (e) => {
  409. this.minheight = e.screenHeight- 50;
  410. }
  411. })
  412. setTimeout(function(){
  413. that.getHeightFn()
  414. },200)
  415. },
  416. onPageScroll(e) {
  417. var scrollTop = Number(e.scrollTop);
  418. var listTop=Number(this.listTop)
  419. if(scrollTop>listTop){
  420. this.fixedflag=true
  421. }else{
  422. this.fixedflag=false
  423. }
  424. },
  425. methods:{
  426. checkPermi, checkRole,
  427. kaType(ite,list){
  428. return selectValue(list, ite);
  429. },
  430. getedit(){
  431. var obj={
  432. type:'edit',
  433. id:this.id,
  434. }
  435. this.$tab.navigateTo('/work/pages/business/add?data='+encodeURIComponent(JSON.stringify(obj)))
  436. },
  437. // 删除
  438. getDelwjFj(id){
  439. var that=this;
  440. uni.showModal({
  441. title: '确认删除',
  442. content: "是否确认删除",
  443. cancelText: '取消',
  444. confirmText: '确认',
  445. success: function(res) {
  446. if (res.confirm) {
  447. getFjDel(id).then(res=>{
  448. if(res.code==200){
  449. that.$toast("删除成功")
  450. setTimeout(function(){
  451. that.getDetail()
  452. },1200)
  453. }
  454. })
  455. } else if (res.cancel) {
  456. }
  457. }
  458. });
  459. },
  460. // 出具附件
  461. // getfjEdit(ite){
  462. // var type=0;
  463. // if(ite=='dbyxh'){
  464. // type=3
  465. // }else if(ite=='fkhgb'){
  466. // type=14
  467. // }else if(ite=='fktzs'){
  468. // type=4
  469. // }else if(ite=='clhgb'){
  470. // type=13
  471. // }else if(ite=='psyjqpb'){
  472. // type=12
  473. // }else if(ite=='gdhyjy'){
  474. // type=11
  475. // }else if(ite=='wtdbht'){
  476. // type=2
  477. // }else if(ite=='bzfdbhtfr'){
  478. // type=5
  479. // }else if(ite=='bzfdbhtzrr'){
  480. // type=6
  481. // }else if(ite=='dyfdbhtfr'){
  482. // type=7
  483. // }else if(ite=='dyfdbhtzrr'){
  484. // type=8
  485. // }else if(ite=='qlzqfdbhtfr'){
  486. // type=9
  487. // }else if(ite=='qlzqfdbhtzrr'){
  488. // type=10
  489. // }
  490. // if(type){
  491. // this.getIssureFn(type,ite)
  492. // }
  493. // },
  494. // 上传附件
  495. getfjEdit(ite){
  496. this.type='fjadd';
  497. this.mtype='';
  498. this.fjval=ite
  499. },
  500. getQtfjEdit(val){
  501. this.type='qtfjadd';
  502. this.mtype='';
  503. this.fjval=val
  504. },
  505. // 业务进度
  506. getScheduleList(){
  507. var params={
  508. loanApplicationId:this.id
  509. }
  510. getScheduleList(params).then(res=>{
  511. if(res.code==200){
  512. this.stepList=res.data
  513. }
  514. })
  515. },
  516. getWebUel(url){
  517. // this.mval=idx;
  518. // this.mite=ite
  519. this.mtype='';
  520. this.$tab.navigateTo("/pages/common/webview/index?url="+url)
  521. },
  522. getMoreSure(){
  523. var mttype=this.mtype;
  524. var mite=this.mite;
  525. if(mttype=='wb'){
  526. this.mtype='';
  527. this.$tab.navigateTo("/pages/common/webview/index?url="+mite.url)
  528. }
  529. },
  530. // 外部链接
  531. getHyperlinkList(){
  532. var params={
  533. type:1
  534. }
  535. getHyperlinkList(params).then(res=>{
  536. if(res.code==200){
  537. this.linkList=res.rows
  538. }
  539. })
  540. },
  541. // 用户-列表
  542. //用户类型(00系统用户 01注册用户 02管理用户
  543. getUsernoPageList(){
  544. var params={
  545. userType:'02'
  546. }
  547. getUsernoPageList(params).then(res=>{
  548. if(res.code==200){
  549. this.userList=res.rows
  550. }
  551. })
  552. },
  553. getCommentsList(){
  554. var params={
  555. loanApplicationId:this.id,
  556. }
  557. getCommentsList(params).then(res=>{
  558. if(res.code==200){
  559. var newArr=res.rows;
  560. newArr.forEach(ite=>{
  561. if(ite.imageUrl){
  562. ite.imageUrl=ite.imageUrl.split(',')
  563. }
  564. })
  565. this.shlist=newArr
  566. // this.shlist = res.rows.map(v => {
  567. // return {
  568. // auditType: v.auditType,
  569. // auditView: v.auditView,
  570. // fjUrl:v.fjUrl,
  571. // imageUrl:v.imageUrl.split(',')||v.imageUrl
  572. // }
  573. // })
  574. // this.shlist=res.rows
  575. }
  576. })
  577. },
  578. init(){
  579. // 用户类型
  580. getDictionaryFn('customer_type').then(res=>{
  581. if(res.code==200){
  582. this.yhlxlist = res.data.map(v => {
  583. return {
  584. label: v.dictLabel,
  585. value: v.dictValue
  586. }
  587. })
  588. }
  589. })
  590. // 婚姻状况
  591. getDictionaryFn('marital_status').then(res=>{
  592. if(res.code==200){
  593. this.hyztlist = res.data.map(v => {
  594. return {
  595. label: v.dictLabel,
  596. value: v.dictValue
  597. }
  598. })
  599. }
  600. })
  601. // 申贷银行
  602. getDictionaryFn('shendai_bank').then(res=>{
  603. if(res.code==200){
  604. this.sdyhlist = res.data.map(v => {
  605. return {
  606. label: v.dictLabel,
  607. value: v.dictValue
  608. }
  609. })
  610. }
  611. })
  612. //担保类型
  613. getDictionaryFn('guarantee_type').then(res=>{
  614. if(res.code==200){
  615. this.dblxlist = res.data.map(v => {
  616. return {
  617. label: v.dictLabel,
  618. value: v.dictValue
  619. }
  620. })
  621. }
  622. })
  623. // 附件信息
  624. getDictionaryFn('application_fj_sb').then(res=>{
  625. if(res.code==200){
  626. this.sbfjlist = res.data.map(v => {
  627. return {
  628. label: v.dictLabel,
  629. val: v.dictValue,
  630. fjlist:[]
  631. }
  632. })
  633. }
  634. })
  635. // // 文件出具
  636. getDictionaryFn('application_fj_wjcj').then(res=>{
  637. if(res.code==200){
  638. var obj={}
  639. this.wjcjlist = res.data.map(v => {
  640. // var key=v.dictValue
  641. obj[v.dictValue]=v.dictLabel
  642. return {
  643. label: v.dictLabel,
  644. val: v.dictValue,
  645. fjlist:[]
  646. }
  647. })
  648. this.wjcjobj=obj
  649. }
  650. })
  651. // 其他附件
  652. // getDictionaryFn('application_fj_other').then(res=>{
  653. // if(res.code==200){
  654. // var obj={}
  655. // this.qtfjlist = res.data.map(v => {
  656. // // var key=v.dictValue
  657. // obj[v.dictValue]=v.dictLabel
  658. // return {
  659. // label: v.dictLabel,
  660. // val: v.dictValue,
  661. // fjlist:[]
  662. // }
  663. // })
  664. // this.qtfjobj=obj
  665. // console.log(obj,1)
  666. // }
  667. // })
  668. //审核进度
  669. getDictionaryFn('audit_schedule').then(res=>{
  670. if(res.code==200){
  671. this.shjdlist = res.data.map(v => {
  672. return {
  673. label: v.dictLabel,
  674. value: v.dictValue,
  675. }
  676. })
  677. }
  678. })
  679. },
  680. getTab(val){
  681. this.tabval=val;
  682. uni.pageScrollTo({
  683. scrollTop: Number(this.listTop),
  684. duration: 0
  685. })
  686. if(val==5){
  687. this.getCommentsList()
  688. }else if(val==4&&this.iscjflag){
  689. this.iscjflag=false;
  690. this.getDetail();
  691. }
  692. },
  693. // 出具
  694. getIssureFn(type,fileType){
  695. var that=this;
  696. that.iscjflag=true;
  697. var params={
  698. type:type,
  699. loanApplicationId:this.id,
  700. fileType:fileType,
  701. bigType:'c',
  702. }
  703. getExportMb(params).then(res=>{
  704. if(res.code==200){
  705. var data=res.data;
  706. var path=data.path;
  707. var name=data.fileName;
  708. var fileName = name.replace(/.*(\/|\\)/, ""); // 获得文件名
  709. var fileSuffix = (/[.]/.exec(fileName)) ? /[^.]+$/.exec(fileName.toLowerCase()) : ''; // 获得文件后缀
  710. var texthz=fileSuffix[0];
  711. var type=''
  712. // 在线编辑
  713. // 获取后缀
  714. var textType=that.textType;
  715. Object.keys(textType).some((key) => {
  716. if (textType[key].children.indexOf(texthz)!=-1) {
  717. type=`${textType[key].val}`
  718. return true;
  719. }
  720. })
  721. data.type=type
  722. that.$tab.navigateTo('/pages/common/webview/weboffice?data='+encodeURIComponent(JSON.stringify(data)))
  723. }
  724. })
  725. },
  726. getDownloader(path,name){
  727. console.log(path,name)
  728. // #ifdef APP-PLUS
  729. uni.showLoading({
  730. title: '加载中'
  731. });
  732. plus.android.requestPermissions([
  733. 'android.permission.WRITE_EXTERNAL_STORAGE',
  734. 'android.permission.READ_EXTERNAL_STORAGE',
  735. 'android.permission.INTERNET',
  736. 'android.permission.ACCESS_WIFI_STATE'
  737. ], error => {
  738. var url = baseUrl + path;
  739. let dtask = plus.downloader.createDownload(url, {
  740. filename: 'file://storage/emulated/0/'+baseName+'/' + name
  741. }, (d, status) => {
  742. //d为下载的文件对象
  743. if (status == 200) {
  744. uni.hideLoading();
  745. uni.showToast({
  746. icon: 'none',
  747. mask: true,
  748. title: '已保存到文件夹:/'+baseName+'/'+ name, //保存路径
  749. duration: 3000,
  750. });
  751. //下载成功,d.filename是文件在保存在本地的相对路径,使用下面的API可转为平台绝对路径
  752. let fileSaveUrl = plus.io.convertLocalFileSystemURL(d.filename);
  753. setTimeout(() => {
  754. plus.runtime.openFile(d.filename); //选择软件打开文件
  755. }, 1500)
  756. } else {
  757. //下载失败
  758. uni.hideLoading();
  759. plus.downloader.clear(); //清除下载任务
  760. uni.showToast({
  761. icon: 'none',
  762. mask: true,
  763. title: '下载失败,请稍后重试',
  764. });
  765. }
  766. })
  767. dtask.start();
  768. }, success=> {
  769. uni.hideLoading();
  770. uni.showToast({
  771. title: '无法获取权限,文件下载将出错!',
  772. icon: 'none',
  773. })
  774. })
  775. // #endif
  776. },
  777. getClose(){
  778. this.type='';
  779. this.mtype='';
  780. },
  781. getupSubmit(data){
  782. this.shinfo=JSON.parse(JSON.stringify(data))
  783. var type=this.type;
  784. if(type=='ajssh'||type=='bjssh'){
  785. this.contype=this.type
  786. this.type='confirm'
  787. this.shtg=data.auditType
  788. }else{
  789. this.getApplicationSh()
  790. }
  791. },
  792. getSure(){
  793. this.getApplicationSh()
  794. },
  795. getfjAdd(data){
  796. var that=this;
  797. var params=JSON.parse(JSON.stringify(data));
  798. var fjUrl=params.fjUrl
  799. // params.loanApplicationId=this.id;
  800. // params.loanApplicationNumber=this.datainfo.loanApplicationNumber;
  801. // params.auditSchedule=this.auditSchedule;
  802. getFjAdd(fjUrl).then(res=>{
  803. if(res.code==200){
  804. that.$toast('上传附件成功')
  805. setTimeout(function(){
  806. that.getDetail();
  807. uni.$emit('refreshdatalist')
  808. that.type=''
  809. },1200)
  810. }
  811. })
  812. },
  813. getApplicationSh(){
  814. var that=this;
  815. var params=this.shinfo;
  816. params.loanApplicationId=this.id;
  817. params.loanApplicationNumber=this.datainfo.loanApplicationNumber;
  818. params.auditSchedule=this.auditSchedule;
  819. getApplicationSh(params).then(res=>{
  820. if(res.code==200){
  821. that.$toast('审核成功')
  822. setTimeout(function(){
  823. that.getDetail();
  824. uni.$emit('refreshdatalist')
  825. that.type=''
  826. },1200)
  827. }
  828. })
  829. },
  830. getShFn(type){
  831. this.type=type;
  832. this.mtype='';
  833. },
  834. getSsFn(){
  835. var that=this;
  836. uni.showModal({
  837. title: '确认申诉',
  838. content: "是否确认申诉",
  839. cancelText: '取消',
  840. confirmText: '确认',
  841. success: function(res) {
  842. if (res.confirm) {
  843. var params={
  844. loanApplicationId:that.id,
  845. aUserId:that.datainfo.aUserId
  846. }
  847. getApplicationSs(params).then(res=>{
  848. if(res.code==200){
  849. that.$toast("申诉成功")
  850. setTimeout(function(){
  851. that.getDetail();
  852. uni.$emit('refreshdatalist')
  853. // uni.navigateBack({
  854. // delta:1
  855. // })
  856. },1200)
  857. }
  858. })
  859. } else if (res.cancel) {
  860. }
  861. }
  862. });
  863. },
  864. getCxFn(){
  865. var that=this;
  866. uni.showModal({
  867. title: '确认撤销',
  868. content: "是否确认撤销",
  869. cancelText: '取消',
  870. confirmText: '确认',
  871. success: function(res) {
  872. if (res.confirm) {
  873. that.mtype=''
  874. var params={
  875. loanApplicationId:that.id,
  876. auditSchedule:that.auditSchedule,
  877. loanSchedule:that.datainfo.loanSchedule,
  878. loanApplicationType:that.datainfo.loanApplicationType,
  879. auditType:that.datainfo.auditType
  880. }
  881. getApplicationCx(params).then(res=>{
  882. if(res.code==200){
  883. that.$toast("撤销成功")
  884. setTimeout(function(){
  885. uni.$emit('refreshywlist')
  886. // uni.navigateBack({
  887. // delta:1
  888. // })
  889. },1200)
  890. }
  891. })
  892. } else if (res.cancel) {
  893. }
  894. }
  895. });
  896. },
  897. getXybFn(){
  898. var that=this;
  899. uni.showModal({
  900. title: '确认推进',
  901. content: "是否确认推进",
  902. cancelText: '取消',
  903. confirmText: '确认',
  904. success: function(res) {
  905. if (res.confirm) {
  906. var params={
  907. loanApplicationId:that.id,
  908. // auditSchedule:that.auditSchedule,
  909. loanSchedule:that.datainfo.loanSchedule,
  910. // loanApplicationType:that.datainfo.loanApplicationType
  911. }
  912. getapplicationXib(params).then(res=>{
  913. if(res.code==200){
  914. that.$toast("推进成功")
  915. setTimeout(function(){
  916. uni.$emit('refreshywlist')
  917. },1200)
  918. }
  919. })
  920. } else if (res.cancel) {
  921. }
  922. }
  923. });
  924. },
  925. getGdFn(){
  926. var that=this;
  927. uni.showModal({
  928. title: '确认归档',
  929. content: "是否确认归档",
  930. cancelText: '取消',
  931. confirmText: '确认',
  932. success: function(res) {
  933. if (res.confirm) {
  934. var params={
  935. loanApplicationId:that.id,
  936. auditSchedule:that.auditSchedule,
  937. loanSchedule:that.datainfo.loanSchedule,
  938. loanApplicationType:that.datainfo.loanApplicationType,
  939. loanApplicationNumber:that.datainfo.loanApplicationNumber,
  940. auditType:that.datainfo.auditType
  941. }
  942. getapplicationGd(params).then(res=>{
  943. if(res.code==200){
  944. that.$toast("归档成功")
  945. setTimeout(function(){
  946. uni.$emit('refreshywlist')
  947. // uni.navigateBack({
  948. // delta:1
  949. // })
  950. },1200)
  951. }
  952. })
  953. } else if (res.cancel) {
  954. }
  955. }
  956. });
  957. },
  958. getMoreFn(type){
  959. this.mtype=type;
  960. this.mval=-1;
  961. this.mtit=''
  962. },
  963. getSpeedFn(){
  964. if(this.type){
  965. this.type=''
  966. }else{
  967. this.type='ywjd'
  968. }
  969. },
  970. getQmFn(url){
  971. this.$tab.navigateTo("/work/pages/business/sign?url="+encodeURIComponent(JSON.stringify(url)))
  972. },
  973. getDel(){
  974. var that=this;
  975. uni.showModal({
  976. title: '确认删除',
  977. content: "是否确认删除",
  978. cancelText: '取消',
  979. confirmText: '确认',
  980. success: function(res) {
  981. if (res.confirm) {
  982. getApplicationDel(that.id).then(res=>{
  983. if(res.code==200){
  984. that.$toast("删除成功")
  985. setTimeout(function(){
  986. uni.$emit('refreshdatalist')
  987. uni.navigateBack({
  988. delta:1
  989. })
  990. },1200)
  991. }
  992. })
  993. } else if (res.cancel) {
  994. }
  995. }
  996. });
  997. },
  998. getDetail(){
  999. getApplicationDet(this.id).then(res=>{
  1000. if(res.code==200){
  1001. this.datainfo=res.data;
  1002. this.auditSchedule=res.data.auditSchedule
  1003. if(res.data.sysUserEnterprise){
  1004. this.qyinfo=res.data.sysUserEnterprise
  1005. }
  1006. if(res.data.basicFj){
  1007. this.basicFj=res.data.basicFj;
  1008. }
  1009. this.stepval=res.data.loanSchedule||0;
  1010. // var auditSchedule=res.data.auditSchedule
  1011. // if(checkPermi(['system:hyperlink:list'])&&auditSchedule==6){
  1012. // this.getHyperlinkList();//外部链接stepval==5
  1013. // }else if(auditSchedule==1||auditSchedule==7){
  1014. // if(checkPermi(['system:user:noPageList'])){
  1015. // this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
  1016. // }
  1017. // }
  1018. }
  1019. })
  1020. },
  1021. getHeightFn(){
  1022. let query = uni.createSelectorQuery().in(this);
  1023. //需要给黄色区域设置一个id标识,在这里是demo
  1024. query.select('.zxtop').boundingClientRect(data => {
  1025. this.listTop = data.height//赋值,待会要用
  1026. }).exec();
  1027. },
  1028. getPreview(url) {
  1029. var newArr=[];
  1030. newArr.push(url)
  1031. uni.previewImage({
  1032. urls: newArr,
  1033. current:0,
  1034. success: function(data) {
  1035. },
  1036. fail: function(err) {
  1037. }
  1038. });
  1039. },
  1040. onuploadEnd(item) {
  1041. var newobj={}
  1042. var responseText=JSON.parse(item.responseText)
  1043. newobj.name=responseText.originalFilename;
  1044. newobj.url=responseText.fileName;
  1045. this.filelist.push(newobj)
  1046. // this.datainfo.zsyzFjList=JSON.parse(JSON.stringify(this.filelist))
  1047. },
  1048. getXzFn(ite){
  1049. this.getDownloader(ite.url,ite.name)
  1050. },
  1051. getDown(e){
  1052. uni.showLoading({
  1053. title: '加载中'
  1054. });
  1055. var url=baseUrl+e;
  1056. uni.downloadFile({
  1057. url: url,//文件的下载路径
  1058. success(result) {
  1059. uni.hideLoading()
  1060. var filePath = result.tempFilePath;
  1061. uni.openDocument({
  1062. filePath: filePath,
  1063. showMenu: true,
  1064. success: function (res) {
  1065. // console.log('打开文档成功');
  1066. }
  1067. });
  1068. },
  1069. fail(res) {uni.hideLoading()}
  1070. })
  1071. },
  1072. }
  1073. }
  1074. </script>
  1075. <style lang="scss" scoped>
  1076. .failtit{background: #FFECEC;font-weight: 500;font-size: 26rpx;color: #FF6969;text-align: center;line-height: 36rpx;padding: 22rpx;}
  1077. .zxtop{padding-bottom: 2rpx;}
  1078. .detop{background: #FFFFFF;padding:0rpx 24rpx;margin-bottom: 28rpx;flex: 0 0 auto;
  1079. position: relative;
  1080. .head{
  1081. padding: 40rpx 2rpx;border-bottom: 2rpx solid #E6E6E6;
  1082. .top{display: flex;align-items: center;overflow: hidden;
  1083. .toptit{font-weight: bold;font-size: 40rpx;color: #222327;}
  1084. .statbox{min-width: 140rpx;height: 36rpx;background-color: rgba(255,177,50,0.3);padding: 0 14rpx;box-sizing: border-box;font-weight: bold;font-size: 22rpx;color: #FF6924;display: flex;align-items: center;flex: 0 0 auto;border-radius: 10rpx;margin-left: 34rpx;
  1085. image{width: 22rpx;height: 22rpx;margin-left: 6rpx;}
  1086. }
  1087. }
  1088. .adr{font-weight: 500;font-size: 26rpx;color: #666666;margin-top: 12rpx;}
  1089. }
  1090. .deta{display: flex;flex-wrap: wrap;padding: 16rpx 0 28rpx;
  1091. .lists{padding:20rpx 0;width: 33.3%;display: flex;flex-direction: column;align-items: center;position: relative;
  1092. &::after{width: 2rpx;height: 60rpx;background: #E6E6E6;content: '';position: absolute;right: 0;top: 50%;margin-top: -30rpx;}
  1093. &:nth-of-type(3n){
  1094. &::after{display: none;}
  1095. }
  1096. .tit{font-weight: 500;font-size: 26rpx;color: #AAAAAA;margin-bottom: 38rpx;}
  1097. .txt{font-weight: bold;font-size: 30rpx;color: #222327;
  1098. text{font-size: 26rpx;color: #666666;font-weight: normal;}
  1099. }
  1100. }
  1101. }
  1102. }
  1103. .details{
  1104. // display: flex;flex-direction: column;height: 100vh;overflow: hidden;
  1105. }
  1106. .main{background-color: #FFFFFF;flex: 1;display: flex;flex-direction: column;overflow: hidden;
  1107. .tabs{padding: 0 6rpx 0 36rpx;display: flex;flex-wrap: nowrap;overflow: auto;flex: 0 0 auto;
  1108. &.tabfix{position: fixed;left: 0;right: 0;z-index: 2;top: 0;background-color: #ffffff;border-bottom: 2rpx solid #E6E6E6;}
  1109. .tab{font-weight: 500;font-size: 26rpx;color: #666666;height: 116rpx;display: flex;align-items: center;margin-right: 26rpx;flex: 0 0 auto;position: relative;
  1110. &.act{color: #00A9F0;font-weight: bold;
  1111. &::after{width: 100%;background: #00A9F0;position: absolute;left: 0;bottom: 0;
  1112. border-radius: 2rpx;height: 4rpx;content: '';}
  1113. }
  1114. }
  1115. }
  1116. .mainb{flex: 1;overflow: auto;}
  1117. }
  1118. .speed{width: 96rpx;height: 140rpx;background: #FFFFFF;box-shadow: 0px 0px 14rpx 0px rgba(184,184,184,0.76);border-radius: 20rpx;
  1119. display: flex;align-items: center;flex-direction: column;justify-content: center;
  1120. position: absolute;right: 28rpx;top: 86rpx;z-index: 2;padding: 0 6rpx;
  1121. image{width: 26rpx;height: 28rpx;margin-bottom: 8rpx;}
  1122. view{font-weight: 500;font-size: 22rpx;color: #666666;}
  1123. }
  1124. .gdimg{width: 110rpx;height: 86rpx;position: absolute;right: 40rpx;top: 130rpx;}
  1125. //
  1126. .footbtns{width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;display: flex;
  1127. .fbtns{flex: 1;height: 100rpx;font-weight: bold;font-size: 30rpx;display: flex;align-items: center;justify-content: center;border-top: 2rpx solid #E6E6E6;box-sizing: border-box;
  1128. &.bga{background: $com-cd3;color: #FFFFFF;}
  1129. &.bgb{background: #FFFFFF;;color: $com-cd3;}
  1130. &.bgc{background: #DF0303;;color: #FFFFFF;}
  1131. }
  1132. }
  1133. .morebox{
  1134. position: fixed;left: 0;right: 0;bottom: 0;z-index: 10;
  1135. .molists{
  1136. view{width: 100%;background: #ffffff;font-weight: 500;font-size: 30rpx;color: #222327;border-bottom: 2rpx solid #E6E6E6;min-height: 100rpx;display: flex;align-items: center;justify-content: center;padding: 10rpx;
  1137. box-sizing: border-box;
  1138. &.mcoa{color: #00A9F0;}
  1139. }
  1140. }
  1141. .surbtns{
  1142. width: 100%;height: 100rpx;background: #00A9F0;display: flex;align-items: center;justify-content: center;
  1143. font-size: 30rpx;color: #ffffff;margin-top: 24rpx;
  1144. }
  1145. }
  1146. </style>