freight_settlement_detailscopy.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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. if(this.dataobj.freightAddressUrl){
  317. this.imglist = this.dataobj.freightAddressUrl.split(',')
  318. }
  319. if (res.data.data.tranTaskInfoList.length > 0) {
  320. this.num = 0
  321. for (var i = 0; i < res.data.data.tranTaskInfoList.length; i++) {
  322. if (res.data.data.tranTaskInfoList[i].tranSettlementReportList) {
  323. var data = res.data.data.tranTaskInfoList[i].tranSettlementReportList
  324. for (var q = 0; q < data.length; q++) {
  325. if (data[q].totalPayable) {
  326. this.num += data[q].totalPayable
  327. }
  328. }
  329. }
  330. }
  331. }
  332. this.num = this.num.toFixed(2)
  333. this.list = res.data.data.tranTaskInfoList
  334. // console.log(this.list, 124)
  335. // 查流程
  336. this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
  337. businessCode: 'FEIYONGYUNFEI-APPROVE',
  338. tmpCompId: uni.getStorageSync('pcUserInfo').compId
  339. }).then(res1 => {
  340. this.$api.doRequest('get', '/commonUser/getHis', {
  341. workflowId: res1.data.data[0].id,
  342. businessKey: this.id,
  343. // branch:that.list[0].jointVentureParties?that.list[0].jointVentureParties:'zt'
  344. }).then(response => {
  345. uni.hideLoading()
  346. for (let i = 0; i < response.data.data.length; i++) {
  347. this.$set(response.data.data[i], 'status', 'question')
  348. console.log(response.data.data[i].workflowHistoricTasks, i)
  349. if (response.data.data[i].commonStaffs) {
  350. response.data.data[i].showflow = false
  351. response.data.data[i].operatorTitle = response.data.data[i]
  352. .desc.substring(0, 2)
  353. response.data.data[i].operatorName = response.data.data[i]
  354. .desc
  355. response.data.data[i].staffscontent = '共' + response.data
  356. .data[i].commonStaffs.length + '人,当前审核' + response.data
  357. .data[i].workflowHistoricTasks.length + '人'
  358. if (response.data.data[i].workflowHistoricTasks && response
  359. .data.data[i].workflowHistoricTasks.length > 0) {
  360. if (response.data.data[i].workflowHistoricTasks
  361. .length != response.data.data[i].commonStaffs
  362. .length) {
  363. // response.data.data[i].status='question'
  364. this.$set(response.data.data[i], 'status',
  365. 'question')
  366. } else {
  367. this.$set(response.data.data[i], 'status',
  368. 'success')
  369. // response.data.data[i].status='success'
  370. }
  371. response.data.data[i].workflowlen = response.data.data[
  372. i].workflowHistoricTasks.length
  373. var workflowdata = response.data.data[i]
  374. .workflowHistoricTasks
  375. var staffsdata = response.data.data[i].commonStaffs
  376. for (let q = 0; q < staffsdata.length; q++) {
  377. staffsdata[q].status = false
  378. staffsdata[q].staffTitle = staffsdata[q].staffName
  379. for (let k = 0; k < workflowdata.length; k++) {
  380. if (staffsdata[q].staffId == workflowdata[k]
  381. .operatorId) {
  382. staffsdata[q].status = true
  383. }
  384. }
  385. }
  386. }
  387. response.data.data[i].commonStaffs1 = response.data.data[i]
  388. .commonStaffs
  389. } else {
  390. if (response.data.data[i].workflowHistoricTasks && response
  391. .data.data[i].workflowHistoricTasks.length > 0) {
  392. var len = response.data.data[i].workflowHistoricTasks
  393. .length - 1
  394. if (response.data.data[i].workflowHistoricTasks[len]
  395. .approved) {
  396. this.$set(response.data.data[i], 'status',
  397. 'success')
  398. } else {
  399. this.$set(response.data.data[i], 'status', 'error')
  400. }
  401. response.data.data[i].operatorTitle = response.data
  402. .data[i].workflowHistoricTasks[len].operatorName
  403. .substring(response.data.data[i]
  404. .workflowHistoricTasks[0].operatorName.length -
  405. 2)
  406. response.data.data[i].operatorName = response.data
  407. .data[i].workflowHistoricTasks[len].operatorName
  408. var time = new Date(response.data.data[i]
  409. .workflowHistoricTasks[len].claimTime)
  410. .getTime()
  411. response.data.data[i].updateDate = this.$u.timeFormat(
  412. time, 'mm.dd hh:MM')
  413. response.data.data[i].auditMind = response.data.data[i]
  414. .workflowHistoricTasks[len].auditMind
  415. } else {
  416. this.$set(response.data.data[i], 'status', 'question')
  417. // response.data.data[i].status='question'
  418. if (response.data.data[i].desc == '总经理助理审核') {
  419. response.data.data[i].operatorTitle = '总助'
  420. } else if (response.data.data[i].desc == '杜大光审核') {
  421. response.data.data[i].operatorTitle = '大光'
  422. } else {
  423. response.data.data[i].operatorTitle = response.data
  424. .data[i].desc.substring(0, 2)
  425. }
  426. response.data.data[i].operatorName = response.data
  427. .data[i].desc
  428. var time1 = new Date(response.data.data[i].updateDate)
  429. .getTime()
  430. response.data.data[i].updateDate = this.$u.timeFormat(
  431. time1, 'mm.dd hh:MM')
  432. response.data.data[i].auditMind = ''
  433. }
  434. }
  435. }
  436. console.log(response.data.data)
  437. for (let i = 0; i < response.data.data.length; i++) {
  438. if (response.data.data[i].status == "error") {
  439. this.auditCheck = "error"
  440. break;
  441. } else if (response.data.data[i].status == "question") {
  442. this.auditCheck = "question"
  443. break;
  444. } else {
  445. this.auditCheck = "success"
  446. }
  447. }
  448. this.auditList = response.data.data
  449. var time2 = new Date(this.dataobj.createDate).getTime()
  450. var time3 = this.$u.timeFormat(time2, 'mm.dd hh:MM')
  451. this.auditList.unshift({
  452. operatorTitle: this.dataobj.creater.substring(0, 2),
  453. operatorName: this.dataobj.creater,
  454. updateDate: time3,
  455. auditMind: '',
  456. desc: '发起申请',
  457. showflow: false,
  458. commonStaffs1: null,
  459. commonStaffs: null,
  460. workflowHistoricTasks: [],
  461. status: 'success'
  462. })
  463. })
  464. })
  465. }
  466. })
  467. // this.$api.doRequest('get', '/tranSettlementReport/getInfo', {
  468. // id: this.id
  469. // }).then(res => {
  470. // this.contractNo = res.data.data.contractNo
  471. // this.carId = res.data.data.carId
  472. // this.customerName = res.data.data.customer
  473. // this.shippingAddress = res.data.data.send
  474. // this.receivingAddress = res.data.data.receive
  475. // if (res.data.code == 200) {
  476. // this.$api.doRequest('get', '/tranSettlementReport/getTranSettlementReport', {
  477. // compId: "2710b21efc1e4393930c5dc800010dc4",
  478. // currentPage: this.currentPage,
  479. // pageSize: this.pageSize,
  480. // contractNo: this.contractNo,
  481. // carId: this.carId,
  482. // }).then(res => {
  483. // if (res.data.code == 200) {
  484. // this.list = res.data.data.records[0]
  485. // console.log(this.list, 124)
  486. // }
  487. // })
  488. // }
  489. // })
  490. },
  491. fanHui() {
  492. uni.navigateBack()
  493. }
  494. }
  495. }
  496. </script>
  497. <style scoped lang="scss">
  498. .container {
  499. margin: 10rpx;
  500. padding: 20rpx 20rpx 230rpx 20rpx;
  501. }
  502. .content {
  503. .top {
  504. display: flex;
  505. justify-content: space-between;
  506. border-radius: 20rpx;
  507. background: white;
  508. padding: 30rpx 20rpx;
  509. font-size: 36rpx;
  510. margin-top: 30rpx;
  511. }
  512. .top1 {
  513. // display: flex;
  514. justify-content: space-between;
  515. border-radius: 20rpx;
  516. background: white;
  517. padding: 10rpx 20rpx;
  518. font-size: 30rpx;
  519. margin-top: 20rpx;
  520. }
  521. .title {
  522. font-size: 28rpx;
  523. font-weight: 600;
  524. color: #333333;
  525. text-align: left;
  526. margin-bottom: 30rpx;
  527. }
  528. .car-container {
  529. padding: 10rpx 20rpx;
  530. border-radius: 20rpx;
  531. background: white;
  532. margin: 30rpx 0;
  533. // border-bottom: 2rpx solid #EEEEEE;
  534. }
  535. .car-type-item {
  536. display: inline-flex;
  537. // justify-content: center;
  538. width: 33.33%;
  539. margin-bottom: 40rpx;
  540. }
  541. .title {
  542. font-size: 36rpx;
  543. }
  544. }
  545. .person-info {
  546. background: white;
  547. padding: 20rpx 0;
  548. border-radius: 20rpx;
  549. // margin-bottom: 50rpx;
  550. margin: 20rpx 0;
  551. .tit {
  552. font-size: 36rpx;
  553. }
  554. }
  555. .bottom-btn {
  556. width: 100%;
  557. position: fixed;
  558. bottom: 0;
  559. display: flex;
  560. z-index: 2;
  561. left: 0;
  562. background-color: #f8f8f8;
  563. flex-direction: column;
  564. .btn1,
  565. .btn2 {
  566. width: 100%;
  567. margin-bottom: 26rpx;
  568. border-radius: 90rpx;
  569. }
  570. .btn1 {
  571. background: white;
  572. color: #00C265;
  573. }
  574. }
  575. .submit {
  576. width: 40%;
  577. background: #22C572;
  578. border-radius: 10rpx;
  579. }
  580. .left {
  581. background: #FEECE6;
  582. color: #FE6430;
  583. }
  584. .center {
  585. background: #EBEEFA;
  586. color: #5C76DF;
  587. }
  588. .right {
  589. background: #E9F8F0;
  590. color: #22C572;
  591. }
  592. .left,
  593. .center,
  594. .right {
  595. width: 50rpx;
  596. height: 50rpx;
  597. text-align: center;
  598. line-height: 50rpx;
  599. border-radius: 10rpx;
  600. }
  601. .textInfo {
  602. margin: 6rpx 0 0 10rpx;
  603. }
  604. .topInfo {
  605. height: 210rpx;
  606. background: linear-gradient(270deg, #22C572 0%, #34DE8A 100%);
  607. padding: 30rpx;
  608. .topInfo-item {
  609. height: 150rpx;
  610. background-color: #FFFFFF;
  611. border-radius: 20rpx;
  612. padding: 40rpx;
  613. .logo {
  614. width: 40rpx;
  615. height: 40rpx;
  616. margin-top: 8rpx;
  617. }
  618. .infoText {
  619. font-size: 36rpx;
  620. font-weight: 600;
  621. margin-left: 20rpx;
  622. }
  623. .infoData {
  624. color: #878C9C;
  625. font-size: 26rpx;
  626. margin-top: 10rpx;
  627. }
  628. }
  629. }
  630. .rejectInfoCss {
  631. border: 1px solid #ccc;
  632. border-radius: 10rpx;
  633. background-color: #F9F9FA;
  634. // height: 100px;
  635. overflow-y: auto;
  636. margin: 30rpx;
  637. }
  638. .rejectText {
  639. text-align: center;
  640. }
  641. /deep/.u-input__textarea {
  642. height: 300rpx !important;
  643. }
  644. .content2 {
  645. background: white;
  646. margin: 20rpx 0;
  647. border-radius: 20rpx;
  648. padding: 20rpx;
  649. .row {
  650. display: flex;
  651. .row-left {
  652. display: flex;
  653. align-items: center;
  654. .item1 {
  655. position: relative;
  656. .item-content {
  657. background: #617AE0;
  658. width: 44px;
  659. height: 44px;
  660. border-radius: 22px;
  661. line-height: 44px;
  662. text-align: center;
  663. font-size: 15px;
  664. color: #fff;
  665. }
  666. .status {
  667. position: absolute;
  668. border-radius: 50%;
  669. padding: 0px 2px;
  670. right: -3px;
  671. bottom: -3px;
  672. background: #fff;
  673. }
  674. .status.success {
  675. border: 1px solid rgb(60, 156, 255);
  676. }
  677. .status.error {
  678. border: 1px solid rgb(245, 108, 108);
  679. }
  680. .status.question {
  681. border: 1px solid #f9ae3d;
  682. }
  683. }
  684. }
  685. .row-right {
  686. width: 80%;
  687. // color: #B0B1B5;
  688. margin-top: 10px;
  689. .right-content {
  690. background: #F2F3F7;
  691. margin-left: 10px;
  692. margin-top: 10px;
  693. padding: 10px;
  694. border-radius: 5px;
  695. color: #B0B1B5;
  696. }
  697. .right-item {
  698. display: flex;
  699. justify-content: space-between;
  700. .time {
  701. color: #999;
  702. }
  703. .item2 {
  704. margin-left: 20rpx;
  705. margin-top: -7px;
  706. .name {
  707. font-size: 28rpx;
  708. font-weight: 800;
  709. margin-bottom: 4px;
  710. }
  711. .status.success {
  712. color: #6CC48C;
  713. }
  714. .status.error {
  715. color: rgb(245, 108, 108);
  716. }
  717. .status.question {
  718. color: #f9ae3d;
  719. }
  720. }
  721. }
  722. }
  723. }
  724. .row2 {
  725. display: flex;
  726. .item-content {
  727. background: #22C572;
  728. width: 30px;
  729. height: 30px;
  730. border-radius: 50%;
  731. line-height: 30px;
  732. text-align: center;
  733. font-size: 12px;
  734. color: #fff;
  735. padding: 0 2px;
  736. margin: 0 auto;
  737. }
  738. .status {
  739. position: absolute;
  740. top: 0;
  741. right: 0;
  742. }
  743. }
  744. .row-line {
  745. width: 1px;
  746. height: 30px;
  747. background: #F2F2F2;
  748. margin: 10rpx 50rpx;
  749. }
  750. .audit {
  751. margin-top: 20rpx;
  752. }
  753. }
  754. .top_info {
  755. margin: 10rpx 0;
  756. width: 70%;
  757. text-align: right;
  758. }
  759. .img_dowload {
  760. width: 14%;
  761. color: #22C572;
  762. text-align: right;
  763. }
  764. </style>