dangerDetail.vue 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. <!-- 安全检查-安全隐患 -->
  2. <template>
  3. <view class="examine">
  4. <scroll-view scroll-x @scrolltolower="scrollGet" class="header">
  5. <view class="tabTitle_tow">
  6. <view class="tabTitle_tow_li" @tap="tabClickTow(item,index)" :key="index" v-for="(item,index) in tabTextTow">
  7. <view :class="{on:curTabTow==index}" class="tabTitle_tow_text">{{item.name}}</view>
  8. <view :class="{on:curTabTow==index}" class="tabTitle_tow_across"></view>
  9. </view>
  10. </view>
  11. </scroll-view>
  12. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  13. <!-- 隐患检查 -->
  14. <view v-if="curTabIndex=='detail'">
  15. <view class="basics">
  16. <view class="basics_li">
  17. <text>学院:</text>
  18. <text>{{infoData.collegeName}}</text>
  19. </view>
  20. <view class="basics_li">
  21. <text>实验室:</text>
  22. <text>{{infoData.subjectName}}-{{infoData.roomNumber}}</text>
  23. </view>
  24. <view class="basics_li">
  25. <text>楼栋:</text>
  26. <text>{{infoData.subjectName}}</text>
  27. </view>
  28. <view class="basics_li">
  29. <text>检查类型:</text>
  30. <text>{{infoData.checkType==1?'校园巡查':(infoData.checkType==2?'实验室自查':'')}}</text>
  31. </view>
  32. <view class="basics_li">
  33. <text>检查范围:</text>
  34. <text>{{infoData.checkRange==1?'全校':(infoData.checkRange==2?'学院':'实验室')}}</text>
  35. </view>
  36. <view class="basics_li" style="border:none;">
  37. <text>检查计划:</text>
  38. <text>{{infoData.title}}</text>
  39. </view>
  40. </view>
  41. <view class="basics">
  42. <view class="basics_li">
  43. <text>检查结果:</text>
  44. <text>{{infoData.checkResult==0?'不符合':(infoData.checkResult==1?'符合':'')}}</text>
  45. </view>
  46. <view class="basics_li">
  47. <text>整改期限:</text>
  48. <text>{{infoData.rectifyDeadline}}</text>
  49. </view>
  50. <view class="basics_li">
  51. <text>整改通知:</text>
  52. <text style="color: #0183FA;">{{infoData.rectifyNotice == 1?'整改告知书':(infoData.rectifyNotice == 2?'整改通知书':'')}}</text>
  53. </view>
  54. <view class="basics_li">
  55. <text>检查者:</text>
  56. <text>{{infoData.checkUser}}</text>
  57. </view>
  58. <view class="basics_li" style="border:none;">
  59. <text>检查时间:</text>
  60. <text>{{infoData.checkTime}}</text>
  61. </view>
  62. </view>
  63. <view class="danger">
  64. <view class="danger_title">不符合项</view>
  65. <view class="grade">
  66. <text>隐患等级:</text>
  67. <text>{{infoData.checkHazardApplyDto.hazardLevel==0?'一般隐患':(infoData.checkHazardApplyDto.hazardLevel==1?'重大隐患':(infoData.checkHazardApplyDto.hazardLevel==2?'管理问题':''))}}</text>
  68. </view>
  69. <view class="project">
  70. <view class="project_t">检查项目:</view>
  71. <view class="project_b">{{infoData.checkHazardApplyDto.hazardCheckProStr}}</view>
  72. <view class="project_b2" v-if="infoData.checkHazardApplyDto.hazardCheckCount>0">此检查项在当前实验室累计出现{{infoData.checkHazardApplyDto.hazardCheckCount}}次隐患</view>
  73. </view>
  74. <view class="project">
  75. <view class="project_t">检查要点:</view>
  76. <view class="project_b">{{infoData.checkHazardApplyDto.hazardCheckPoint}}</view>
  77. </view>
  78. <view class="project">
  79. <view class="project_t">隐患描述:</view>
  80. <view class="project_b">{{infoData.checkHazardApplyDto.hazardDescribe}}</view>
  81. </view>
  82. <view class="picture">
  83. <view class="picture_t">隐患照片</view>
  84. <view class="picture_b" @click="lockImg(infoData.checkHazardApplyDto.uploadDtoList)">
  85. <img :src="baseUrl+imgItem.fileUrl" v-for="(imgItem,index) in infoData.checkHazardApplyDto.uploadDtoList" :key="index" />
  86. </view>
  87. </view>
  88. </view>
  89. </view>
  90. <view v-for="(item,index) in infoData.checkRectifyApplyList" :key="index" v-if="curTabIndex== index">
  91. <!-- 整改结果 -->
  92. <view v-if="item.applyFlag == 1" class="abarbeitung_result danger">
  93. <view class="grade">
  94. <text>整改结果:</text>
  95. <text style="color: #0183FA;">{{item.rectifyResult == 1?'已整改':(item.rectifyResult == 0?'暂无法整改':'')}}</text>
  96. </view>
  97. <view class="project">
  98. <view class="project_t">整改措施:</view>
  99. <view class="project_b">{{item.rectifyMeasure}}</view>
  100. </view>
  101. <view class="picture">
  102. <view class="picture_t">整改照片:</view>
  103. <view class="picture_b" @click="lockImg(item.uploadDtoList)">
  104. <img :src="baseUrl+imgItem.fileUrl" v-for="(imgItem,imgIndex) in item.uploadDtoList" :key="imgIndex">
  105. </view>
  106. </view>
  107. <view class="grade">
  108. <text>整改人:</text>
  109. <text>{{item.createName}}</text>
  110. </view>
  111. <view class="grade" style="border:none;">
  112. <text>整改时间:</text>
  113. <text >{{item.createTime}}</text>
  114. </view>
  115. </view>
  116. <!-- 复核结果 -->
  117. <view v-if="item.applyFlag == 2" class="review_result danger">
  118. <view class="audit">
  119. <text>审核结果:</text>
  120. <img v-if="item.examineResult == 0" src="@/images/Version3.3.3/icon_ywc.png"/>
  121. <img v-if="item.examineResult == 1" src="@/images/Version3.3.3/icon_cg.png"/>
  122. </view>
  123. <view class="project">
  124. <view class="project_t">审核意见:</view>
  125. <view class="project_b">{{item.examineOpinion}}</view>
  126. </view>
  127. <view class="grade">
  128. <text>审核人:</text>
  129. <text>{{item.reviewedName}}</text>
  130. </view>
  131. <view class="grade" style="border:none;">
  132. <text>审核时间:</text>
  133. <text >{{item.reviewedTime}}</text>
  134. </view>
  135. </view>
  136. </view>
  137. <!-- 待整改 -->
  138. <view v-if="rectifyStatus==2 && curTabIndex=='add'">
  139. <view class="await">
  140. <view class="result">
  141. <view class="result_l">整改结果</view>
  142. <view class="result_r">
  143. <view v-for="(item,index) in resultArray" :key="index" @click="tabClick(index)">
  144. <text :class="resultIndex==index?'checked':'result_r_l' "></text>
  145. <text class="result_r_r">{{item}}</text>
  146. </view>
  147. </view>
  148. </view>
  149. <view class="describe">
  150. <view class="describe_l">{{form.rectifyResult==1?'整改措施:':'原因描述:'}}</view>
  151. <textarea class="describe_r" type="text" v-model="form.rectifyMeasure" maxlength="50" placeholder="请输入原因描述" placeholder-style="font-size:28rpx;color:#999;"></textarea>
  152. </view>
  153. <view class="check-for-img-max-box">
  154. <view class="left-title-p">隐患照片(最多上传5张):</view>
  155. <view class="right-img-box">
  156. <view class="img-box" v-for="(imgUrl,imgIndex) in form.uploadDtoList" :key="imgIndex">
  157. <img class="img-data" :src="baseUrl+imgUrl.fileUrl">
  158. <img class="position-img" src="@/pages_manage/images/icon_ssp_closure.png" @click="delImg(imgIndex)">
  159. </view>
  160. <img class="add-button" src="@/pages_manage/images/icon_07.png" @click="selectImage()" v-if="form.uploadDtoList.length<5">
  161. </view>
  162. </view>
  163. </view>
  164. </view>
  165. <!-- 待复核 -->
  166. <view v-if="rectifyStatus==3 && curTabIndex=='check'" class="review">
  167. <view class="describe">
  168. <view class="describe_l">审核意见:</view>
  169. <textarea class="describe_r" type="text" v-model="form.examineOpinion" maxlength="50" placeholder="请输入审核意见" placeholder-style="font-size:28rpx;color:#999;"></textarea>
  170. </view>
  171. <view class="quick">
  172. <view class="quick_l">审核意见快捷输入</view>
  173. <view class="quick_r">
  174. <text @click="quickSelect(index)" :class="item.type?'quick_B':'quick_A'" v-for="(item,index) in quickArray">{{item.name}}</text>
  175. </view>
  176. </view>
  177. </view>
  178. <!-- 暂无法整改 -->
  179. <!-- <view v-if="rectifyStatus==4" class="incapable danger">
  180. <view class="grade">
  181. <text>整改结果:</text>
  182. <text style="color: #0183FA;">暂无法整改</text>
  183. </view>
  184. <view class="project">
  185. <view class="project_t">原因描述:</view>
  186. <view class="project_b">实验室施工</view>
  187. </view>
  188. <view class="picture">
  189. <view class="picture_t">上传照片:</view>
  190. <view class="picture_b">
  191. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  192. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  193. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  194. <img src="@/images/Version3.3.3/icon_xyxc_syszc.png"/>
  195. </view>
  196. </view>
  197. <view class="grade">
  198. <text>整改人:</text>
  199. <text>褚朝朝</text>
  200. </view>
  201. <view class="grade" style="border:none;">
  202. <text>整改时间:</text>
  203. <text >2023-04-0114:00</text>
  204. </view>
  205. </view> -->
  206. </scroll-view>
  207. <view class="bottom_btn" @click="submitForm('rectify')" v-if="rectifyStatus==2">提交</view>
  208. <view class="bottom_btn_tow" v-if="rectifyStatus==3">
  209. <text @click="submitForm('reject')">驳回</text>
  210. <text @click="submitForm('pass')">通过</text>
  211. </view>
  212. </view>
  213. </template>
  214. <script>
  215. import { config } from '@/api/request/config.js'
  216. import {getHazardById,checkHazardAdd} from '@/api/index.js'
  217. export default {
  218. name: "rectifyList",
  219. components: {
  220. },
  221. data() {
  222. return {
  223. baseUrl:config.base_url,
  224. id:'',
  225. pageType:0,
  226. //列表请求参数
  227. getData:{
  228. pageNum:1,
  229. pageSize:20,
  230. },
  231. tabTextTow:[],
  232. curTabTow:0,
  233. curTabIndex:'detail',//随顶部按钮点击变化索引
  234. resultIndex:0,
  235. resultArray:['已整改','暂无法整改'],
  236. form:{
  237. checkHazardId:'',// 隐患id
  238. rectifyType:'',// 整改类型:1是院校巡查,2是自查
  239. rectifyResult:'1',//1是已整改,0是暂无法整改
  240. rectifyMeasure:'',//整改措施
  241. uploadDtoList:[],
  242. //复核---------------
  243. id:'',
  244. examineResult:'',//审核结果1是通过,0是驳回
  245. examineOpinion:'',
  246. },
  247. quickIndex:0,
  248. quickArray:[{name:'复核驳回',type:false},{name:'驳回在整改',type:false},{name:'请补充材料',type:false},{name:'请补充描述',type:false},{name:'未解决',type:false}],
  249. infoData:{},
  250. item:{},
  251. rectifyStatus:'',//1已完成 2待整改 3待复核 4 暂无法整改
  252. checkType:null,
  253. }
  254. },
  255. onLoad(option) {
  256. console.log(option.item)
  257. if(option.item){
  258. this.item=JSON.parse(decodeURIComponent(option.item));
  259. this.id=this.item.id
  260. this.rectifyStatus=this.item.rectifyStatus;
  261. this.getHazardById()
  262. }
  263. },
  264. onShow() {
  265. },
  266. mounted(){
  267. },
  268. methods: {
  269. //整改结果
  270. tabClick(index) {
  271. this.resultIndex = index;
  272. if(index==0){
  273. this.form.resultArray=1
  274. }else if(index==1){
  275. this.form.resultArray=0
  276. }
  277. },
  278. //顶部tab点击
  279. tabClickTow(item,index) {
  280. this.curTabTow = index;
  281. this.pageType=index;
  282. if(item.type=='detail' || item.type=='add' || item.type=='check'){
  283. this.curTabIndex=item.type
  284. }else{
  285. this.curTabIndex=index-1;
  286. }
  287. console.log(this.curTabIndex)
  288. },
  289. //详情
  290. async getHazardById(){
  291. let _this = this;
  292. const {data} = await getHazardById({id:this.id});
  293. if(data.code == 200){
  294. this.infoData=data.data
  295. this.form.checkHazardId=data.data.checkHazardApplyDto.id;
  296. this.form.rectifyType=data.data.checkType;
  297. if(data.data.checkRectifyApplyList.length>0){
  298. for(let i=0;i<data.data.checkRectifyApplyList.length;i++){
  299. this.form.id=data.data.checkRectifyApplyList[i].id;
  300. }
  301. }
  302. this.checkType=data.data.checkType;//检查类型 1校院巡查 2实验室自查
  303. if(data.data.checkRectifyApplyList[0]){
  304. this.tabTextTow.push({'type':'detail','name':'隐患检查'})
  305. for(let i=0;i<data.data.checkRectifyApplyList.length;i++){
  306. if(i == 0){
  307. this.tabTextTow.push({'type':'item','name':'隐患整改'})
  308. }else if(i == 1){
  309. this.tabTextTow.push({'type':'item','name':'整改复核'})
  310. }else{
  311. let nameLeft = this.frequencyCalculation(i,data.data.checkRectifyApplyList[i].applyFlag);
  312. let nameRight = data.data.checkRectifyApplyList[i].applyFlag == 1?'整改':'复核';
  313. this.tabTextTow.push({'type':'item','name':nameLeft+nameRight})
  314. }
  315. }
  316. if(this.rectifyStatus==3){
  317. this.tabTextTow.push({'type':'check','name':'整改复核'})
  318. }
  319. }else{
  320. if(this.rectifyStatus==2){
  321. this.tabTextTow=[{'type':'detail','name':'隐患检查'},{'type':'add','name':'隐患整改'}]
  322. }
  323. }
  324. }
  325. },
  326. //多次名称匹配
  327. frequencyCalculation(length,type){
  328. console.log(length)
  329. console.log(type)
  330. let textList = [
  331. {value:'二次',key:'2'},{value:'三次',key:'3'},{value:'四次',key:'4'},{value:'五次',key:'5'}, {value:'六次',key:'6'}, {value:'七次',key:'7'},
  332. {value:'八次',key:'8'},{value:'九次',key:'9'},{value:'十次',key:'10'}
  333. ]
  334. let num = type === 2?Math.ceil(length/2):Math.floor(length/2)
  335. if(type == 1){
  336. num++
  337. }
  338. if (num > 10){
  339. return '再次'
  340. } else{
  341. for(let i=0;i<textList.length;i++){
  342. if(num == textList[i].key){
  343. return textList[i].value
  344. console.log(textList[i].value)
  345. }
  346. }
  347. }
  348. },
  349. //滚动事件
  350. scrollGet(){},
  351. handleClick(doType){
  352. let self=this;
  353. if( doType=='subBtn'){//
  354. console.log(11)
  355. }
  356. },
  357. //查看图片
  358. lockImg(list){
  359. console.log(list)
  360. if(!list[0]){
  361. return
  362. }
  363. let urlList=[];
  364. for(let i=0;i<list.length;i++){
  365. urlList.push(this.baseUrl+list[i].fileUrl)
  366. }
  367. console.log(urlList)
  368. wx.previewImage({
  369. urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
  370. current: '', // 当前显示图片的http链接,默认是第一个
  371. success: function(res) {},
  372. fail: function(res) {},
  373. complete: function(res) {},
  374. })
  375. },
  376. //快捷选择
  377. quickSelect(index) {
  378. this.quickArray[index].type = !this.quickArray[index].type
  379. this.form.examineOpinion=this.quickArray[index].name
  380. let _this = this;
  381. if (_this.quickArray[index].type == true) {
  382. _this.quickArray.forEach(function(item2) {
  383. if (item2.name == _this.quickArray[index].name) {
  384. item2.type = true
  385. } else {
  386. item2.type = false
  387. }
  388. })
  389. }else{
  390. this.form.examineOpinion='';
  391. }
  392. },
  393. // 图片上传
  394. selectImage(item) {
  395. let self = this;
  396. if(this.form.uploadDtoList.length>4){
  397. uni.showToast({
  398. title: '最多上传5张图片',
  399. icon:"none",
  400. mask:true,
  401. duration: 2000
  402. });
  403. return
  404. }
  405. wx.chooseImage({
  406. count: 1,
  407. sizeType: ["original", "compressed"],
  408. sourceType: ["album", "camera"],
  409. success: function(res) {
  410. let tempFilePaths = res.tempFilePaths[0];
  411. self.uploadImg(tempFilePaths);
  412. }
  413. });
  414. },
  415. async uploadImg(tempFilePaths){
  416. var self = this;
  417. uni.showLoading({
  418. title: '上传中',
  419. mask: true
  420. });
  421. uni.uploadFile({
  422. url: config.base_url+'/base/file/upload', //仅为示例,非真实的接口地址
  423. header:{'Authorization':uni.getStorageSync('token')},
  424. filePath: tempFilePaths,
  425. name: 'file',
  426. formData: {
  427. 'user': 'test'
  428. },
  429. success: (uploadFileRes) => {
  430. let res = JSON.parse(uploadFileRes.data);
  431. if(res.code == 200){
  432. self.form.uploadDtoList.push({'fileUrl':res.data.url,'fileName':res.data.name});
  433. }else{
  434. uni.showToast({
  435. title: res.msg,
  436. icon:"none",
  437. mask:true,
  438. duration: 2000
  439. });
  440. }
  441. },
  442. fail: err => {},
  443. complete: () => {
  444. uni.hideLoading()
  445. }
  446. });
  447. },
  448. //删除图片
  449. delImg(minIndex){
  450. this.form.uploadDtoList.splice(minIndex,1);
  451. this.$forceUpdate();
  452. },
  453. async submitForm(doType){
  454. let _this = this;
  455. let obj={};
  456. if(doType=='rectify'){//整改
  457. obj.checkHazardId=this.form.checkHazardId;
  458. obj.rectifyType=this.form.rectifyType;
  459. obj.rectifyResult=this.form.rectifyResult;
  460. obj.rectifyMeasure=this.form.rectifyMeasure;
  461. obj.uploadDtoList=this.form.uploadDtoList;
  462. }else if(doType=='reject' ){//复核 驳回
  463. obj.id=this.form.id;
  464. obj.examineResult=0;
  465. obj.examineOpinion=this.form.examineOpinion;
  466. }else if(doType=='pass'){//复核 通过
  467. obj.id=this.form.id;
  468. obj.examineResult=1;
  469. obj.examineOpinion=this.form.examineOpinion;
  470. }
  471. const {data} = await checkHazardAdd(obj);
  472. if(data.code == 200){
  473. uni.showToast({
  474. title: '提交成功',
  475. icon:"none",
  476. mask:true,
  477. duration: 2000
  478. });
  479. uni.navigateTo({
  480. url: '/pages/pages_safetyExamine/examineManage/examineList?pageType='+this.checkType
  481. });
  482. }
  483. },
  484. }
  485. }
  486. </script>
  487. <style lang="stylus" scoped>
  488. .examine{
  489. height:100%;
  490. display flex;
  491. // padding: 0 30rpx;
  492. // box-sizing: border-box;
  493. padding-bottom: 120rpx;
  494. box-sizing: border-box;
  495. .info-max-box{
  496. flex: 1;
  497. overflow: scroll;
  498. padding: 120rpx 0rpx 0;
  499. box-sizing: border-box;
  500. }
  501. /* 隐患检查 */
  502. .header{
  503. width:750rpx;
  504. height: 100rpx;
  505. position: fixed;
  506. top: 0rpx;
  507. z-index: 100;
  508. background: #fff;
  509. .tabTitle_tow{
  510. height: 100rpx;
  511. white-space: nowrap;
  512. display: inline-flex;
  513. .tabTitle_tow_li{
  514. position: relative;
  515. width:152rpx;
  516. height: 100rpx;
  517. text-align center;
  518. padding-top: 26rpx;
  519. box-sizing: border-box;
  520. .tabTitle_tow_text{
  521. display: inline-block;
  522. font-size: 30rpx;
  523. font-family: PingFang SC;
  524. font-weight: 500;
  525. color: #333333;
  526. line-height: 46rpx;
  527. position: relative;
  528. &.on{
  529. color:#0183FA;
  530. }
  531. }
  532. .tabTitle_tow_across{
  533. width: 50rpx;
  534. height: 4rpx;
  535. background: #0183FA;
  536. border-radius: 2rpx;
  537. margin-left: 33%;
  538. display none;
  539. &.on{
  540. display block;
  541. }
  542. }
  543. }
  544. }
  545. }
  546. .basics{
  547. width: 690rpx;
  548. background: #FFFFFF;
  549. border-radius: 20rpx;
  550. padding: 30rpx 30rpx 32rpx;
  551. box-sizing: border-box;
  552. margin: 20rpx 30rpx ;
  553. .basics_li{
  554. height: 80rpx;
  555. display: flex;
  556. justify-content: space-between;
  557. border-bottom: 1rpx solid #D8D8D8;
  558. >text:nth-of-type(1){
  559. font-size: 28rpx;
  560. font-family: PingFang SC-Medium, PingFang SC;
  561. font-weight: 400;
  562. color: #666666;
  563. line-height: 80rpx;
  564. width: 140rpx;
  565. }
  566. >text:nth-of-type(2){
  567. flex: 1;
  568. font-size: 28rpx;
  569. font-family: PingFang SC-Medium, PingFang SC;
  570. font-weight: 400;
  571. color: #333333;
  572. line-height: 80rpx;
  573. text-align: right;
  574. white-space: nowrap;
  575. overflow: hidden;
  576. text-overflow: ellipsis;
  577. }
  578. }
  579. }
  580. .attachment{
  581. width: 690rpx;
  582. background: #FFFFFF;
  583. border-radius: 20rpx;
  584. margin: 20rpx 30rpx 0;
  585. padding-bottom: 32rpx;
  586. box-sizing: border-box;
  587. .attachment_t{
  588. border-bottom: 1rpx solid #D8D8D8;
  589. >text:nth-of-type(1){
  590. font-size: 30rpx;
  591. font-family: PingFang SC-Medium, PingFang SC;
  592. font-weight: 400;
  593. color: #333333;
  594. line-height: 110rpx;
  595. margin-left: 28rpx;
  596. }
  597. >text:nth-of-type(2){
  598. font-size: 30rpx;
  599. font-family: PingFang SC-Medium, PingFang SC;
  600. font-weight: 400;
  601. color: #999999;
  602. line-height: 110rpx;
  603. margin-left: 24rpx;
  604. }
  605. }
  606. .attachment_li{
  607. height: 40rpx;
  608. display: flex;
  609. justify-content: flex-start;
  610. align-items: center;
  611. margin-top: 32rpx;
  612. >img{
  613. width: 30rpx;
  614. height: 26rpx;
  615. margin-right: 20rpx;
  616. margin-left: 50rpx;
  617. }
  618. >text{
  619. flex: 1;
  620. font-size: 28rpx;
  621. font-family: PingFang SC-Medium, PingFang SC;
  622. font-weight: 400;
  623. color: #0183FA;
  624. line-height: 40rpx;
  625. white-space: nowrap;
  626. overflow: hidden;
  627. text-overflow: ellipsis;
  628. }
  629. .attachment_li_del{
  630. width: 30rpx;
  631. height: 30rpx;
  632. }
  633. }
  634. }
  635. .danger{
  636. width: 690rpx;
  637. background: #FFFFFF;
  638. border-radius: 20rpx;
  639. padding: 30rpx 30rpx 32rpx;
  640. box-sizing: border-box;
  641. margin: 20rpx 30rpx ;
  642. .danger_title{
  643. font-size: 30rpx;
  644. font-family: PingFang SC-Medium, PingFang SC;
  645. font-weight: 400;
  646. color: #333333;
  647. line-height:80rpx;
  648. border-bottom: 1rpx solid #D8D8D8;
  649. }
  650. .grade{
  651. height: 80rpx;
  652. display: flex;
  653. justify-content: space-between;
  654. border-bottom: 1rpx solid #D8D8D8;
  655. >text:nth-of-type(1){
  656. font-size: 28rpx;
  657. font-family: PingFang SC-Medium, PingFang SC;
  658. font-weight: 400;
  659. color: #666666;
  660. line-height: 80rpx;
  661. width: 140rpx;
  662. }
  663. >text:nth-of-type(2){
  664. flex: 1;
  665. font-size: 28rpx;
  666. font-family: PingFang SC-Medium, PingFang SC;
  667. font-weight: 400;
  668. color: #333333;
  669. line-height: 80rpx;
  670. text-align: right;
  671. }
  672. }
  673. .project{
  674. .project_t{
  675. font-size: 30rpx;
  676. font-family: PingFang SC-Medium, PingFang SC;
  677. font-weight: 400;
  678. color: #333333;
  679. line-height: 80rpx;
  680. }
  681. .project_b{
  682. min-height: 158rpx;
  683. font-size: 28rpx;
  684. font-family: PingFang SC-Medium, PingFang SC;
  685. font-weight: 400;
  686. color: #333333;
  687. line-height: 40rpx;
  688. padding: 20rpx 14rpx;
  689. box-sizing: border-box;
  690. background: #F5F5F5;
  691. border-radius: 20rpx 20rpx 20rpx 20rpx;
  692. }
  693. .project_b2{
  694. font-size: 26rpx;
  695. font-family: PingFang SC-Medium, PingFang SC;
  696. font-weight: 400;
  697. color: #666666;
  698. line-height: 26rpx;
  699. margin-top: 14rpx;
  700. text-align: right;
  701. }
  702. }
  703. .picture{
  704. .picture_t{
  705. font-size: 30rpx;
  706. font-family: PingFang SC-Medium, PingFang SC;
  707. font-weight: 400;
  708. color: #333333;
  709. line-height: 80rpx;
  710. }
  711. .picture_b{
  712. display: flex;
  713. justify-content: flex-start;
  714. flex-wrap: wrap;
  715. >img{
  716. width: 200rpx;
  717. height: 200rpx;
  718. border-radius: 10rpx 10rpx 10rpx 10rpx;
  719. margin-right: 14rpx;
  720. margin-bottom: 10rpx;
  721. }
  722. >img:nth-of-type(3n+3){
  723. margin-right: 0rpx;
  724. }
  725. }
  726. }
  727. }
  728. /* 待整改 */
  729. .await{
  730. width: 690rpx;
  731. background: #FFFFFF;
  732. border-radius: 20rpx;
  733. padding: 30rpx 30rpx 32rpx;
  734. box-sizing: border-box;
  735. margin: 20rpx 30rpx ;
  736. /* 整改结果 */
  737. .result{
  738. display: flex;
  739. justify-content: flex-start;
  740. border-bottom: 1rpx solid #D8D8D8;
  741. .result_l{
  742. width: 146rpx;
  743. text-align: left;
  744. font-size: 30rpx;
  745. font-family: PingFang SC-Medium, PingFang SC;
  746. font-weight: 400;
  747. color: #333333;
  748. line-height: 80rpx;
  749. }
  750. .result_r{
  751. width: 486rpx;
  752. height: 80rpx;
  753. padding-left: 20rpx;
  754. box-sizing: border-box;
  755. display: flex;
  756. justify-content: flex-end;
  757. align-items: center;
  758. >view{
  759. display: flex;
  760. justify-content: flex-start;
  761. align-items: center;
  762. margin-right: 24rpx;
  763. .result_r_l{
  764. display: inline-block;
  765. width: 30rpx;
  766. height: 30rpx;
  767. border-radius: 50%;
  768. border: 1rpx solid #E0E0E0;
  769. margin-right: 14rpx;
  770. }
  771. .result_r_r{
  772. font-size: 30rpx;
  773. font-family: PingFang SC-Medium, PingFang SC;
  774. font-weight: 400;
  775. color: #333333;
  776. line-height: 80rpx;
  777. }
  778. .checked{
  779. display: inline-block;
  780. width: 30rpx;
  781. height: 30rpx;
  782. border-radius: 50%;
  783. border: 1rpx solid #0183FA;
  784. margin-right: 14rpx;
  785. position: relative;
  786. }
  787. .checked::after{
  788. content: '';
  789. position: absolute;
  790. top: 5rpx;
  791. left:5rpx;
  792. width: 20rpx;
  793. height: 20rpx;
  794. border-radius: 50%;
  795. background: #0183FA;
  796. }
  797. }
  798. }
  799. }
  800. /* 原因描述 */
  801. .describe{
  802. .describe_l{
  803. width: 158rpx;
  804. text-align: left;
  805. font-size: 30rpx;
  806. font-family: PingFang SC-Medium, PingFang SC;
  807. font-weight: 400;
  808. color: #333333;
  809. line-height: 80rpx;
  810. }
  811. .describe_r{
  812. width: 630rpx;
  813. height: 158rpx;
  814. border-radius: 20rpx 20rpx 20rpx 20rpx;
  815. opacity: 1;
  816. border: 1rpx solid #E0E0E0;
  817. padding: 20rpx 14rpx;
  818. box-sizing: border-box;
  819. font-size: 30rpx;
  820. font-family: PingFang SC-Medium, PingFang SC;
  821. font-weight: 400;
  822. color: #333333;
  823. line-height: 34rpx;
  824. }
  825. }
  826. /* 上传照片 */
  827. .check-for-img-max-box{
  828. .left-title-p{
  829. width: 100%;
  830. text-align: left;
  831. font-size: 30rpx;
  832. font-family: PingFang SC-Medium, PingFang SC;
  833. font-weight: 400;
  834. color: #333333;
  835. line-height: 80rpx;
  836. }
  837. .right-img-box{
  838. .img-box{
  839. display inline-block;
  840. height:200rpx;
  841. width:200rpx;
  842. position relative
  843. margin:0 14rpx 20rpx 0;
  844. border-radius 10rpx;
  845. overflow hidden;
  846. .img-data{
  847. height:200rpx;
  848. width:200rpx;
  849. }
  850. .position-img{
  851. position absolute
  852. right:0;
  853. top:0;
  854. width:36rpx;
  855. height:36rpx;
  856. }
  857. }
  858. .img-box:nth-of-type(3n+3){
  859. margin-right: 0rpx;
  860. }
  861. .add-button{
  862. margin:0 0rpx 20rpx 0;
  863. border-radius 10rpx;
  864. overflow hidden;
  865. display inline-block
  866. height:200rpx;
  867. width:200rpx;
  868. }
  869. }
  870. }
  871. }
  872. /* 待复核 */
  873. .review{
  874. width: 690rpx;
  875. background: #FFFFFF;
  876. border-radius: 20rpx;
  877. padding: 30rpx 30rpx 32rpx;
  878. box-sizing: border-box;
  879. margin: 20rpx 30rpx ;
  880. /* 审核意见 */
  881. .describe{
  882. .describe_l{
  883. width: 158rpx;
  884. text-align: left;
  885. font-size: 30rpx;
  886. font-family: PingFang SC-Medium, PingFang SC;
  887. font-weight: 400;
  888. color: #666;
  889. line-height: 80rpx;
  890. }
  891. .describe_r{
  892. width: 630rpx;
  893. height: 158rpx;
  894. border-radius: 20rpx 20rpx 20rpx 20rpx;
  895. opacity: 1;
  896. border: 1rpx solid #E0E0E0;
  897. padding: 20rpx 14rpx;
  898. box-sizing: border-box;
  899. font-size: 30rpx;
  900. font-family: PingFang SC-Medium, PingFang SC;
  901. font-weight: 400;
  902. color: #333333;
  903. line-height: 34rpx;
  904. }
  905. }
  906. /* 快捷输入 */
  907. .quick{
  908. .quick_l{
  909. font-size: 30rpx;
  910. font-family: PingFang SC-Medium, PingFang SC;
  911. font-weight: 400;
  912. color: #666666;
  913. line-height: 80rpx;
  914. }
  915. .quick_r{
  916. >text{
  917. display: inline-block;
  918. font-size: 30rpx;
  919. font-family: PingFang SC-Medium, PingFang SC;
  920. font-weight: 400;
  921. line-height: 60rpx;
  922. padding: 0 24rpx;
  923. box-sizing: border-box;
  924. border-radius: 10rpx 10rpx 10rpx 10rpx;
  925. margin-right: 20rpx;
  926. margin-bottom: 30rpx;
  927. }
  928. .quick_A{
  929. color: #666666;
  930. background: #F5F5F5;
  931. }
  932. .quick_B{
  933. color: #0183FA;
  934. background: rgba(1,131,250,0.2);
  935. }
  936. }
  937. }
  938. }
  939. /* 暂无法整改 */
  940. .incapable{
  941. width: 690rpx;
  942. background: #FFFFFF;
  943. border-radius: 20rpx;
  944. padding: 30rpx 30rpx 32rpx;
  945. box-sizing: border-box;
  946. margin: 20rpx 30rpx ;
  947. }
  948. /* 整改结果 */
  949. .abarbeitung_result{
  950. width: 690rpx;
  951. background: #FFFFFF;
  952. border-radius: 20rpx;
  953. padding: 30rpx 30rpx 32rpx;
  954. box-sizing: border-box;
  955. margin: 20rpx 30rpx ;
  956. }
  957. /* 审核结果 */
  958. .review_result{
  959. width: 690rpx;
  960. background: #FFFFFF;
  961. border-radius: 20rpx;
  962. padding: 30rpx 30rpx 32rpx;
  963. box-sizing: border-box;
  964. margin: 20rpx 30rpx ;
  965. .audit{
  966. height: 80rpx;
  967. display: flex;
  968. justify-content: space-between;
  969. border-bottom: 1rpx solid #D8D8D8;
  970. >text:nth-of-type(1){
  971. font-size: 28rpx;
  972. font-family: PingFang SC-Medium, PingFang SC;
  973. font-weight: 400;
  974. color: #666666;
  975. line-height: 80rpx;
  976. width: 140rpx;
  977. }
  978. >img{
  979. width: 80rpx;
  980. height: 70rpx;
  981. }
  982. }
  983. }
  984. .bottom_btn{
  985. position: fixed;
  986. bottom: 26rpx;
  987. left: 30rpx;
  988. font-size: 30rpx;
  989. font-family: PingFang SC-Medium, PingFang SC;
  990. font-weight: 400;
  991. color: #FFFFFF;
  992. line-height: 90rpx;
  993. width: 690rpx;
  994. height: 90rpx;
  995. background: #0183FA;
  996. border-radius: 20rpx;
  997. text-align: center;
  998. }
  999. .bottom_btn_tow{
  1000. display: flex;
  1001. justify-content: center;
  1002. position: fixed;
  1003. bottom: 26rpx;
  1004. left: 30rpx;
  1005. width: 690rpx;
  1006. height: 90rpx;
  1007. >text{
  1008. flex: 1;
  1009. display: inline-block;
  1010. font-size: 30rpx;
  1011. font-family: PingFang SC-Medium, PingFang SC;
  1012. font-weight: 400;
  1013. color: #FFFFFF;
  1014. line-height: 90rpx;
  1015. text-align: center
  1016. }
  1017. >text:nth-of-type(1){
  1018. background: #FA8201;
  1019. border-radius: 45rpx 0rpx 0rpx 45rpx;
  1020. }
  1021. >text:nth-of-type(2){
  1022. background: #0183FA;
  1023. border-radius: 0rpx 45rpx 45rpx 0rpx;
  1024. }
  1025. }
  1026. }
  1027. </style>