freight_settlement_detailscopy.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. <template>
  2. <view class="container">
  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="dataobj.approveStatus == '已驳回'"
  8. style="height: 40rpx;"></image><!-- 驳回 -->
  9. <image src="../../../static/img/tongguo.png" mode="" v-if="dataobj.approveStatus == '已通过'"
  10. style="height: 40rpx;"></image><!-- 通过 -->
  11. <image src="../../../static/img/daishenhe.png" mode=""
  12. v-if="dataobj.approveStatus == '待决策人审核'|| dataobj.approveStatus == '待财务审核'"
  13. style="height: 40rpx;"></image><!-- 待审核 -->
  14. </view>
  15. <view class="infoText">{{dataobj.approveStatus?dataobj.approveStatus:dataobj.status}}</view>
  16. </view>
  17. <view class="infoData">{{dataobj.updateDate}}</view>
  18. </view>
  19. </view>
  20. <view class="content">
  21. <view class="top">
  22. <view v-if='dataobj.contractFlag=="1"'>合同编号</view>
  23. <view v-if='dataobj.contractFlag=="0"'>移库编号</view>
  24. <view>{{dataobj.contractNo}}</view>
  25. </view>
  26. <view class="person-info">
  27. <view style='display:flex;align-items: center;' class="top1">
  28. <view>收款方</view>
  29. <view class="top_info">{{dataobj.payee}}</view>
  30. </view>
  31. <view style='display:flex;align-items: center;' class="top1">
  32. <view>账号</view>
  33. <view class="top_info">{{dataobj.accountNumber}}</view>
  34. </view>
  35. <view style='display:flex;align-items: center;' class="top1">
  36. <view>开户行</view>
  37. <view class="top_info">{{dataobj.bank}}</view>
  38. </view>
  39. <view style='display:flex;align-items: center;' class="top1">
  40. <view>开户支行</view>
  41. <view class="top_info">{{dataobj.bankBranch}}</view>
  42. </view>
  43. <view style='display:flex;align-items: center;' class="top1">
  44. <view>备注</view>
  45. <view class="top_info">{{dataobj.remark}}</view>
  46. </view>
  47. <view style='display:flex;align-items: center;' class="top1">
  48. <view>合计(元)</view>
  49. <view class="top_info">{{num}}</view>
  50. </view>
  51. <view style='display:flex;align-items: center;' class="top1">
  52. <view>附件</view>
  53. <view>
  54. <view v-if='imglist2.length>0'>
  55. <view style="margin-top: 20rpx;" v-for='item in imglist2'>
  56. <view class="img_item">
  57. <view class="" style="width: 16%;">
  58. <image v-if="item.type == 'pdf'" style="width: 40px; height: 40px;"
  59. src="../../../static/img/pdf3.png" mode=""></image>
  60. <image v-else-if="item.type == 'xls'||item.type == 'xlsx'"
  61. style="width: 40px; height: 40px;" src="../../../static/img/excle3.png"
  62. mode=""></image>
  63. <image v-else-if="item.type == 'doc'||item.type == 'docx'"
  64. style="width: 40px; height: 40px;" src="../../../static/img/word3.png"
  65. mode=""></image>
  66. <image v-else style="width: 40px; height: 40px;" :src="item.appendixPath"
  67. mode="">
  68. </image>
  69. </view>
  70. <view class="" style="width: 70%;">
  71. <view class="char_css">{{item.appendixName}}</view>
  72. <u-line-progress v-if='item.progressstatus' :striped="true"
  73. :percent="item.progress" :striped-active="true"></u-line-progress>
  74. <view class="">{{item.appendixSize}}</view>
  75. </view>
  76. <view class="img_dowload" @click="openDocument(item)">下载</view>
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="car-container">
  84. <view v-for="item1 in list" class="car-container-item">
  85. <view style='display:flex;align-items: center;' class="top1">
  86. <view>运输编号</view>
  87. <view class="top_info">{{item1.taskNo}}</view>
  88. </view>
  89. <view style='display:flex;align-items: center;' class="top1">
  90. <view>发货地</view>
  91. <view class="top_info">
  92. {{item1.startPrivate}}{{item1.startCity}}{{item1.startArea}}{{item1.startDetailedAddress}}
  93. </view>
  94. </view>
  95. <view style='display:flex;align-items: center;' class="top1">
  96. <view>收货地</view>
  97. <view class="top_info">
  98. {{item1.endPrivate}}{{item1.endCity}}{{item1.endArea}}{{item1.endDetailedAddress}}
  99. </view>
  100. </view>
  101. <view v-for="item in item1.tranSettlementReportList" class="car-container-item">
  102. <view class="car-num title" v-if="item.tranTypeKey== '1'">{{item.carNo}} ({{item.tranCarNo}})
  103. </view>
  104. <view class="car-num title" v-if="item.tranTypeKey== '2'">车厢号{{item.boxNo}}</view>
  105. <view class="car-num title" v-if="item.tranTypeKey== '3'&&item.shipType== '散船'">
  106. 仓位号{{item.boxNo}}
  107. </view>
  108. <view class="car-num title" v-if="item.tranTypeKey== '3'&&item.shipType== '集装箱'">
  109. 箱号{{item.boxNo}}
  110. </view>
  111. <view class="car-type-item">
  112. <view class="left">装</view>
  113. <view class="textInfo">{{item.loadingWeight}}吨</view>
  114. </view>
  115. <view class="car-type-item">
  116. <view class="center">卸</view>
  117. <view class="textInfo">{{item.unloadingWeight}}吨</view>
  118. </view>
  119. <view class="car-type-item">
  120. <view class="right">结</view>
  121. <view class="textInfo">{{item.settlementWeight}}吨</view>
  122. </view>
  123. <view class="car-type-item">
  124. <view class="left">预</view>
  125. <view class="textInfo">{{item.transportPrice}}元/吨</view>
  126. </view>
  127. <view class="car-type-item">
  128. <view class="center">算</view>
  129. <view class="textInfo">{{item.settlementPrice}}元/吨</view>
  130. </view>
  131. <view class="car-type-item">
  132. <view v-if='item.deductionAmount>=0' class="right">扣</view>
  133. <view v-if='item.deductionAmount<0' class="right">加</view>
  134. <view v-if='item.deductionAmount<0' class="textInfo">
  135. {{item.deductionAmount?-item.deductionAmount:0}}元
  136. </view>
  137. <view v-if='item.deductionAmount>=0' class="textInfo">
  138. {{item.deductionAmount?-item.deductionAmount:0}}元
  139. </view>
  140. </view>
  141. <view class="car-type-item">
  142. <view class="left">服</view>
  143. <view class="textInfo">{{item.serviceCharge}}元</view>
  144. </view>
  145. <view class="car-type-item">
  146. <view class="center">税</view>
  147. <view class="textInfo">{{item.taxPoint}}元</view>
  148. </view>
  149. <view class="car-type-item">
  150. <view class="right">实</view>
  151. <view class="textInfo">{{item.amountActuallyPaid}}元</view>
  152. </view>
  153. <view class="car-type-item">
  154. <view class="left">合</view>
  155. <view class="textInfo">{{item.totalPayable}}元</view>
  156. </view>
  157. </view>
  158. </view>
  159. </view>
  160. </view>
  161. <flow :auditList="auditList" @status='getStatus'></flow>
  162. <view v-if='show' class="shade">
  163. <view class="wrap">
  164. <view class="alert-top">
  165. <view class="title">
  166. {{title}}
  167. </view>
  168. <u-icon name="close" class="close" color="#8890B1" @click="close()"></u-icon>
  169. </view>
  170. <view class="u-textarea-style">
  171. <view class="right-bottom">
  172. {{auditMind.length}}/1000个字
  173. </view>
  174. <u-input class="" v-model='auditMind' placeholder="请在此输入审核意见" type="textarea" height="414"
  175. maxlength="1000" />
  176. </view>
  177. <view @click='close()' class="cancel">取消</view>
  178. <view @click='passSubmit()' class="confirm">确定</view>
  179. </view>
  180. </view>
  181. <u-toast ref="uToast" />
  182. <view style='padding:10px;' class='flex bottom-btn'>
  183. <u-button @click="fanHui" type="success" class="btn1" hover-class='none'>返回</u-button>
  184. </view>
  185. </view>
  186. </template>
  187. <script>
  188. import flow from '@/components/flow.vue';
  189. export default {
  190. components: {
  191. flow
  192. },
  193. data() {
  194. return {
  195. currentPage: 1,
  196. pageSize: 10,
  197. num: 0,
  198. list: {
  199. approveStatus: "",
  200. },
  201. show: false,
  202. auditList: [],
  203. dataobj: {},
  204. customerName: "", //客户
  205. shippingAddress: "", //发货地址
  206. receivingAddress: "", //收货地址
  207. imglist: [], //存
  208. imglist2: [], //展示
  209. }
  210. },
  211. onLoad(options) {
  212. this.id = options.id
  213. this.getList()
  214. },
  215. watch: {
  216. imglist: {
  217. handler: function() {
  218. this.$api.doRequest('get', 'appendix/query/getFileList', {
  219. appendixIds: this.imglist.toString()
  220. }).then(res => {
  221. this.imglist2 = res.data.data
  222. for (let i = 0; i < this.imglist2.length; i++) {
  223. this.imglist2[i].progressstatus = false
  224. this.imglist2[i].progress = 0
  225. if (this.imglist2[i].appendixName) {
  226. this.imglist2[i].type = this.imglist2[i].appendixName.split(".")[1]
  227. }
  228. }
  229. })
  230. },
  231. deep: true
  232. }
  233. },
  234. methods: {
  235. getStatus(val) {
  236. if (val == 200) this.getList()
  237. },
  238. openDocument(item) {
  239. this.$set(item, 'progressstatus', true)
  240. this.$forceUpdate()
  241. const downloadTask = uni.downloadFile({
  242. url: item.appendixPath,
  243. success: function(res) {
  244. var filePath = res.tempFilePath;
  245. if (item.type == 'pdf' || item.type == 'xls' || item.type == 'xlsx' || item.type ==
  246. 'doc' || item.type == 'docx') {
  247. uni.openDocument({
  248. filePath: filePath,
  249. showMenu: true,
  250. success: function(res) {
  251. console.log('打开文档成功');
  252. }
  253. });
  254. } else {
  255. uni.previewImage({
  256. current: 0, //预览图片的下标
  257. urls: [item.appendixPath]
  258. })
  259. }
  260. }
  261. });
  262. downloadTask.onProgressUpdate((res) => {
  263. this.$set(item, 'progress', res.progress)
  264. this.$forceUpdate()
  265. console.log('下载进度' + res.progress);
  266. console.log('已经下载的数据长度' + res.totalBytesWritten);
  267. console.log('预期需要下载的数据总长度' + res.totalBytesExpectedToWrite);
  268. // 满足测试条件,取消下载任务。
  269. // if (res.progress > 50) {
  270. // downloadTask.abort();
  271. // }
  272. });
  273. },
  274. getList() {
  275. var that = this
  276. this.$api.doRequest('get', '/expenseInfo/ExpenseInfo', {
  277. id: this.id
  278. }).then(res => {
  279. if (res.data.code == 200) {
  280. this.dataobj = res.data.data
  281. if (this.dataobj.freightAddressUrl) {
  282. this.imglist = this.dataobj.freightAddressUrl.split(',')
  283. }
  284. if (res.data.data.tranTaskInfoList.length > 0) {
  285. this.num = 0
  286. for (var i = 0; i < res.data.data.tranTaskInfoList.length; i++) {
  287. if (res.data.data.tranTaskInfoList[i].tranSettlementReportList) {
  288. var data = res.data.data.tranTaskInfoList[i].tranSettlementReportList
  289. for (var q = 0; q < data.length; q++) {
  290. if (data[q].totalPayable) {
  291. this.num += data[q].totalPayable
  292. }
  293. }
  294. }
  295. }
  296. }
  297. this.num = this.num.toFixed(2)
  298. this.list = res.data.data.tranTaskInfoList
  299. // console.log(this.list, 124)
  300. // 查流程
  301. this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
  302. businessCode: 'FEIYONGYUNFEI-APPROVE',
  303. tmpCompId: uni.getStorageSync('pcUserInfo').compId
  304. }).then(res1 => {
  305. this.$api.doRequest('get', '/commonUser/getHis', {
  306. workflowId: res1.data.data[0].id,
  307. businessKey: this.id,
  308. // branch:that.list[0].jointVentureParties?that.list[0].jointVentureParties:'zt'
  309. }).then(response => {
  310. uni.hideLoading()
  311. for (let i = 0; i < response.data.data.length; i++) {
  312. this.$set(response.data.data[i], 'status', 'question')
  313. console.log(response.data.data[i].workflowHistoricTasks, i)
  314. if (response.data.data[i].commonStaffs) {
  315. response.data.data[i].showflow = false
  316. response.data.data[i].operatorTitle = response.data.data[i]
  317. .desc.substring(0, 2)
  318. response.data.data[i].operatorName = response.data.data[i]
  319. .desc
  320. response.data.data[i].staffscontent = '共' + response.data
  321. .data[i].commonStaffs.length + '人,当前审核' + response.data
  322. .data[i].workflowHistoricTasks.length + '人'
  323. if (response.data.data[i].workflowHistoricTasks && response
  324. .data.data[i].workflowHistoricTasks.length > 0) {
  325. if (response.data.data[i].workflowHistoricTasks
  326. .length != response.data.data[i].commonStaffs
  327. .length) {
  328. // response.data.data[i].status='question'
  329. this.$set(response.data.data[i], 'status',
  330. 'question')
  331. } else {
  332. this.$set(response.data.data[i], 'status',
  333. 'success')
  334. // response.data.data[i].status='success'
  335. }
  336. response.data.data[i].workflowlen = response.data.data[
  337. i].workflowHistoricTasks.length
  338. var workflowdata = response.data.data[i]
  339. .workflowHistoricTasks
  340. var staffsdata = response.data.data[i].commonStaffs
  341. for (let q = 0; q < staffsdata.length; q++) {
  342. staffsdata[q].status = false
  343. staffsdata[q].staffTitle = staffsdata[q].staffName
  344. for (let k = 0; k < workflowdata.length; k++) {
  345. if (staffsdata[q].staffId == workflowdata[k]
  346. .operatorId) {
  347. staffsdata[q].status = true
  348. }
  349. }
  350. }
  351. }
  352. response.data.data[i].commonStaffs1 = response.data.data[i]
  353. .commonStaffs
  354. } else {
  355. if (response.data.data[i].workflowHistoricTasks && response
  356. .data.data[i].workflowHistoricTasks.length > 0) {
  357. var len = response.data.data[i].workflowHistoricTasks
  358. .length - 1
  359. if (response.data.data[i].workflowHistoricTasks[len]
  360. .approved) {
  361. this.$set(response.data.data[i], 'status',
  362. 'success')
  363. } else {
  364. this.$set(response.data.data[i], 'status', 'error')
  365. }
  366. response.data.data[i].operatorTitle = response.data
  367. .data[i].workflowHistoricTasks[len].operatorName
  368. .substring(response.data.data[i]
  369. .workflowHistoricTasks[0].operatorName.length -
  370. 2)
  371. response.data.data[i].operatorName = response.data
  372. .data[i].workflowHistoricTasks[len].operatorName
  373. var time = new Date(response.data.data[i]
  374. .workflowHistoricTasks[len].claimTime)
  375. .getTime()
  376. response.data.data[i].updateDate = this.$u.timeFormat(
  377. time, 'mm.dd hh:MM')
  378. response.data.data[i].auditMind = response.data.data[i]
  379. .workflowHistoricTasks[len].auditMind
  380. } else {
  381. this.$set(response.data.data[i], 'status', 'question')
  382. // response.data.data[i].status='question'
  383. if (response.data.data[i].desc == '总经理助理审核') {
  384. response.data.data[i].operatorTitle = '总助'
  385. } else if (response.data.data[i].desc == '杜大光审核') {
  386. response.data.data[i].operatorTitle = '大光'
  387. } else {
  388. response.data.data[i].operatorTitle = response.data
  389. .data[i].desc.substring(0, 2)
  390. }
  391. response.data.data[i].operatorName = response.data
  392. .data[i].desc
  393. var time1 = new Date(response.data.data[i].updateDate)
  394. .getTime()
  395. response.data.data[i].updateDate = this.$u.timeFormat(
  396. time1, 'mm.dd hh:MM')
  397. response.data.data[i].auditMind = ''
  398. }
  399. }
  400. }
  401. console.log(response.data.data)
  402. for (let i = 0; i < response.data.data.length; i++) {
  403. if (response.data.data[i].status == "error") {
  404. this.auditCheck = "error"
  405. break;
  406. } else if (response.data.data[i].status == "question") {
  407. this.auditCheck = "question"
  408. break;
  409. } else {
  410. this.auditCheck = "success"
  411. }
  412. }
  413. this.auditList = response.data.data
  414. var time2 = new Date(this.dataobj.createDate).getTime()
  415. var time3 = this.$u.timeFormat(time2, 'mm.dd hh:MM')
  416. this.auditList.unshift({
  417. operatorTitle: this.dataobj.creater.substring(0, 2),
  418. operatorName: this.dataobj.creater,
  419. updateDate: time3,
  420. auditMind: '',
  421. desc: '发起申请',
  422. showflow: false,
  423. commonStaffs1: null,
  424. commonStaffs: null,
  425. workflowHistoricTasks: [],
  426. status: 'success'
  427. })
  428. })
  429. })
  430. }
  431. })
  432. // this.$api.doRequest('get', '/tranSettlementReport/getInfo', {
  433. // id: this.id
  434. // }).then(res => {
  435. // this.contractNo = res.data.data.contractNo
  436. // this.carId = res.data.data.carId
  437. // this.customerName = res.data.data.customer
  438. // this.shippingAddress = res.data.data.send
  439. // this.receivingAddress = res.data.data.receive
  440. // if (res.data.code == 200) {
  441. // this.$api.doRequest('get', '/tranSettlementReport/getTranSettlementReport', {
  442. // compId: "2710b21efc1e4393930c5dc800010dc4",
  443. // currentPage: this.currentPage,
  444. // pageSize: this.pageSize,
  445. // contractNo: this.contractNo,
  446. // carId: this.carId,
  447. // }).then(res => {
  448. // if (res.data.code == 200) {
  449. // this.list = res.data.data.records[0]
  450. // console.log(this.list, 124)
  451. // }
  452. // })
  453. // }
  454. // })
  455. },
  456. fanHui() {
  457. uni.navigateBack()
  458. }
  459. }
  460. }
  461. </script>
  462. <style scoped lang="scss">
  463. .container {
  464. margin: 10rpx;
  465. padding: 20rpx 20rpx 230rpx 20rpx;
  466. }
  467. .content {
  468. .top {
  469. display: flex;
  470. justify-content: space-between;
  471. border-radius: 20rpx;
  472. background: white;
  473. padding: 30rpx 20rpx;
  474. font-size: 36rpx;
  475. margin-top: 30rpx;
  476. }
  477. .top1 {
  478. // display: flex;
  479. justify-content: space-between;
  480. border-radius: 20rpx;
  481. background: white;
  482. padding: 10rpx 20rpx;
  483. font-size: 30rpx;
  484. margin-top: 20rpx;
  485. }
  486. .title {
  487. font-size: 28rpx;
  488. font-weight: 600;
  489. color: #333333;
  490. text-align: left;
  491. margin-bottom: 30rpx;
  492. }
  493. .car-container {
  494. padding: 10rpx 20rpx;
  495. border-radius: 20rpx;
  496. background: white;
  497. margin: 30rpx 0;
  498. // border-bottom: 2rpx solid #EEEEEE;
  499. }
  500. .car-type-item {
  501. display: inline-flex;
  502. // justify-content: center;
  503. width: 33.33%;
  504. margin-bottom: 40rpx;
  505. }
  506. .title {
  507. font-size: 36rpx;
  508. }
  509. }
  510. .person-info {
  511. background: white;
  512. padding: 20rpx 0;
  513. border-radius: 20rpx;
  514. // margin-bottom: 50rpx;
  515. margin: 20rpx 0;
  516. .tit {
  517. font-size: 36rpx;
  518. }
  519. }
  520. .bottom-btn {
  521. width: 100%;
  522. position: fixed;
  523. bottom: 0;
  524. display: flex;
  525. z-index: 2;
  526. left: 0;
  527. background-color: #f8f8f8;
  528. flex-direction: column;
  529. .btn1,
  530. .btn2 {
  531. width: 100%;
  532. margin-bottom: 26rpx;
  533. border-radius: 90rpx;
  534. }
  535. .btn1 {
  536. background: white;
  537. color: #00C265;
  538. }
  539. }
  540. .submit {
  541. width: 40%;
  542. background: #22C572;
  543. border-radius: 10rpx;
  544. }
  545. .left {
  546. background: #FEECE6;
  547. color: #FE6430;
  548. }
  549. .center {
  550. background: #EBEEFA;
  551. color: #5C76DF;
  552. }
  553. .right {
  554. background: #E9F8F0;
  555. color: #22C572;
  556. }
  557. .left,
  558. .center,
  559. .right {
  560. width: 50rpx;
  561. height: 50rpx;
  562. text-align: center;
  563. line-height: 50rpx;
  564. border-radius: 10rpx;
  565. }
  566. .textInfo {
  567. margin: 6rpx 0 0 10rpx;
  568. }
  569. .topInfo {
  570. height: 210rpx;
  571. background: linear-gradient(270deg, #22C572 0%, #34DE8A 100%);
  572. padding: 30rpx;
  573. .topInfo-item {
  574. height: 150rpx;
  575. background-color: #FFFFFF;
  576. border-radius: 20rpx;
  577. padding: 40rpx;
  578. .logo {
  579. width: 40rpx;
  580. height: 40rpx;
  581. margin-top: 8rpx;
  582. }
  583. .infoText {
  584. font-size: 36rpx;
  585. font-weight: 600;
  586. margin-left: 20rpx;
  587. }
  588. .infoData {
  589. color: #878C9C;
  590. font-size: 26rpx;
  591. margin-top: 10rpx;
  592. }
  593. }
  594. }
  595. .rejectInfoCss {
  596. border: 1px solid #ccc;
  597. border-radius: 10rpx;
  598. background-color: #F9F9FA;
  599. // height: 100px;
  600. overflow-y: auto;
  601. margin: 30rpx;
  602. }
  603. .rejectText {
  604. text-align: center;
  605. }
  606. /deep/.u-input__textarea {
  607. height: 300rpx !important;
  608. }
  609. .content2 {
  610. background: white;
  611. margin: 20rpx 0;
  612. border-radius: 20rpx;
  613. padding: 20rpx;
  614. .row {
  615. display: flex;
  616. .row-left {
  617. display: flex;
  618. align-items: center;
  619. .item1 {
  620. position: relative;
  621. .item-content {
  622. background: #617AE0;
  623. width: 44px;
  624. height: 44px;
  625. border-radius: 22px;
  626. line-height: 44px;
  627. text-align: center;
  628. font-size: 15px;
  629. color: #fff;
  630. }
  631. .status {
  632. position: absolute;
  633. border-radius: 50%;
  634. padding: 0px 2px;
  635. right: -3px;
  636. bottom: -3px;
  637. background: #fff;
  638. }
  639. .status.success {
  640. border: 1px solid rgb(60, 156, 255);
  641. }
  642. .status.error {
  643. border: 1px solid rgb(245, 108, 108);
  644. }
  645. .status.question {
  646. border: 1px solid #f9ae3d;
  647. }
  648. }
  649. }
  650. .row-right {
  651. width: 80%;
  652. // color: #B0B1B5;
  653. margin-top: 10px;
  654. .right-content {
  655. background: #F2F3F7;
  656. margin-left: 10px;
  657. margin-top: 10px;
  658. padding: 10px;
  659. border-radius: 5px;
  660. color: #B0B1B5;
  661. }
  662. .right-item {
  663. display: flex;
  664. justify-content: space-between;
  665. .time {
  666. color: #999;
  667. }
  668. .item2 {
  669. margin-left: 20rpx;
  670. margin-top: -7px;
  671. .name {
  672. font-size: 28rpx;
  673. font-weight: 800;
  674. margin-bottom: 4px;
  675. }
  676. .status.success {
  677. color: #6CC48C;
  678. }
  679. .status.error {
  680. color: rgb(245, 108, 108);
  681. }
  682. .status.question {
  683. color: #f9ae3d;
  684. }
  685. }
  686. }
  687. }
  688. }
  689. .row2 {
  690. display: flex;
  691. .item-content {
  692. background: #22C572;
  693. width: 30px;
  694. height: 30px;
  695. border-radius: 50%;
  696. line-height: 30px;
  697. text-align: center;
  698. font-size: 12px;
  699. color: #fff;
  700. padding: 0 2px;
  701. margin: 0 auto;
  702. }
  703. .status {
  704. position: absolute;
  705. top: 0;
  706. right: 0;
  707. }
  708. }
  709. .row-line {
  710. width: 1px;
  711. height: 30px;
  712. background: #F2F2F2;
  713. margin: 10rpx 50rpx;
  714. }
  715. .audit {
  716. margin-top: 20rpx;
  717. }
  718. }
  719. .top_info {
  720. margin: 10rpx 0;
  721. width: 70%;
  722. text-align: right;
  723. }
  724. .img_dowload {
  725. width: 14%;
  726. color: #22C572;
  727. text-align: right;
  728. }
  729. </style>