warehouse_warrant_detail.vue 22 KB

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