warehouse_warrant_detail.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  1. <template>
  2. <view class="warp">
  3. <view class="topInfo">
  4. <view class="topInfo-item">
  5. <view class="flex info">
  6. <view class="logo">
  7. <image src="../../../static/img/reject.png" mode="" v-if="status == '已驳回'"
  8. style="height: 40rpx;"></image><!-- 驳回 -->
  9. <image src="../../../static/img/tongguo.png" mode="" v-if="status == '已通过'"
  10. style="height: 40rpx;"></image><!-- 通过 -->
  11. <!-- v-if="status == '审核中' || status == '待决策人审核'" -->
  12. <image src="../../../static/img/daishenhe.png" mode="" style="height: 40rpx;"></image>
  13. <!-- 待审核 -->
  14. </view>
  15. <!-- {{auditList.length > 0 ?auditList[auditList.length - 1].operatorMajorRoleName:""}} -->
  16. <view class="infoText">{{auditInfo.approveStatus?auditInfo.approveStatus:'待付款'}}</view>
  17. </view>
  18. <view class="infoData">{{updateDate}}</view>
  19. </view>
  20. </view>
  21. <view class="content1">
  22. <view class="title ">
  23. 基本信息
  24. </view>
  25. <view class="row">
  26. <view class="left">请款日期</view>
  27. <view class="right">{{auditInfo.requestDate}}</view>
  28. </view>
  29. <view class="row">
  30. <view class="left">请款人</view>
  31. <view class="right">{{auditInfo.requestPerson}}</view>
  32. </view>
  33. <view class="row">
  34. <view class="left">所属仓库 </view>
  35. <view class="right">{{auditInfo.warehouseName}}</view>
  36. </view>
  37. <view class="row">
  38. <view class="left">合计重量(吨)</view>
  39. <view class="right">{{auditInfo.inWarehouseWeightTotal}}</view>
  40. </view>
  41. <view class="row">
  42. <view class="left">合计金额(元)</view>
  43. <view class="right">{{auditInfo.requestFundsTotal}}</view>
  44. </view>
  45. <!-- <view class="row">
  46. <view class="left">仓库名称</view>
  47. <view class="right">{{auditInfo.warehouseName}}</view>
  48. </view>
  49. <view class="row">
  50. <view class="left">入库日期</view>
  51. <view class="right">{{auditInfo.issuingTime}}</view>
  52. </view>
  53. <view class="row" style="border-bottom:0">
  54. <view class="left">车数</view>
  55. <view class="right">{{auditInfo.count}}</view>
  56. </view> -->
  57. </view>
  58. <view class="content1">
  59. <view class="title ">
  60. 支付明细
  61. </view>
  62. <view class="mx-content" v-for="item in auditInfo.warehousingOrderList">
  63. <view class='flex align-center justify-between'>
  64. <view class="name">
  65. {{item.customer}}
  66. </view>
  67. <view class="mx-item">
  68. {{item.goodsName}}
  69. </view>
  70. </view>
  71. <view class="mx-bottom">
  72. <view class="mx-row1">
  73. <!-- <view class="mx-item">
  74. 平均容重
  75. </view>
  76. <view class="mx-item">
  77. 平均水分
  78. </view> -->
  79. </view>
  80. <view class="mx-row2">
  81. <view class="mx-item">
  82. {{item.inWarehouseWeight}}吨
  83. </view>
  84. <view class="mx-item">
  85. <!-- 2000元/吨 -->
  86. {{item.avgCost}}元/吨
  87. </view>
  88. <view class="mx-item">
  89. {{item.requestFunds}}元
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. <view class="content1" v-if="url && url != 'ng'">
  96. <view class="title ">
  97. 附件
  98. </view>
  99. <view class="file" @click="openXls">
  100. <image src="../../../static/img/excle.png" mode="" class="img_css"></image>
  101. <text class="text_css">付款明细.xls</text>
  102. </view>
  103. <view class="file" @click="openXls2">
  104. <image src="../../../static/img/excle.png" mode="" class="img_css"></image>
  105. <text class="text_css">车辆指标.xls</text>
  106. </view>
  107. </view>
  108. <view class="content2">
  109. <view class="title row">
  110. 流程
  111. </view>
  112. <view v-for="(item,index) in auditList" :key='index' class="audit">
  113. <view class="row">
  114. <view class="left">
  115. <view class="item1">
  116. <view class="item-content">{{item.operatorTitle}}</view>
  117. <view v-if="item.status=='success'" class='status success'>
  118. <u-icon name="checkmark" color="#2979ff" size="24"></u-icon>
  119. </view>
  120. <view v-if="item.status=='error'" class='status error'>
  121. <u-icon name="close" color="rgb(245, 108, 108)" size="24"></u-icon>
  122. </view>
  123. <view v-if="item.status=='question'" class='status question'>
  124. <u-icon name="question" color="#f9ae3d" size="24"></u-icon>
  125. </view>
  126. </view>
  127. </view>
  128. <view class="right">
  129. <view class="right-item">
  130. <view class="item2">
  131. <view class="name">{{item.desc}}
  132. </view>
  133. <!-- <view class='time'>{{item.updateDate}}</view> -->
  134. <view v-if="item.status=='success'" class="status success">{{item.commonStaffs1?item.staffscontent:item.operatorName}}<text v-if='!item.commonStaffs1&&index!=0'>已审核</text></view>
  135. <view v-if="item.status=='error'" class="status error">{{item.commonStaffs1?item.staffscontent:item.operatorName}}<text v-if='!item.commonStaffs1'>{{item.workflowHistoricTasks ? "已驳回":''}}</text></view>
  136. <view v-if="item.status=='question'" class="status question">{{item.commonStaffs1?item.staffscontent:''}}<text v-if='!item.commonStaffs1'>未审核</text></view>
  137. <!-- <view class="status success">吕波(已审核)</view> -->
  138. </view>
  139. <view v-if='index==0||item.workflowHistoricTasks&&item.workflowHistoricTasks.length>0' class='time'>
  140. {{item.updateDate}}
  141. </view>
  142. </view>
  143. <view v-if='item.auditMind' class="right-content">
  144. {{item.auditMind}}
  145. </view>
  146. </view>
  147. <view v-if='item.commonStaffs1' class="right">
  148. <u-icon @click='showcontent(item)' :name="item.showflow?'arrow-up':'arrow-down'" size="28"></u-icon>
  149. </view>
  150. </view>
  151. <view v-if='item.showflow' style='padding:10px 0 0 50px;'>
  152. <view class='row2'>
  153. <view v-for='item1 in item.commonStaffs1' style='margin:5px;text-align:center;'>
  154. <view class="item-content">
  155. <u-icon v-if='item1.status' name="checkmark" color="#fff" size="14"></u-icon>
  156. <u-icon v-if='!item1.status' name="question" color="#f9ae3d" size="14"></u-icon>
  157. </view>
  158. <view class="name">{{item1.staffName}}</view>
  159. </view>
  160. </view>
  161. </view>
  162. <view class="row-line" v-if="index!= auditList.length - 1"></view>
  163. </view>
  164. </view>
  165. <view v-if='show' class="shade">
  166. <view class="wrap">
  167. <view class="alert-top">
  168. <view class="title">
  169. {{title}}
  170. </view>
  171. <u-icon name="close" class="close" color="#8890B1" @click="close()"></u-icon>
  172. </view>
  173. <view class="u-textarea-style">
  174. <view class="right-bottom">
  175. {{auditMind.length}}/100个字
  176. </view>
  177. <u-input class="" v-model='auditMind' placeholder="请在此输入审核意见" type="textarea" height="414"
  178. maxlength="100" />
  179. </view>
  180. <view @click='close()' class="cancel">取消</view>
  181. <view @click='passSubmit()' class="confirm">确定</view>
  182. </view>
  183. </view>
  184. <u-toast ref="uToast" />
  185. <view style='padding:10px;' class='flex bottom-btn'>
  186. <u-button @click='fanhui' type="success" class="btn2">返回</u-button>
  187. </view>
  188. </view>
  189. </template>
  190. <script>
  191. import helper from '@/common/helper.js';
  192. import {
  193. mapState
  194. } from 'vuex';
  195. export default {
  196. data() {
  197. return {
  198. src: '../../../static/img/myimg/LiangShang@2x.png',
  199. isSHowBtn: true,
  200. height: 200,
  201. autoHeight: true,
  202. border: false,
  203. title: '',
  204. show: false,
  205. auditMind: '',
  206. id: "",
  207. currentPage: 1,
  208. pageSize: 100,
  209. List: [],
  210. status: "",
  211. updateDate: "",
  212. warehouseName: "",
  213. everyCheck: '',
  214. auditInfo: {},
  215. id: "",
  216. auditList: [],
  217. url: "11",
  218. url2: "11",
  219. }
  220. },
  221. onBackPress(e) {
  222. if (this.everyCheck) {
  223. uni.navigateTo({
  224. url: "/pages/task/my_task"
  225. })
  226. return true;
  227. }
  228. },
  229. onLoad(options) {
  230. this.id = options.id
  231. this.vesselId = options.vesselId
  232. this.everyCheck = uni.getStorageSync("everyTask")
  233. this.isSHowBtn = options.isShowbtn
  234. },
  235. onShow(options) {
  236. this.getList()
  237. },
  238. computed: {
  239. ...mapState(['hasLogin', 'userInfo']),
  240. },
  241. methods: {
  242. showcontent(item){
  243. item.showflow=!item.showflow
  244. },
  245. openXls() {
  246. if (this.url && this.url != "ng") {
  247. uni.downloadFile({
  248. url: this.url,
  249. success: function(res) {
  250. var filePath = res.tempFilePath;
  251. uni.openDocument({
  252. filePath: filePath,
  253. showMenu: true,
  254. success: function(res) {
  255. console.log('打开文档成功');
  256. }
  257. });
  258. }
  259. });
  260. }
  261. },
  262. openXls2() {
  263. if (this.url2 && this.url2 != "ng") {
  264. uni.downloadFile({
  265. url: this.url2,
  266. success: function(res) {
  267. var filePath = res.tempFilePath;
  268. uni.openDocument({
  269. filePath: filePath,
  270. showMenu: true,
  271. success: function(res) {
  272. console.log('打开文档成功');
  273. }
  274. });
  275. }
  276. });
  277. }
  278. },
  279. getList() {
  280. uni.showLoading({
  281. title: "加载中...",
  282. mask: true
  283. })
  284. // this.$api.doRequest('get', '/warehousingOrder/selectInfo', {
  285. // currentPage: 1,
  286. // pageSize: 100,
  287. // searchType: '2', //searchType:1待审核
  288. // // warehouseName: this.vesselId,
  289. // managementType: 1
  290. // }).then(res1 => {
  291. // uni.hideLoading()
  292. // if (res1.data.code == 200) {
  293. // this.List = res1.data.data.records
  294. // }
  295. // })
  296. // this.$api.doRequest('get', '/paymentManagement/getInfo', {
  297. // id: this.id
  298. // }).then(res => {
  299. // if (res.data.code == 200) {
  300. // uni.showLoading({
  301. // title: "加载中...",
  302. // mask: true
  303. // })
  304. // }
  305. // })
  306. this.$api.doRequest('post', '/warehousingOrder/exportPhone', {
  307. batchId: this.id,
  308. // searchType: 1,
  309. }).then(res1 => {
  310. if (res1.data.code == 200) {
  311. this.url = res1.data.data
  312. }
  313. })
  314. this.$api.doRequest('post', '/paymentManagement/exportPhoneOrder', {
  315. orderId: this.id,
  316. // searchType: 1,
  317. }).then(res1 => {
  318. if (res1.data.code == 200) {
  319. this.url2 = res1.data.data
  320. }
  321. })
  322. this.$api.doRequest('post', '/warehousingOrder/exportPhoneData', {
  323. // searchType: 1,
  324. batchId: this.id
  325. }).then(res1 => {
  326. if (res1.data.code == 200) {
  327. this.auditInfo = res1.data.data
  328. this.auditInfo.amountIngPayableTotal1 = helper.convertCurrency(this.auditInfo
  329. .amountIngPayableTotal)
  330. this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
  331. businessCode: 'WAREHOUSING-ORDER-APPROVE',
  332. tmpCompId: uni.getStorageSync('pcUserInfo').compId
  333. }).then(res1 => {
  334. this.$api.doRequest('get', '/commonUser/getHis', {
  335. workflowId: res1.data.data[0].id,
  336. businessKey: this.id
  337. }).then(response => {
  338. uni.hideLoading()
  339. for (let i = 0; i < response.data.data.length; i++) {
  340. this.$set(response.data.data[i],'status','question')
  341. console.log(response.data.data[i].workflowHistoricTasks,i)
  342. if(response.data.data[i].commonStaffs){
  343. response.data.data[i].showflow=false
  344. response.data.data[i].operatorTitle=response.data.data[i].desc.substring(0,2)
  345. response.data.data[i].operatorName=response.data.data[i].desc
  346. response.data.data[i].staffscontent='共'+response.data.data[i].commonStaffs.length+'人,当前审核'+response.data.data[i].workflowHistoricTasks.length+'人'
  347. if(response.data.data[i].workflowHistoricTasks&&response.data.data[i].workflowHistoricTasks.length>0){
  348. if(response.data.data[i].workflowHistoricTasks.length!=response.data.data[i].commonStaffs.length){
  349. // response.data.data[i].status='question'
  350. this.$set(response.data.data[i],'status','question')
  351. }else{
  352. this.$set(response.data.data[i],'status','success')
  353. // response.data.data[i].status='success'
  354. }
  355. response.data.data[i].workflowlen=response.data.data[i].workflowHistoricTasks.length
  356. var workflowdata=response.data.data[i].workflowHistoricTasks
  357. var staffsdata=response.data.data[i].commonStaffs
  358. for (let q = 0; q < staffsdata.length; q++) {
  359. staffsdata[q].status=false
  360. staffsdata[q].staffTitle=staffsdata[q].staffName
  361. for (let k = 0; k < workflowdata.length; k++) {
  362. if(staffsdata[q].staffId==workflowdata[k].operatorId){
  363. staffsdata[q].status=true
  364. }
  365. }
  366. }
  367. }
  368. response.data.data[i].commonStaffs1=response.data.data[i].commonStaffs
  369. }else{
  370. if(response.data.data[i].workflowHistoricTasks&&response.data.data[i].workflowHistoricTasks.length>0){
  371. var len =response.data.data[i].workflowHistoricTasks.length-1
  372. if(response.data.data[i].workflowHistoricTasks[len].approved){
  373. this.$set(response.data.data[i],'status','success')
  374. }else{
  375. this.$set(response.data.data[i],'status','error')
  376. }
  377. response.data.data[i].operatorTitle=response.data.data[i].workflowHistoricTasks[len].operatorName.substring(response.data.data[i].workflowHistoricTasks[0].operatorName.length - 2)
  378. response.data.data[i].operatorName=response.data.data[i].workflowHistoricTasks[len].operatorName
  379. var time=new Date(response.data.data[i].workflowHistoricTasks[len].claimTime).getTime()
  380. response.data.data[i].updateDate=this.$u.timeFormat(time, 'mm.dd hh:MM')
  381. response.data.data[i].auditMind=response.data.data[i].workflowHistoricTasks[len].auditMind
  382. }else{
  383. this.$set(response.data.data[i],'status','question')
  384. // response.data.data[i].status='question'
  385. if(response.data.data[i].desc=='总经理助理审核'){
  386. response.data.data[i].operatorTitle='总助'
  387. }else if(response.data.data[i].desc=='杜大光审核'){
  388. response.data.data[i].operatorTitle='大光'
  389. }else{
  390. response.data.data[i].operatorTitle=response.data.data[i].desc.substring(0,2)
  391. }
  392. response.data.data[i].operatorName=response.data.data[i].desc
  393. var time1=new Date(response.data.data[i].updateDate).getTime()
  394. response.data.data[i].updateDate=this.$u.timeFormat(time1, 'mm.dd hh:MM')
  395. response.data.data[i].auditMind=''
  396. }
  397. }
  398. }
  399. console.log(response.data.data)
  400. this.auditList = response.data.data
  401. var time2=new Date(this.auditInfo.createDate).getTime()
  402. var time3=this.$u.timeFormat(time2, 'mm.dd hh:MM')
  403. this.auditList.unshift({
  404. operatorTitle:this.auditInfo.creater.substring(0,2),
  405. operatorName:this.auditInfo.creater,
  406. updateDate:time3,
  407. auditMind:'',
  408. desc:'发起申请',
  409. showflow:false,
  410. commonStaffs1:null,
  411. commonStaffs:null,
  412. workflowHistoricTasks:[],
  413. status:'success'
  414. })
  415. })
  416. })
  417. }
  418. })
  419. this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
  420. businessCode: 'WAREHOUSING-ORDER-APPROVE',
  421. tmpCompId: uni.getStorageSync('pcUserInfo').compId
  422. }).then(res1 => {
  423. this.updateDate = res1.data.data[0].updateDate
  424. this.$api.doRequest('get', '/commonUser/getHis', {
  425. workflowId: res1.data.data[0].id,
  426. businessKey: this.id
  427. }).then(response => {
  428. // uni.hideLoading()
  429. this.auditList = response.data.data
  430. })
  431. })
  432. },
  433. close() {
  434. this.show = false
  435. },
  436. fanHui(){
  437. uni.navigateBack()
  438. },
  439. pass() {
  440. this.show = true
  441. this.title = '审核意见(通过)'
  442. },
  443. reject() {
  444. this.show = true
  445. this.title = '驳回原因(驳回)'
  446. },
  447. //驳回
  448. // rejectSubmit() {
  449. // if (!this.auditMind) {
  450. // this.$api.msg('驳回原因不能为空!')
  451. // } else {
  452. // var that = this
  453. // that.show = false
  454. // if (this.List.length > 0) {
  455. // uni.showModal({
  456. // content: "确定驳回付款申请?",
  457. // showCancel: true,
  458. // confirmText: '确定',
  459. // success: function(res) {
  460. // if (res.confirm) {
  461. // that.audit(that.List[0], 0, false, '', '')
  462. // }
  463. // }
  464. // })
  465. // }
  466. // }
  467. // },
  468. // audit(list, index, status, status2, reason) {
  469. // uni.showLoading({
  470. // title: "审核中"
  471. // })
  472. // if (this.List.length > 0) {
  473. // if (status == true && list.status == "已驳回") {
  474. // this.$api.doRequest('get', '/paymentManagement/api/openAuditFlow', {
  475. // compId: "2710b21efc1e4393930c5dc800010dc4",
  476. // id: list.id
  477. // }).then(res => {
  478. // if (res.data.code == 200) {
  479. // this.audit(this.List[index + 1], index + 1, status, status2, reason)
  480. // }
  481. // })
  482. // } else {
  483. // for (var i = 0; i < this.List.length; i++) {
  484. // this.$api.doRequest('post', '/workflow/api/handle', {
  485. // taskId: this.List[i].taskId,
  486. // approved: status,
  487. // auditMind: this.auditMind ? this.auditMind : "",
  488. // needReapply: status2 ? true : false
  489. // }).then(res => {
  490. // if (res.data.code == 200) {
  491. // uni.hideLoading()
  492. // // this.audit(this.List[index + 1], index + 1, status, status2, reason)
  493. // this.$api.msg('通过成功')
  494. // }else{
  495. // uni.hideLoading()
  496. // this.$api.msg('审核失败')
  497. // }
  498. // })
  499. // }
  500. // }
  501. // } else {
  502. // if (status == true) {
  503. // this.$api.msg('通过成功')
  504. // } else if (status == false) {
  505. // this.$api.msg('驳回成功')
  506. // }
  507. // let that = this
  508. // setTimeout(function() {
  509. // if (that.everyCheck) {
  510. // helper.setAudit(that.list)
  511. // } else {
  512. // uni.navigateBack()
  513. // }
  514. // uni.hideLoading()
  515. // }, 1000);
  516. // }
  517. // },
  518. }
  519. }
  520. </script>
  521. <style scoped lang="scss">
  522. .warp {
  523. margin: 10rpx;
  524. padding: 20rpx 20rpx 240rpx 20rpx;
  525. }
  526. .content1 {
  527. font-size: 28rpx;
  528. color: #333333;
  529. margin-top: 30rpx;
  530. padding: 20rpx;
  531. // .content-item {
  532. border-radius: 20rpx;
  533. background: white;
  534. // padding: 40rpx 20rpx;
  535. // margin-bottom: 30rpx;
  536. // }
  537. // .title {
  538. // font-size: 32rpx;
  539. // font-weight: 600;
  540. // color: #333333;
  541. // margin: 30rpx 0;
  542. // }
  543. // .goodsInfoCss {
  544. // font-size: 28rpx;
  545. // font-weight: 600;
  546. // color: #878C9C;
  547. // margin: 26rpx 10rpx;
  548. // }
  549. // .priceCss {
  550. // font-size: 40rpx;
  551. // margin: 26rpx 10rpx;
  552. // color: #22C572;
  553. // font-weight: 600;
  554. // }
  555. .row {
  556. display: flex;
  557. justify-content: space-between;
  558. border-bottom: 1px solid #EEEEEE;
  559. padding: 20rpx 0;
  560. .right,
  561. input {
  562. font-size: 28rpx;
  563. // color: #333333;
  564. }
  565. }
  566. .img_css {
  567. width: 50rpx;
  568. height: 50rpx;
  569. }
  570. .file {
  571. display: flex;
  572. align-items: center;
  573. margin: 30rpx 0 0 20rpx;
  574. .text_css {
  575. font-size: 30rpx;
  576. margin-left: 20rpx;
  577. }
  578. }
  579. }
  580. .title {
  581. font-size: 34rpx;
  582. font-weight: 700;
  583. // margin-bottom: 20rpx;
  584. height: 70rpx;
  585. border-bottom: 2rpx solid #EEEEEE;
  586. }
  587. .titlerow {
  588. font-size: 34rpx;
  589. font-weight: 700;
  590. // margin-bottom: 20rpx;
  591. // height: 70rpx;
  592. // border-bottom: 2rpx solid #EEEEEE;
  593. }
  594. .content2 {
  595. background: white;
  596. margin: 20rpx 0;
  597. border-radius: 20rpx;
  598. padding: 20rpx;
  599. .row {
  600. display: flex;
  601. .left {
  602. display: flex;
  603. align-items: center;
  604. .item1{
  605. position:relative;
  606. .item-content{
  607. background:#22C572;
  608. width: 50px;
  609. height: 50px;
  610. border-radius: 10px;
  611. line-height: 50px;
  612. text-align: center;
  613. font-size: 18px;
  614. color: #fff;
  615. }
  616. .status{
  617. position:absolute;
  618. border-radius: 50%;
  619. padding: 0px 2px;
  620. right: -3px;
  621. bottom: -3px;
  622. background:#fff;
  623. }
  624. .status.success{
  625. border:1px solid rgb(60, 156, 255);
  626. }
  627. .status.error{
  628. border:1px solid rgb(245, 108, 108);
  629. }
  630. .status.question{
  631. border:1px solid #f9ae3d;
  632. }
  633. }
  634. }
  635. .right {
  636. width:80%;
  637. // color: #B0B1B5;
  638. margin-top: 10px;
  639. .right-content{
  640. background:#F2F3F7;
  641. margin-left:10px;
  642. margin-top:10px;
  643. padding:10px;
  644. border-radius:5px;
  645. color: #B0B1B5;
  646. }
  647. .right-item{
  648. display: flex;
  649. justify-content: space-between;
  650. .time{
  651. color:#999;
  652. }
  653. .item2 {
  654. margin-left: 20rpx;
  655. .name {
  656. font-size: 28rpx;
  657. font-weight: 800;
  658. }
  659. .status.success {
  660. color: #6CC48C;
  661. }
  662. .status.error {
  663. color: rgb(245, 108, 108);
  664. }
  665. .status.question {
  666. color: #f9ae3d;
  667. }
  668. }
  669. }
  670. }
  671. }
  672. .row2{
  673. display:flex;
  674. .item-content{
  675. background:#22C572;
  676. width: 30px;
  677. height: 30px;
  678. border-radius: 50%;
  679. line-height: 30px;
  680. text-align: center;
  681. font-size: 12px;
  682. color: #fff;
  683. padding:0 2px;
  684. margin:0 auto;
  685. }
  686. .status{
  687. position:absolute;
  688. top:0;right:0;
  689. }
  690. }
  691. .row-line {
  692. width: 1px;
  693. height: 30px;
  694. background: #F2F2F2;
  695. margin: 10rpx 50rpx;
  696. }
  697. .audit {
  698. margin-top: 20rpx;
  699. }
  700. }
  701. .bottom-btn {
  702. width: 100%;
  703. position: fixed;
  704. bottom: 0;
  705. display: flex;
  706. z-index: 2;
  707. left: 0;
  708. background-color: #f8f8f8;
  709. flex-direction: column;
  710. .btn1,
  711. .btn2 {
  712. width: 100%;
  713. margin-bottom: 26rpx;
  714. border-radius: 90rpx;
  715. }
  716. .btn1 {
  717. background: white;
  718. color: #00C265;
  719. }
  720. }
  721. .row1 {
  722. border-bottom: 0 !important;
  723. }
  724. .topInfo {
  725. height: 210rpx;
  726. background: linear-gradient(270deg, #22C572 0%, #34DE8A 100%);
  727. padding: 30rpx;
  728. .topInfo-item {
  729. height: 150rpx;
  730. background-color: #FFFFFF;
  731. border-radius: 20rpx;
  732. padding: 40rpx;
  733. .logo {
  734. width: 40rpx;
  735. height: 40rpx;
  736. margin-top: 8rpx;
  737. }
  738. .infoText {
  739. font-size: 36rpx;
  740. font-weight: 600;
  741. margin-left: 20rpx;
  742. }
  743. .infoData {
  744. color: #878C9C;
  745. font-size: 26rpx;
  746. margin-top: 10rpx;
  747. }
  748. }
  749. }
  750. .shade {
  751. position: fixed;
  752. top: 0;
  753. left: 0;
  754. height: 100%;
  755. width: 100%;
  756. background: rgba(0, 0, 0, 0.4);
  757. z-index: 3;
  758. .wrap {
  759. position: absolute;
  760. left: 0;
  761. top: 0;
  762. right: 0;
  763. bottom: 0;
  764. margin: auto;
  765. background: #fff;
  766. width: calc(100% - 198rpx);
  767. height: 700rpx;
  768. border-radius: 20rpx;
  769. .alert-top {
  770. padding: 33rpx;
  771. display: flex;
  772. justify-content: center;
  773. align-items: center;
  774. position: relative;
  775. }
  776. .title {
  777. font-size: 32rpx;
  778. font-weight: 600;
  779. color: #333333;
  780. }
  781. .close {
  782. position: absolute;
  783. right: 33rpx;
  784. }
  785. }
  786. }
  787. .cancel,
  788. .confirm {
  789. position: absolute;
  790. display: inline-block;
  791. width: 50%;
  792. text-align: center;
  793. bottom: 0;
  794. padding: 10px;
  795. border-top: 1px solid #eee;
  796. font-size: 34rpx;
  797. }
  798. .cancel {
  799. left: 0;
  800. border-right: 1px solid #eee;
  801. color: #AFB3BF;
  802. }
  803. .confirm {
  804. right: 0;
  805. color: #22C572;
  806. }
  807. .u-textarea-style {
  808. margin: 20rpx;
  809. background: #F9F9FA;
  810. border-radius: 10px;
  811. border: 1px solid #EEEEEE;
  812. padding: 10rpx 20rpx;
  813. position: relative;
  814. .right-bottom {
  815. position: absolute;
  816. right: 20rpx;
  817. bottom: 20rpx;
  818. color: #AFB3BF;
  819. }
  820. }
  821. /deep/.u-input__textarea {
  822. height: 300rpx !important;
  823. }
  824. .mx-content {
  825. background: #F9F9FA;
  826. padding: 30rpx;
  827. box-sizing: border-box;
  828. margin-top: 20rpx;
  829. border-radius: 20rpx;
  830. .name {
  831. font-size: 32rpx;
  832. font-weight: 700;
  833. border-bottom: 1px solid #EEEEEE;
  834. padding-bottom: 8rpx;
  835. }
  836. .mx-row1,
  837. .mx-row2 {
  838. display: flex;
  839. justify-content: space-between;
  840. margin-top: 20rpx;
  841. }
  842. .mx-item {
  843. text-align: left;
  844. // width: 33%;
  845. // text-align: center;
  846. }
  847. }
  848. </style>