patrolPlanEdit.vue 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472
  1. <!-- 安全检查-发起巡查计划 -->
  2. <template>
  3. <view class="examine">
  4. <view class="tabTitle">
  5. <view class="tabTitle_li" @tap="tabClick(index)" :key="index" v-for="(item,index) in tabText">
  6. <view :class="{on:curTab==index}" class="tabTitle_text">{{item}}</view>
  7. <view :class="{on:curTab==index}" class="tabTitle_across"></view>
  8. </view>
  9. </view>
  10. <view class="header" v-if="pageType==1">
  11. <view class="line"></view>
  12. <view class="tabTitle_tow">
  13. <view class="tabTitle_tow_li" @tap="tabClickTow(index)" :key="index" v-for="(item,index) in tabTextTow">
  14. <view :class="{on:curTabTow==index}" class="tabTitle_tow_text">{{item}}</view>
  15. <view :class="{on:curTabTow==index}" class="tabTitle_tow_across"></view>
  16. </view>
  17. </view>
  18. <view class="lab_title">
  19. <picker @change="collegeChange" :value="collegeIndex" :range="collegeArray" class="lab_title_l">
  20. <view class="lab_title_l_n">
  21. <view>{{getData.deptName?getData.deptName:'选择学院'}}</view>
  22. <img src="@/images/Version3.3.3/icon_06.png">
  23. </view>
  24. </picker>
  25. <view class="lab_title_r">
  26. <view class="lab_title_r_btn" @click="searchBtn">
  27. <img src="@/images/Version3.3.3/icon_aqjc_ss.png"/>
  28. </view>
  29. <input type="text" v-model="getData.searchValue" placeholder="请输入实验室名称" maxlength="50" placeholder-style="color: #CCCCCC;font-size:26rpx;">
  30. <view class="clear" @click="clearBtn">清除</view>
  31. </view>
  32. </view>
  33. </view>
  34. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  35. <view v-if="pageType==0" style="padding: 0 30rpx;box-sizing: border-box;">
  36. <view class="delay_inspect" >
  37. <view class="delay_inspect_l" v-if="form.checkStatus==1">待检查实验室:<text>{{form.subjectNum}}间</text></view>
  38. <view class="delay_inspect_r" v-if="form.checkStatus==1">未开始</view>
  39. <view class="delay_inspect_l" v-if="form.checkStatus==2">检查进度:<text>{{form.checkSchedule}}</text></view>
  40. <view class="delay_inspect_r_tow" v-if="form.checkStatus==2">进行中</view>
  41. </view>
  42. <view class="basics">
  43. <view class="title">
  44. <view class="title_t">计划标题</view>
  45. <textarea class="title_b" type="text" v-model="form.title" maxlength="200" placeholder="请输入检查计划标题" placeholder-style="color:#999999;font-size:30rpx;"></textarea>
  46. </view>
  47. <view class="type">
  48. <view class="type_l">检查类型</view>
  49. <input class="type_r" type="text" v-model="form.checkTypeName" placeholder="" disabled maxlength="20">
  50. </view>
  51. <view class="period">
  52. <view class="period_l">检查周期</view>
  53. <view class="period_r">
  54. <picker mode="date" @change="startChange(form,$event)">
  55. <input class="picker-text" disabled type="text" v-model="form.cycleStartTime" placeholder="开始时间">
  56. </picker>
  57. <view>至</view>
  58. <picker mode="date" @change="endChange(form,$event)">
  59. <input class="picker-text2" disabled type="text" v-model="form.cycleStartTime" placeholder="结束时间">
  60. </picker>
  61. </view>
  62. </view>
  63. <view class="tiem_quick">
  64. <view @click="tiemQuick(index)" :class="item.type?'tiem_quick_a':'tiem_quick_b'" v-for="(item,index) in tiemQuickList">{{item.name}}</view>
  65. </view>
  66. <view class="scope">
  67. <view class="scope_l">检查范围</view>
  68. <picker @change="scopeChange" :value="scopeIndex" :range="scopeArray" class="scope_r">
  69. <view class="scope_r_n">
  70. <view>{{scopeArray[scopeIndex]}}</view>
  71. <img src="@/images/Version3.3.3/icon_06.png">
  72. </view>
  73. </picker>
  74. </view>
  75. <view class="scope_btn" v-if="scopeIndex==1 || scopeIndex==2" @click="collegeOrLab()">{{scopeIndex==1?'选择学院':'选择实验室'}}</view>
  76. <view class="scope_text" v-if="scopeIndex==0 || scopeIndex==1">已选择<text>{{form.collegeNum}}</text>个学院,共<text>{{form.subjectNum}}</text>间实验室</view>
  77. <view class="scope_text" v-if="scopeIndex==2">已选择<text>{{form.subjectNum}}</text>间实验室</view>
  78. </view>
  79. <view class="attachment" v-if="form.uploadDtoList.length>0">
  80. <view class="attachment_t">
  81. <text>材料附件</text>
  82. <text>点击文件标题查看</text>
  83. </view>
  84. <view class="attachment_li" v-for="item in form.uploadDtoList">
  85. <img src="@/images/Version3.3.3/icon_djc_wj.png"/>
  86. <text>{{item.fileName}}</text>
  87. <img class="attachment_li_del" src="@/images/Version3.3.3/icon_fjgk_sc.png"/>
  88. </view>
  89. </view>
  90. <view class="patrol_group">
  91. <view class="patrol">
  92. <view class="patrol_l">巡查组</view>
  93. <view class="patrol_r_n" @click="patrolChange">
  94. <view>{{form.checkGroupName?form.checkGroupName:'请选择巡查组'}}</view>
  95. <img src="@/images/Version3.3.3/icon_06.png">
  96. </view>
  97. </view>
  98. <view class="list">
  99. <view class="list_title"><img src="@/images/Version3.3.3/icon_jcjh_cy.png">成员</view>
  100. <view class="list_header"><text>工号</text><text>姓名</text></view>
  101. <view class="list_li" v-for="(item,index) in form.checkGroupMemberList"><text>12345678</text><text>{{item.name}}</text></view>
  102. <view class="list_bottom" v-if="form.checkGroupMemberList.length==0">无数据</view>
  103. </view>
  104. </view>
  105. </view>
  106. <view v-if="pageType==1">
  107. <view class="list_three">
  108. <view class="list_three_li" v-for="(item,index) in dataList" :key="index" @click="handleClick(item,'detail')">
  109. <view class="list_three_li_t">
  110. <view class="list_three_li_t_l">
  111. <img v-if="item.checkRange==1" src="@/images/Version3.3.3/icon_xyxc_qx.png"/>
  112. <img v-if="item.checkRange==2" src="@/images/Version3.3.3/icon_xyxc_xy.png"/>
  113. <img v-if="item.checkRange==3" src="@/images/Version3.3.3/icon_xyxc_sys.png"/>
  114. <text></text>
  115. </view>
  116. <view class="list_three_li_t_c">{{item.subjectName}}-{{item.roomNumber}}</view>
  117. <view class="list_three_li_t_c2" v-if="item.isOverdue==1">已逾期</view>
  118. <view class="list_three_li_t_r"></view>
  119. </view>
  120. <view class="list_three_li_m">
  121. <view class="list_three_li_m_t">{{item.title}}</view>
  122. <view class="list_three_li_m_b">
  123. <text class="blue_color" v-if="item.manageStatus==0">待检查</text>
  124. <text class="red_color" v-if="item.manageStatus==1">检查中</text>
  125. <text class="green_color" v-if="item.manageStatus==2">已检查</text>
  126. <text>{{item.checkType==1?'校院巡查':'实验室自查'}}</text>
  127. <text>{{item.collegeName}}</text>
  128. </view>
  129. </view>
  130. <view class="list_three_li_b" >
  131. <img src="@/images/Version3.3.3/icon_djcsys.png"/>
  132. <text>整改进度:</text>
  133. <text>{{item.rectifySchedule}}</text>
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. </scroll-view>
  139. <view class="bottom_btn" @click="submitForm()">保存</view>
  140. <!-- 选择学院-->
  141. <view class="shade" v-if="dialogVisible">
  142. <view class="null-box" @click="dialogClose()"></view>
  143. <view class="shade_n">
  144. <view class="shade_n_title"><text>选择学院</text><text @click="collegeConfirm">确定</text></view>
  145. <view class="shade_n_b">
  146. <view class="shade_n_b_li" v-for="(item,index) in collegeList" :key="index" @click="collegeSelete(index)">
  147. <text :class="item.type?'color_B':'color_A'">{{item.deptName}}</text>
  148. <img v-if="item.type" src="@/images/Version3.3.3/icon_xzwt_xz.png">
  149. </view>
  150. </view>
  151. </view>
  152. </view>
  153. </view>
  154. </template>
  155. <script>
  156. import { config } from '@/api/request/config.js'
  157. import {checkPlanById,conditionCollegeInfo,checkGroupDetail,getAllSubNum,checkPlanEdit,findByCheckPlanId} from '@/api/index.js'
  158. export default {
  159. name: "rectifyList",
  160. components: {
  161. },
  162. data() {
  163. return {
  164. id:'',
  165. pageType:0,
  166. //列表请求参数
  167. getData:{
  168. pageNum:1,
  169. pageSize:20,
  170. checkPlanId:'',
  171. deptId:'',
  172. deptName:'',
  173. searchValue:'',
  174. manageStatus:'',
  175. },
  176. inspectState:0,//检查状态 0 未开始 1进行中
  177. tabText:['检查计划','检查管理'],
  178. curTab:0,
  179. tabTextTow:['全部','待检查','检查中','已检查'],
  180. curTabTow:0,
  181. form:{
  182. id:'',
  183. title:'',
  184. checkType:'1',//1校院巡查 2实验室自查
  185. checkTypeName:'',//1校院巡查 2实验室自查
  186. cycleStartTime:'',
  187. cycleEndTime:'',
  188. checkRange:0,//检查范围 1全校 2学院 3实验室
  189. checkGroupId:[],//巡查组id
  190. checkLevel:'',//巡查组层级
  191. checkGroupMemberList:[],//巡查组成员
  192. collegeIds:'',//学院id组
  193. collegeNum:0,//学院数量
  194. subIds:'',//实验室id组
  195. subjectNum:0,//实验室数量
  196. checkStatus:0,//检查状态
  197. checkSchedule:'',//检查进度
  198. tiemQuickList:[],
  199. scopeIndex:'',
  200. seleteListLab:[],
  201. seleteListMember:[],
  202. uploadDtoList:[],
  203. },
  204. tiemQuickList:[{name:'本月',type:false},{name:'本季度',type:false},{name:'全年',type:false}],
  205. scopeIndex:0,
  206. scopeArray:['全校','学院','实验室'],
  207. dialogVisible:false,
  208. collegeList:[],
  209. collegeIndex :0,
  210. collegeArray:[],
  211. dataList:[],
  212. }
  213. },
  214. onLoad(option) {
  215. if(option.form){
  216. this.form=JSON.parse(decodeURIComponent(option.form));
  217. this.tiemQuickList=this.form.tiemQuickList//时间快捷
  218. this.scopeIndex=this.form.scopeIndex//检查范围
  219. console.log(this.form)
  220. }
  221. if(option.id){
  222. this.id=option.id
  223. this.getData.checkPlanId=option.id
  224. this.checkPlanById()
  225. }else{
  226. this.id=this.form.id
  227. this.getData.checkPlanId=this.form.id
  228. }
  229. },
  230. onShow() {
  231. },
  232. mounted(){
  233. this.conditionCollegeInfo();
  234. this.getList();
  235. },
  236. methods: {
  237. //顶部tab点击
  238. tabClick(index) {
  239. this.curTab = index;
  240. this.pageType = index;
  241. },
  242. //顶部tab点击
  243. tabClickTow(index) {
  244. this.curTabTow = index;
  245. if(index==0){
  246. this.getData.manageStatus=''
  247. }else if(index==1){//待检查
  248. this.getData.manageStatus=0;
  249. }else if(index==2){//检查中
  250. this.getData.manageStatus=1;
  251. }else if(index==3){//已检查
  252. this.getData.manageStatus=2;
  253. }
  254. this.getData.pageNum=1;
  255. this.dataList=[];
  256. this.getList()
  257. },
  258. //选择学院
  259. collegeChange(e){
  260. this.collegeIndex = e.target.value;
  261. this.getData.deptId=this.collegeList[e.target.value].deptId
  262. this.getData.deptName=this.collegeList[e.target.value].deptName
  263. this.dataList=[];
  264. this.getList();
  265. },
  266. //实验室搜索
  267. searchBtn(){
  268. this.dataList=[];
  269. this.getList();
  270. },
  271. //清除
  272. clearBtn(){
  273. this.getData.pageNum=1;
  274. this.collegeIndex=0;
  275. this.getData.deptId='';
  276. this.getData.deptName='';
  277. this.getData.searchValue='';
  278. this.dataList=[];
  279. this.getList();
  280. },
  281. //滚动事件
  282. scrollGet(){
  283. let self=this;
  284. if(this.pageType==1){//当页面切换到检查管理列表里的时候
  285. if(self.total/self.getData.pageSize<=self.getData.pageNum){
  286. console.log('没有更多数据!')
  287. }else{
  288. setTimeout(function(){
  289. self.getData.pageNum += 1;
  290. self.getList();
  291. },1000)
  292. }
  293. }
  294. },
  295. //开始时间选中事件
  296. startChange(form,e){
  297. if(new Date(e.target.value).getTime()>=new Date(form.cycleEndTime).getTime()){
  298. uni.showToast({
  299. title: '结束时间不能小于开始时间',
  300. icon:"none",
  301. mask:true,
  302. duration: 2000
  303. });
  304. }else{
  305. form.cycleStartTime=e.target.value
  306. }
  307. },
  308. //结束时间选中事件
  309. endChange(form,e){
  310. if(new Date(form.cycleStartTime).getTime()>=new Date(e.target.value).getTime()){
  311. uni.showToast({
  312. title: '结束时间不能小于开始时间',
  313. icon:"none",
  314. mask:true,
  315. duration: 2000
  316. });
  317. }else{
  318. form.cycleEndTime=e.target.value
  319. }
  320. },
  321. //检查周期快捷
  322. tiemQuick(index){
  323. this.tiemQuickList[index].type = !this.tiemQuickList[index].type
  324. let _this = this;
  325. if (_this.tiemQuickList[index].type == true) {
  326. _this.tiemQuickList.forEach(function(item2) {
  327. if (item2.name == _this.tiemQuickList[index].name) {
  328. item2.type = true
  329. } else {
  330. item2.type = false
  331. }
  332. })
  333. //快捷本月-本季度-全年
  334. _this.timeSlotChange(_this.tiemQuickList[index].name)
  335. }else{
  336. console.log('取消选中')
  337. _this.form.cycleStartTime='';
  338. _this.form.cycleEndTime='';
  339. }
  340. },
  341. //检查范围
  342. scopeChange(e){
  343. let _this=this;
  344. uni.showModal({
  345. content: '重新选择会删除现有选择的实验室,是否重选?',
  346. cancelColor:"#999",
  347. confirmColor:"#0183FA",
  348. success: function (res) {
  349. if (res.confirm) {
  350. _this.scopeIndex = e.target.value;
  351. _this.form.checkRange=Number(e.target.value)+1;//检查范围
  352. _this.form.collegeIds ='';
  353. _this.form.collegeNum =0;
  354. _this.form.subIds ='';
  355. _this.form.subjectNum =0;
  356. if(e.target.value==1){//选择学院
  357. _this.conditionCollegeInfo();
  358. }else if(e.target.value==0){//全校
  359. _this.getAllSubNum();
  360. }
  361. }else if (res.cancel) {
  362. }
  363. }
  364. });
  365. },
  366. timeSlotChange (val) {
  367. let _this=this;
  368. let cycleStartTime, cycleEndTime;
  369. let now = new Date(); //当前日期
  370. let nowDayOfWeek = now.getDay(); //今天本周的第几天
  371. let nowDay = now.getDate(); //当前日
  372. let nowMonth = now.getMonth(); //当前月
  373. let nowYear = now.getFullYear(); //当前年
  374. let jd=Math.ceil((nowMonth + 1) / 3)
  375. switch (val) {
  376. case "本周":
  377. cycleStartTime = new Date(nowYear, nowMonth, nowDay - nowDayOfWeek)
  378. cycleEndTime = new Date(nowYear, nowMonth, nowDay + 6 - nowDayOfWeek)
  379. break;
  380. case "本月":
  381. cycleStartTime = new Date(nowYear, nowMonth, 1)
  382. cycleEndTime = new Date(nowYear, nowMonth + 1, 0)
  383. break;
  384. case "本季度":
  385. cycleStartTime = new Date(nowYear, (jd-1)*3, 1)
  386. cycleEndTime = new Date(nowYear, jd*3, 0)
  387. break
  388. case "全年":
  389. cycleStartTime = new Date(nowYear, 0, 1)
  390. cycleEndTime = new Date(nowYear, 11, 31)
  391. break
  392. }
  393. _this.form.cycleStartTime=_this.formatDateTime(cycleStartTime)
  394. _this.form.cycleEndTime=_this.formatDateTime(cycleEndTime)
  395. },
  396. // 中国标准时间 转换成 年月日
  397. formatDateTime (date) {
  398. var y = date.getFullYear();
  399. var m = date.getMonth() + 1;
  400. m = m < 10 ? ('0' + m) : m;
  401. var d = date.getDate();
  402. d = d < 10 ? ('0' + d) : d;
  403. var h = date.getHours();
  404. var minute = date.getMinutes();
  405. minute = minute < 10 ? ('0' + minute) : minute;
  406. // return y + '-' + m + '-' + d+' '+h+':'+minute;
  407. return y + '-' + m + '-' + d
  408. },
  409. //巡查组
  410. patrolChange(){
  411. this.form.tiemQuickList=this.tiemQuickList//检查周期快捷存储
  412. this.form.scopeIndex=this.scopeIndex//检查范围
  413. uni.navigateTo({
  414. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanAddMember?form='+encodeURIComponent(JSON.stringify(this.form))+'&pageType=2'
  415. });
  416. },
  417. //选择学院或者实验室
  418. collegeOrLab(){
  419. console.log(this.scopeIndex)
  420. if(this.scopeIndex==1){//学院
  421. this.dialogVisible=true;
  422. }else if(this.scopeIndex==2){//实验室
  423. this.form.tiemQuickList=this.tiemQuickList//检查周期快捷存储
  424. this.form.scopeIndex=this.scopeIndex//检查范围
  425. uni.navigateTo({
  426. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanAddLab?form='+encodeURIComponent(JSON.stringify(this.form))+'&pageType=2'
  427. });
  428. }
  429. },
  430. //选择学院弹窗关闭
  431. dialogClose(){
  432. this.dialogVisible=false;
  433. },
  434. //选择学院确定
  435. collegeConfirm(){
  436. let _this=this;
  437. this.dialogVisible=false;
  438. let list=[];
  439. let collegeIds=[];
  440. let subjectNum=0;
  441. _this.collegeList.forEach(function(item){
  442. if(item.type==true){
  443. list.push(item)
  444. collegeIds.push(item.deptId);
  445. subjectNum+=item.subNum;
  446. }
  447. })
  448. _this.form.collegeIds=collegeIds.join(',');
  449. _this.form.subjectNum=subjectNum;
  450. _this.form.collegeNum=list.length;
  451. },
  452. //学院选择
  453. collegeSelete(index){
  454. this.collegeList[index].type = !this.collegeList[index].type
  455. },
  456. //查询学院列表
  457. async conditionCollegeInfo(){
  458. let _this = this;
  459. const {data} = await conditionCollegeInfo();
  460. if(data.code == 200){
  461. data.data.forEach(function(item){
  462. item.type=false;
  463. })
  464. _this.collegeList=data.data;
  465. //检查管理
  466. for(let i=0;i<data.data.length;i++){
  467. _this.collegeArray.push(data.data[i].deptName)
  468. }
  469. }
  470. },
  471. //查询全校学院和实验室数量
  472. async getAllSubNum(){
  473. let _this = this;
  474. const {data} = await getAllSubNum();
  475. if(data.code == 200){
  476. this.form.collegeNum=data.data.collegeCount
  477. this.form.subjectNum=data.data.subCount
  478. }
  479. },
  480. //查询详情
  481. async checkPlanById(id){
  482. console.log('详情')
  483. let _this = this;
  484. const {data} = await checkPlanById({id:this.id});
  485. if(data.code == 200){
  486. this.form.id=data.data.id;
  487. this.form.title=data.data.title;
  488. this.form.checkType=data.data.checkType;
  489. this.form.checkTypeName=data.data.checkType==1?'校院巡查':'实验室自查';
  490. this.form.cycleStartTime=data.data.cycleStartTime;
  491. this.form.cycleEndTime=data.data.cycleEndTime;
  492. this.form.checkRange=data.data.checkRange;
  493. this.form.checkGroupId=data.data.checkGroupId;
  494. this.form.collegeIds=data.data.collegeIds;
  495. this.form.collegeIds=data.data.collegeIds;
  496. this.form.subIds=data.data.subIds;
  497. this.form.subjectNum=data.data.subjectNum;
  498. this.form.uploadDtoList=data.data.uploadDtoList;
  499. this.form.checkStatus=data.data.checkStatus;
  500. this.form.checkSchedule=data.data.checkSchedule;
  501. this.scopeIndex=Number(data.data.checkRange)-1;//检查范围
  502. this.checkGroupDetail(data.data.checkGroupId);
  503. }
  504. },
  505. //根据id查询巡查组员
  506. async checkGroupDetail(id){
  507. let _this = this;
  508. const {data} = await checkGroupDetail({id:id});
  509. if(data.code == 200){
  510. this.$set(this.form,'checkGroupMemberList',data.data.checkGroupMemberList)
  511. this.$set(this.form,'checkGroupName',data.data.groupName)
  512. }
  513. },
  514. handleClick(item,doType){
  515. let self=this;
  516. if( doType=='subBtn'){//
  517. console.log(11)
  518. }else if(doType=='detail'){//详情
  519. uni.navigateTo({
  520. url: '/pages/pages_safetyExamine/examineManage/examineDetail'
  521. });
  522. }
  523. },
  524. //巡查计划-修改
  525. async submitForm(){
  526. let _this = this;
  527. const {data} = await checkPlanEdit(_this.form);
  528. if(data.code == 200){
  529. uni.showToast({
  530. title: '提交成功',
  531. icon:"none",
  532. mask:true,
  533. duration: 2000
  534. });
  535. uni.redirectTo({
  536. url: '/pages/pages_safetyExamine/patrolPlan/patrolPlanList?pageType='+this.form.checkType
  537. });
  538. }
  539. },
  540. async getList(){
  541. let self = this;
  542. const {data} = await findByCheckPlanId(this.getData);
  543. if(data.code==200){
  544. this.total=data.data.total;
  545. this.dataList=[...this.dataList,...data.data.records]
  546. }
  547. },
  548. }
  549. }
  550. </script>
  551. <style lang="stylus" scoped>
  552. .examine{
  553. height:100%;
  554. display flex;
  555. // padding: 0 30rpx;
  556. // box-sizing: border-box;
  557. padding-bottom: 126rpx;
  558. box-sizing: border-box;
  559. .blue_color{
  560. color: #0183FA;
  561. border: 1rpx solid #0183FA;
  562. }
  563. .red_color{
  564. color: #FF4545;
  565. border: 1rpx solid #FF4545;
  566. }
  567. .green_color{
  568. color: #1FA50D;
  569. border: 1rpx solid #1FA50D;
  570. }
  571. /* 切换按钮 */
  572. .tabTitle{
  573. width:100%;
  574. height: 100rpx;
  575. background: #fff;
  576. display flex;
  577. justify-content: center;
  578. align-items: center;
  579. position: fixed;
  580. top: 0;
  581. z-index: 100;
  582. box-shadow: 0rpx 3rpx 8rpx 0rpx rgba(0,0,0,0.16);
  583. .tabTitle_li{
  584. position: relative;
  585. width:372rpx;
  586. text-align center;
  587. .tabTitle_text{
  588. display: inline-block;
  589. font-size: 30rpx;
  590. font-family: PingFang SC;
  591. font-weight: 500;
  592. color: #333333;
  593. line-height: 46rpx;
  594. position: relative;
  595. >text{
  596. position:absolute;
  597. min-width: 30rpx;
  598. min-height: 30rpx;
  599. border-radius:54%;
  600. background: #E80000;
  601. font-size: 18rpx;
  602. font-family: PingFang SC-Medium, PingFang SC;
  603. font-weight: 400;
  604. color: #FFFFFF;
  605. text-align: center;
  606. line-height: 30rpx;
  607. margin-left: 6rpx;
  608. padding:2rpx;
  609. box-sizing: border-box;
  610. }
  611. &.on{
  612. color:#0183FA;
  613. }
  614. }
  615. .tabTitle_across{
  616. width: 50rpx;
  617. height: 4rpx;
  618. background: #0183FA;
  619. border-radius: 2rpx;
  620. margin-left 162rpx;
  621. display none;
  622. &.on{
  623. display block;
  624. }
  625. }
  626. }
  627. .tabTitle_li:nth-of-type(1)::after{
  628. content: '';
  629. position: absolute;
  630. top: 0rpx;
  631. right: 0rpx;
  632. width: 1rpx;
  633. height: 50rpx;
  634. background: #E0E0E0;
  635. }
  636. }
  637. .info-max-box{
  638. flex: 1;
  639. overflow: scroll;
  640. padding: 120rpx 0rpx 0;
  641. box-sizing: border-box;
  642. }
  643. /* 检查计划---------------------------------------------------------------------------------- */
  644. .delay_inspect{
  645. width: 690rpx;
  646. height: 100rpx;
  647. background: #FFFFFF;
  648. border-radius: 20rpx;
  649. display: flex;
  650. justify-content: space-between;
  651. align-items: center;
  652. padding: 0 30rpx;
  653. box-sizing: border-box;
  654. .delay_inspect_l{
  655. font-size: 28rpx;
  656. font-family: PingFang SC-Medium, PingFang SC;
  657. font-weight: 400;
  658. color: #333333;
  659. line-height: 100rpx;
  660. >text{
  661. color: #0183FA;
  662. }
  663. }
  664. .delay_inspect_r{
  665. font-size: 26rpx;
  666. font-family: PingFang SC-Medium, PingFang SC;
  667. font-weight: 400;
  668. color: #0183FA;
  669. line-height: 40rpx;
  670. width: 120rpx;
  671. height: 40rpx;
  672. border-radius: 6rpx;
  673. text-align: center;
  674. border: 1rpx solid #0183FA;
  675. }
  676. .delay_inspect_r_tow{
  677. font-size: 26rpx;
  678. font-family: PingFang SC-Medium, PingFang SC;
  679. font-weight: 400;
  680. color: #FF4545;
  681. line-height: 40rpx;
  682. width: 120rpx;
  683. height: 40rpx;
  684. border-radius: 6rpx;
  685. text-align: center;
  686. border: 1rpx solid rgba(255,69,69,0.898);
  687. }
  688. }
  689. .basics{
  690. width: 690rpx;
  691. background: #FFFFFF;
  692. border-radius: 20rpx;
  693. margin-top: 20rpx;
  694. padding: 60rpx 26rpx 32rpx;
  695. box-sizing: border-box;
  696. .title{
  697. .title_t{
  698. font-size: 30rpx;
  699. font-family: PingFang SC-Medium, PingFang SC;
  700. font-weight: 400;
  701. color: #333333;
  702. line-height: 42rpx;
  703. margin-bottom: 12rpx;
  704. }
  705. .title_b{
  706. width: 636rpx;
  707. height: 150rpx;
  708. border-radius: 10rpx;
  709. opacity: 1;
  710. border: 1rpx solid #E0E0E0;
  711. padding: 26rpx 23rpx;
  712. box-sizing: border-box;
  713. }
  714. }
  715. .type{
  716. display: flex;
  717. justify-content: flex-start;
  718. align-items: center;
  719. margin-top: 20rpx;
  720. .type_l{
  721. width: 146rpx;
  722. font-size: 30rpx;
  723. font-family: PingFang SC-Medium, PingFang SC;
  724. font-weight: 400;
  725. color: #333333;
  726. line-height: 42rpx;
  727. text-align: left;
  728. }
  729. .type_r{
  730. width: 490rpx;
  731. height: 80rpx;
  732. border-radius: 10rpx;
  733. padding-left:22rpx;
  734. box-sizing: border-box;
  735. background: #F5F5F5;
  736. }
  737. }
  738. .period{
  739. display: flex;
  740. justify-content: flex-start;
  741. align-items: center;
  742. margin-top: 26rpx;
  743. .period_l{
  744. width: 146rpx;
  745. font-size: 30rpx;
  746. font-family: PingFang SC-Medium, PingFang SC;
  747. font-weight: 400;
  748. color: #333333;
  749. line-height: 42rpx;
  750. text-align: left;
  751. }
  752. .period_r{
  753. width: 490rpx;
  754. height: 80rpx;
  755. border-radius: 10rpx;
  756. border: 1rpx solid #E0E0E0;
  757. display: flex;
  758. justify-content: flex-start;
  759. align-items: center;
  760. .picker-text{
  761. font-size: 30rpx;
  762. font-family: PingFang SC-Medium, PingFang SC;
  763. font-weight: 400;
  764. color: #999999;
  765. line-height: 80rpx;
  766. width: 230rpx;
  767. text-align: center;
  768. }
  769. .picker-text2{
  770. font-size: 30rpx;
  771. font-family: PingFang SC-Medium, PingFang SC;
  772. font-weight: 400;
  773. color: #999999;
  774. line-height: 80rpx;
  775. width: 230rpx;
  776. text-align: center;
  777. }
  778. }
  779. }
  780. .tiem_quick{
  781. margin-left: 146rpx;
  782. display: flex;
  783. justify-content: flex-start;
  784. margin-top: 20rpx;
  785. >view{
  786. width: 130rpx;
  787. height: 80rpx;
  788. opacity: 1;
  789. border: 1rpx solid #E0E0E0;
  790. font-size: 30rpx;
  791. font-family: PingFang SC-Medium, PingFang SC;
  792. font-weight: 400;
  793. line-height: 80rpx;
  794. text-align: center;
  795. }
  796. >view:nth-of-type(1){
  797. border-radius: 10rpx 0rpx 0rpx 10rpx;
  798. }
  799. >view:nth-of-type(3){
  800. border-radius: 0rpx 10rpx 10rpx 0rpx;
  801. }
  802. .tiem_quick_a{
  803. background: #0183FA;
  804. color: #FFFFFF;
  805. }
  806. .tiem_quick_b{
  807. background: #F5F5F5;
  808. color: #333333;
  809. }
  810. }
  811. .scope{
  812. display: flex;
  813. justify-content: flex-start;
  814. align-items: center;
  815. margin-top: 26rpx;
  816. .scope_l{
  817. width: 146rpx;
  818. font-size: 30rpx;
  819. font-family: PingFang SC-Medium, PingFang SC;
  820. font-weight: 400;
  821. color: #333333;
  822. line-height: 42rpx;
  823. text-align: left;
  824. }
  825. .scope_r{
  826. flex: 1;
  827. .scope_r_n{
  828. width: 490rpx;
  829. height: 80rpx;
  830. border-radius: 10rpx;
  831. border: 1rpx solid #E0E0E0;
  832. display: flex;
  833. justify-content: flex-start;
  834. align-items: center;
  835. >view{
  836. flex:1;
  837. line-height:80rpx;
  838. margin-left:20rpx;
  839. color: #999999;
  840. font-size:28rpx;
  841. }
  842. >img{
  843. width: 14rpx;
  844. height: 8rpx;
  845. margin-right: 30rpx;
  846. }
  847. }
  848. }
  849. }
  850. .scope_btn{
  851. display: inline-block;
  852. background: #0183FA;
  853. border-radius: 10rpx;
  854. font-size: 30rpx;
  855. font-family: PingFang SC-Medium, PingFang SC;
  856. font-weight: 400;
  857. color: #FFFFFF;
  858. line-height: 80rpx;
  859. text-align: center;
  860. padding: 0 16rpx;
  861. box-sizing: border-box;
  862. margin-top: 40rpx;
  863. margin-left: 146rpx;
  864. }
  865. .scope_text{
  866. margin-left: 146rpx;
  867. font-size: 30rpx;
  868. font-family: PingFang SC-Medium, PingFang SC;
  869. font-weight: 400;
  870. color: #333333;
  871. margin-top: 32rpx;
  872. line-height: 42rpx;
  873. >text{
  874. color: #0183FA;
  875. }
  876. }
  877. }
  878. .attachment{
  879. width: 690rpx;
  880. background: #FFFFFF;
  881. border-radius: 20rpx;
  882. margin-top: 20rpx;
  883. padding-bottom: 32rpx;
  884. box-sizing: border-box;
  885. .attachment_t{
  886. border-bottom: 1rpx solid #D8D8D8;
  887. >text:nth-of-type(1){
  888. font-size: 30rpx;
  889. font-family: PingFang SC-Medium, PingFang SC;
  890. font-weight: 400;
  891. color: #333333;
  892. line-height: 110rpx;
  893. margin-left: 28rpx;
  894. }
  895. >text:nth-of-type(2){
  896. font-size: 30rpx;
  897. font-family: PingFang SC-Medium, PingFang SC;
  898. font-weight: 400;
  899. color: #999999;
  900. line-height: 110rpx;
  901. margin-left: 24rpx;
  902. }
  903. }
  904. .attachment_li{
  905. height: 40rpx;
  906. display: flex;
  907. justify-content: flex-start;
  908. align-items: center;
  909. margin-top: 32rpx;
  910. >img{
  911. width: 30rpx;
  912. height: 26rpx;
  913. margin-right: 20rpx;
  914. margin-left: 50rpx;
  915. }
  916. >text{
  917. flex: 1;
  918. font-size: 28rpx;
  919. font-family: PingFang SC-Medium, PingFang SC;
  920. font-weight: 400;
  921. color: #0183FA;
  922. line-height: 40rpx;
  923. white-space: nowrap;
  924. overflow: hidden;
  925. text-overflow: ellipsis;
  926. }
  927. .attachment_li_del{
  928. width: 30rpx;
  929. height: 30rpx;
  930. }
  931. }
  932. }
  933. .patrol_group{
  934. width: 690rpx;
  935. background: #FFFFFF;
  936. border-radius: 20rpx;
  937. margin-top: 20rpx;
  938. padding: 40rpx 30rpx 64rpx;
  939. box-sizing: border-box;
  940. .patrol{
  941. display: flex;
  942. justify-content: flex-start;
  943. align-items: center;
  944. margin-top: 26rpx;
  945. .patrol_l{
  946. width: 146rpx;
  947. font-size: 30rpx;
  948. font-family: PingFang SC-Medium, PingFang SC;
  949. font-weight: 400;
  950. color: #333333;
  951. line-height: 42rpx;
  952. text-align: left;
  953. }
  954. .patrol_r_n{
  955. width: 490rpx;
  956. height: 80rpx;
  957. border-radius: 10rpx;
  958. border: 1rpx solid #E0E0E0;
  959. display: flex;
  960. justify-content: flex-start;
  961. align-items: center;
  962. >view{
  963. flex:1;
  964. line-height:80rpx;
  965. margin-left:20rpx;
  966. color: #999999;
  967. font-size:28rpx;
  968. }
  969. >img{
  970. width: 14rpx;
  971. height: 8rpx;
  972. margin-right: 30rpx;
  973. }
  974. }
  975. }
  976. .list{
  977. margin-top: 42rpx;
  978. .list_title{
  979. display: flex;
  980. justify-content: flex-start;
  981. align-items: center;
  982. height: 80rpx;
  983. background: #F5F5F5;
  984. border-radius: 10rpx 10rpx 0rpx 0rpx;
  985. font-size: 30rpx;
  986. font-family: PingFang SC-Medium, PingFang SC;
  987. font-weight: 400;
  988. color: #333333;
  989. line-height: 80rpx;
  990. >img{
  991. width: 30rpx;
  992. height: 30rpx;
  993. margin: 0 20rpx;
  994. }
  995. }
  996. .list_header{
  997. display: flex;
  998. justify-content: flex-start;
  999. >text{
  1000. flex: 1;
  1001. height: 80rpx;
  1002. background: #F5F5F5;
  1003. font-size: 30rpx;
  1004. font-family: PingFang SC-Medium, PingFang SC;
  1005. font-weight: 400;
  1006. color: #333333;
  1007. line-height: 80rpx;
  1008. text-align: center;
  1009. border: 1rpx solid #E0E0E0;
  1010. }
  1011. >text:nth-of-type(1){
  1012. border-right: none;
  1013. }
  1014. }
  1015. .list_li{
  1016. display: flex;
  1017. justify-content: flex-start;
  1018. >text{
  1019. flex: 1;
  1020. height: 80rpx;
  1021. font-size: 30rpx;
  1022. font-family: PingFang SC-Medium, PingFang SC;
  1023. font-weight: 400;
  1024. color: #333333;
  1025. line-height: 80rpx;
  1026. text-align: center;
  1027. border: 1rpx solid #E0E0E0;
  1028. }
  1029. >text:nth-of-type(1){
  1030. border-right: none;
  1031. border-top: none;
  1032. }
  1033. >text:nth-of-type(2){
  1034. border-top: none;
  1035. }
  1036. }
  1037. .list_bottom{
  1038. flex: 1;
  1039. height: 80rpx;
  1040. font-size: 30rpx;
  1041. font-family: PingFang SC-Medium, PingFang SC;
  1042. font-weight: 400;
  1043. color: #999999;
  1044. line-height: 80rpx;
  1045. text-align: center;
  1046. border: 1rpx solid #E0E0E0;
  1047. border-top: none;
  1048. }
  1049. }
  1050. }
  1051. /* 检查管理----------------------------------------------------------------------------------- */
  1052. /* 切换按钮 */
  1053. .header{
  1054. width:100%;
  1055. position: fixed;
  1056. top: 100rpx;
  1057. z-index: 100;
  1058. .line{
  1059. width: 100%;
  1060. height: 20rpx;
  1061. background: #F5F5F5;
  1062. }
  1063. .tabTitle_tow{
  1064. width:100%;
  1065. height: 100rpx;
  1066. background: #fff;
  1067. display flex;
  1068. justify-content: flex-start;
  1069. align-items: center;
  1070. border-bottom: 1rpx solid #E0E0E0;
  1071. .tabTitle_tow_li{
  1072. position: relative;
  1073. width:146rpx;
  1074. text-align center;
  1075. .tabTitle_tow_text{
  1076. display: inline-block;
  1077. font-size: 30rpx;
  1078. font-family: PingFang SC;
  1079. font-weight: 500;
  1080. color: #333333;
  1081. line-height: 46rpx;
  1082. position: relative;
  1083. &.on{
  1084. color:#0183FA;
  1085. }
  1086. }
  1087. .tabTitle_tow_across{
  1088. width: 50rpx;
  1089. height: 4rpx;
  1090. background: #0183FA;
  1091. border-radius: 2rpx;
  1092. margin-left: 46rpx;
  1093. display none;
  1094. &.on{
  1095. display block;
  1096. }
  1097. }
  1098. }
  1099. }
  1100. .lab_title{
  1101. width: 750rpx;
  1102. height: 100rpx;
  1103. background: #FFFFFF;
  1104. padding: 20rpx 30rpx;
  1105. box-sizing: border-box;
  1106. display: flex;
  1107. justify-content: flex-start;
  1108. .lab_title_l{
  1109. width: 250rpx;
  1110. height: 60rpx;
  1111. margin-right: 20rpx;
  1112. .lab_title_l_n{
  1113. width: 250rpx;
  1114. height: 60rpx;
  1115. border-radius: 10rpx;
  1116. border: 1rpx solid #E0E0E0;
  1117. display: flex;
  1118. justify-content: flex-start;
  1119. align-items: center;
  1120. >view{
  1121. flex:1;
  1122. line-height:60rpx;
  1123. margin-left:20rpx;
  1124. color: #999999;
  1125. font-size:28rpx;
  1126. white-space: nowrap;
  1127. overflow: hidden;
  1128. text-overflow: ellipsis;
  1129. }
  1130. >img{
  1131. width: 14rpx;
  1132. height: 8rpx;
  1133. margin-right: 30rpx;
  1134. }
  1135. }
  1136. }
  1137. .lab_title_r{
  1138. width: 420rpx;
  1139. height: 60rpx;
  1140. position:relative;
  1141. border-radius: 10rpx;
  1142. border: 1rpx solid #E0E0E0;
  1143. .lab_title_r_btn{
  1144. width: 60rpx;
  1145. height: 60rpx
  1146. position: absolute;
  1147. top: 0rpx;
  1148. left:0rpx;
  1149. >img{
  1150. width: 20rpx;
  1151. height: 20rpx;
  1152. position: absolute;
  1153. top: 20rpx;
  1154. left: 24rpx;
  1155. }
  1156. }
  1157. >input{
  1158. width: 274rpx;
  1159. height: 60rpx;
  1160. position: absolute;
  1161. top: 0rpx;
  1162. left: 60rpx;
  1163. }
  1164. .clear{
  1165. width: 60rpx;
  1166. height: 60rpx;
  1167. position: absolute;
  1168. top: 0rpx;
  1169. right:20rpx;
  1170. font-size: 30rpx;
  1171. font-family: PingFang SC-Medium, PingFang SC;
  1172. font-weight: 400;
  1173. color: #0183FA;
  1174. line-height: 60rpx;
  1175. }
  1176. }
  1177. }
  1178. }
  1179. .list_three{
  1180. padding: 0 30rpx;
  1181. box-sizing: border-box;
  1182. margin-top: 240rpx;
  1183. .list_three_li{
  1184. position: relative;
  1185. width: 690rpx;
  1186. height: 360rpx;
  1187. background: #fff;
  1188. border-radius: 10rpx;
  1189. overflow: hidden;
  1190. margin-bottom: 20rpx;
  1191. .list_three_li_t{
  1192. width: 100%;
  1193. position: absolute;
  1194. left: 0;
  1195. top: 0;
  1196. .list_three_li_t_l{
  1197. >img{
  1198. width: 70rpx;
  1199. height: 70rpx;
  1200. }
  1201. >text{
  1202. position: absolute;
  1203. left: -15rpx;
  1204. top: 76rpx;
  1205. display: inline-block;
  1206. width: 30rpx;
  1207. height: 30rpx;
  1208. background: #F5F5F5;
  1209. border-radius: 15rpx;
  1210. }
  1211. }
  1212. .list_three_li_t_c{
  1213. width: 570rpx;
  1214. height: 110rpx;
  1215. position: absolute;
  1216. left: 30rpx;
  1217. top: 0;
  1218. font-size: 30rpx;
  1219. font-family: PingFang SC-Medium, PingFang SC;
  1220. font-weight: 400;
  1221. color: #333333;
  1222. line-height: 110rpx;
  1223. border-bottom: 1rpx dashed #D8D8D8;
  1224. overflow: hidden;
  1225. text-overflow:ellipsis;
  1226. white-space: nowrap;
  1227. padding-right: 60rpx;
  1228. box-sizing: border-box;
  1229. }
  1230. .list_three_li_t_c2{
  1231. position: absolute;
  1232. right: 20rpx;
  1233. top: 38rpx;
  1234. width: 120rpx;
  1235. height: 40rpx;
  1236. font-size: 28rpx;
  1237. font-family: PingFang SC-Medium, PingFang SC;
  1238. font-weight: 400;
  1239. color: #FF5757;
  1240. line-height: 40rpx;
  1241. border: 1rpx solid #FF5757;
  1242. border-radius: 6rpx;
  1243. text-align: center;
  1244. }
  1245. .list_three_li_t_r{
  1246. position: absolute;
  1247. right:-15rpx;
  1248. top: 76rpx;
  1249. width: 30rpx;
  1250. height: 30rpx;
  1251. background:#F5F5F5;
  1252. border-radius: 15rpx;
  1253. }
  1254. }
  1255. .list_three_li_m{
  1256. position: absolute;
  1257. top: 110rpx;
  1258. left: 0;
  1259. width: 690rpx;
  1260. height: 158rpx;
  1261. padding-left: 30rpx;
  1262. box-sizing: border-box;
  1263. .list_three_li_m_t{
  1264. font-size: 28rpx;
  1265. font-family: PingFang SC-Medium, PingFang SC;
  1266. font-weight: 400;
  1267. color: #666666;
  1268. line-height: 40rpx;
  1269. margin-top:22rpx;
  1270. }
  1271. .list_three_li_m_b{
  1272. margin-top:26rpx;
  1273. display: flex;
  1274. justify-content: flex-start;
  1275. >text:nth-of-type(1){
  1276. font-size: 26rpx;
  1277. font-family: PingFang SC-Medium, PingFang SC;
  1278. font-weight: 400;
  1279. line-height: 40rpx;
  1280. border-radius: 6rpx;
  1281. padding: 0 20rpx;
  1282. margin-right: 14rpx;
  1283. }
  1284. >text:nth-of-type(2){
  1285. font-size: 26rpx;
  1286. font-family: PingFang SC-Medium, PingFang SC;
  1287. font-weight: 400;
  1288. color: #0183FA;
  1289. line-height: 40rpx;
  1290. padding: 0 8rpx;
  1291. border-radius: 6rpx;
  1292. background: rgba(1,131,250,0.1);
  1293. margin-right: 24rpx;
  1294. }
  1295. >text:nth-of-type(3){
  1296. display: inline-block;
  1297. width: 350rpx;
  1298. font-size: 26rpx;
  1299. font-family: PingFang SC-Medium, PingFang SC;
  1300. font-weight: 400;
  1301. color: #333333;
  1302. line-height: 26rpx;
  1303. overflow: hidden;
  1304. text-overflow:ellipsis;
  1305. white-space: nowrap;
  1306. }
  1307. }
  1308. }
  1309. .list_three_li_b{
  1310. height: 80rpx;
  1311. width: 100%;
  1312. position: absolute;
  1313. top: 278rpx;
  1314. left: 0;
  1315. display: flex;
  1316. justify-content: flex-start;
  1317. align-items: center;
  1318. border-top: 1rpx solid #E0E0E0;
  1319. >img{
  1320. width: 24rpx;
  1321. height: 30rpx;
  1322. margin-right: 26rpx;
  1323. margin-left: 30rpx;
  1324. }
  1325. >text:nth-of-type(1){
  1326. font-size: 28rpx;
  1327. font-family: PingFang SC-Medium, PingFang SC;
  1328. font-weight: 400;
  1329. color: #333333;
  1330. line-height: 28rpx;
  1331. }
  1332. >text:nth-of-type(2){
  1333. flex:1;
  1334. font-size: 28rpx;
  1335. font-family: PingFang SC-Medium, PingFang SC;
  1336. font-weight: 400;
  1337. color: #0183FA;
  1338. line-height: 28rpx;
  1339. white-space: nowrap;
  1340. overflow: hidden;
  1341. text-overflow: ellipsis;
  1342. }
  1343. }
  1344. }
  1345. }
  1346. .bottom_btn{
  1347. position: fixed;
  1348. bottom: 26rpx;
  1349. left: 30rpx;
  1350. font-size: 30rpx;
  1351. font-family: PingFang SC-Medium, PingFang SC;
  1352. font-weight: 400;
  1353. color: #FFFFFF;
  1354. line-height: 90rpx;
  1355. width: 690rpx;
  1356. height: 90rpx;
  1357. background: #0183FA;
  1358. border-radius: 20rpx;
  1359. text-align: center;
  1360. }
  1361. /* 指纹采集 */
  1362. .shade {
  1363. height: 100%;
  1364. width: 100%;
  1365. position: fixed;
  1366. display: flex;
  1367. flex-direction: column;
  1368. z-index: 10;
  1369. background: rgba(0, 0, 0, 0.2);
  1370. .null-box {
  1371. flex: 1;
  1372. }
  1373. .shade_n {
  1374. position: absolute;
  1375. bottom: 0;
  1376. left: 0;
  1377. width: 750rpx;
  1378. height: 560rpx;
  1379. background: #FFFFFF;
  1380. border-radius: 20rpx 20rpx 0rpx 0rpx;
  1381. .shade_n_title{
  1382. height: 100rpx;
  1383. padding: 0 30rpx;
  1384. box-sizing: border-box;
  1385. display: flex;
  1386. justify-content:space-between;
  1387. border-bottom: 1rpx solid #E0E0E0;
  1388. >text:nth-of-type(1){
  1389. font-size: 30rpx;
  1390. font-family: PingFang SC-Medium, PingFang SC;
  1391. font-weight: 400;
  1392. color: #333333;
  1393. line-height: 100rpx;
  1394. }
  1395. >text:nth-of-type(2){
  1396. font-size: 30rpx;
  1397. font-family: PingFang SC-Medium, PingFang SC;
  1398. font-weight: 400;
  1399. color: #0183FA;
  1400. line-height: 100rpx;
  1401. }
  1402. }
  1403. .shade_n_b{
  1404. height: 460rpx;
  1405. padding: 0 30rpx;
  1406. box-sizing: border-box;
  1407. overflow-y: auto;
  1408. .shade_n_b_li{
  1409. display: flex;
  1410. justify-content:space-between;
  1411. align-items: center;
  1412. height: 80rpx;
  1413. border-bottom: 1rpx solid #E0E0E0;
  1414. >text{
  1415. font-size: 28rpx;
  1416. font-family: PingFang SC-Medium, PingFang SC;
  1417. font-weight: 400;
  1418. line-height: 80rpx;
  1419. overflow: hidden;
  1420. text-overflow:ellipsis;
  1421. white-space: nowrap;
  1422. }
  1423. >img{
  1424. width: 24rpx;
  1425. height: 16rpx;
  1426. margin-right: 14rpx;
  1427. }
  1428. }
  1429. .color_A{
  1430. color: #333333;
  1431. }
  1432. .color_B{
  1433. color: #0183FA;
  1434. }
  1435. }
  1436. }
  1437. }
  1438. }
  1439. </style>