warehouse_warrant.vue 25 KB

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