freight_settlement_detailscopy.vue 23 KB

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