Issueandreceipt_task_details.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. <template>
  2. <view class="warp">
  3. <view class="topInfo" v-if='retreatList.inOutType!="退库"'>
  4. <view class="topInfo-item">
  5. <view class="flex info">
  6. <view class="logo">
  7. <image src="../../../static/img/reject.png" mode=""
  8. v-if="OutList.taskStatus == '已驳回'||EnterList.taskStatus == '已驳回'" style="height: 40rpx;">
  9. </image><!-- 驳回 -->
  10. <image src="../../../static/img/tongguo.png" mode=""
  11. v-else-if="OutList.taskStatus == '已通过'||EnterList.taskStatus == '已通过'||OutList.taskStatus == '执行中'"
  12. style="height: 40rpx;"></image><!-- 通过 -->
  13. <image src="../../../static/img/daishenhe.png" mode=""
  14. v-else-if="OutList.taskStatus == '审核中'||OutList.taskStatus == '待审核'||EnterList.taskStatus == '待审核'"
  15. style="height: 40rpx;"></image><!-- 待审核 -->
  16. </view>
  17. <view class="infoText" v-if="OutList.taskStatus">
  18. {{OutList.approveStatus?OutList.approveStatus:OutList.taskStatus}}
  19. </view>
  20. <view class="infoText" v-else>
  21. {{EnterList.approveStatus?EnterList.approveStatus:EnterList.taskStatus}}
  22. </view>
  23. </view>
  24. <view class="infoData" v-if="OutList.updateDate">{{OutList.updateDate}}</view>
  25. <view class="infoData" v-else>{{EnterList.updateDate}}</view>
  26. </view>
  27. </view>
  28. <view class="content1">
  29. <u-form :model="OutList" ref="uForm">
  30. <u-form-item label="任务类型" prop="inOutType" label-width="140" class="uForm_item">
  31. <u-input v-model="OutList.inOutType" input-align="right" disabled v-if="OutList.inOutType" />
  32. <u-input v-model="retreatList.inOutType" input-align="right" disabled
  33. v-else-if="retreatList.inOutType" />
  34. <u-input v-model="EnterList.inOutType" input-align="right" disabled v-else />
  35. </u-form-item>
  36. <view v-if="retreatList.judge == 3 && retreatList">
  37. <!-- 退库 -->
  38. <view class="uForm_item">
  39. <view class="title part2">{{retreatList.inOutType}}</view>
  40. <view class='row'>
  41. <view class="left">编号</view>
  42. <text selectable="true" class="right">退库({{retreatList.inOutTaskNo}})</text>
  43. </view>
  44. <view class='row'>
  45. <view class="left">仓库</view>
  46. <view class="right">{{retreatList.warehouseName}}</view>
  47. </view>
  48. <view class='row'>
  49. <view class="left">出库类型</view>
  50. <view class="right">{{retreatList.inOutType}}</view>
  51. </view>
  52. <view class='row' v-if="retreatList.inOutType == '移库出库'">
  53. <view class="left" style="width: 180rpx;">移库任务编号</view>
  54. <text selectable="true" class="right">{{retreatList.moveTaskNo}}</text>
  55. </view>
  56. <view class='row' v-if="retreatList.inOutType != '移库出库'">
  57. <view class="left">合同编号</view>
  58. <text selectable="true" class="right">退库({{retreatList.contractNo}}}</text>
  59. </view>
  60. <view class='row'>
  61. <view class="left">货名</view>
  62. <view class="right">{{retreatList.goodsName}}</view>
  63. </view>
  64. <view class='row'>
  65. <view class="left">重量(吨)</view>
  66. <view class="right">{{retreatList.weight}}</view>
  67. </view>
  68. <view class='row'>
  69. <view class="left">预计出库日期</view>
  70. <view class="right">{{retreatList.predictDate}}</view>
  71. </view>
  72. <!-- <view class='row'>
  73. <view class="left">预估运费(元/吨)</view>
  74. <view class="right">{{retreatList.estimatedFreight}}</view>
  75. </view> -->
  76. <view class='row'>
  77. <view class="left">收货人</view>
  78. <view class="right">{{retreatList.agent}}</view>
  79. </view>
  80. </view>
  81. <view class="uForm_item">
  82. <u-form-item label="品级" prop="grade" label-width="150" disabled>
  83. <u-input v-model="retreatList.grade" input-align="right" placeholder="" @click='show=true'
  84. disabled />
  85. </u-picker>
  86. </u-form-item>
  87. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190">
  88. <u-input v-model="retreatList.bulkDensity" input-align="right" placeholder="" disabled />
  89. </u-form-item>
  90. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160">
  91. <u-input v-model="retreatList.waterContent" input-align="right" placeholder="" disabled />
  92. </u-form-item>
  93. <u-form-item label="业务描述" prop="businessDescribe" label-width="160" label-position="top">
  94. <u-input v-model="retreatList.businessDescribe" input-align="left" placeholder="请输入业务描述"
  95. type="textarea" class="textarea" maxlength="150" disabled />
  96. </u-form-item>
  97. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160">
  98. <u-input v-model="retreatList.unitPrice" input-align="right" placeholder="" disabled />
  99. </u-form-item>
  100. </view>
  101. </view>
  102. <view v-if="OutList.judge == 1">
  103. <view class="uForm_item">
  104. <!-- 出库 -->
  105. <view class="title part2">{{OutList.inOutType}}</view>
  106. <view class='row'>
  107. <view class="left">编号</view>
  108. <text selectable="true" class="right">出库({{OutList.inOutTaskNo}})</text>
  109. </view>
  110. <view class='row'>
  111. <view class="left">仓库</view>
  112. <view class="right">{{OutList.warehouseName}}</view>
  113. </view>
  114. <view class='row'>
  115. <view class="left">出库类型</view>
  116. <view class="right">{{OutList.inOutType}}</view>
  117. </view>
  118. <view class='row' v-if="OutList.inOutType == '移库出库'">
  119. <view class="left" style="width: 180rpx;">移库任务编号</view>
  120. <text selectable="true" class="right">{{OutList.moveTaskNo}}</text>
  121. </view>
  122. <view class='row' v-if="OutList.inOutType != '移库出库'">
  123. <view class="left">合同编号</view>
  124. <text selectable="true" class="right">{{OutList.contractNo}}</text>
  125. </view>
  126. <view class='row'>
  127. <view class="left">货名</view>
  128. <view class="right">{{OutList.goodsName}}</view>
  129. </view>
  130. <view class='row'>
  131. <view class="left">重量(吨)</view>
  132. <view class="right">{{OutList.weight}}</view>
  133. </view>
  134. <view class='row'>
  135. <view class="left">预计出库日期</view>
  136. <view class="right">{{OutList.predictDate}}</view>
  137. </view>
  138. <!-- <view class='row'>
  139. <view class="left">预估运费(元/吨)</view>
  140. <view class="right">{{OutList.estimatedFreight}}</view>
  141. </view> -->
  142. <view class='row'>
  143. <view class="left">发货人</view>
  144. <view class="right">{{OutList.agent}}</view>
  145. </view>
  146. </view>
  147. <view class="uForm_item">
  148. <u-form-item label="品级" prop="grade" label-width="150" v-if="retreatList.inOutType != '退库'">
  149. <u-input v-model="OutList.grade" input-align="right" placeholder="" disabled />
  150. </u-form-item>
  151. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190"
  152. v-if="retreatList.inOutType != '退库'">
  153. <u-input v-model="OutList.bulkDensity" input-align="right" placeholder="" disabled />
  154. </u-form-item>
  155. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160"
  156. v-if="retreatList.inOutType != '退库'">
  157. <u-input v-model="OutList.waterContent" input-align="right" placeholder="" disabled />
  158. </u-form-item>
  159. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160"
  160. v-if="retreatList.inOutType != '退库'">
  161. <u-input v-model="OutList.unitPrice" input-align="right" placeholder="" disabled />
  162. </u-form-item>
  163. <u-form-item label="业务描述" prop="businessDescribe" label-width="160" label-position="top"
  164. v-if="OutList.inOutType != '移库出库'">
  165. <u-input v-model="OutList.businessDescribe" input-align="left" placeholder="请输入业务描述"
  166. type="textarea" class="textarea" maxlength="150" disabled />
  167. </u-form-item>
  168. <u-form-item v-if="retreatList.inOutType!='退库'" label="仓位号(选填)" prop="binNumber"
  169. label-width="170">
  170. <u-input v-model="OutList.binNumber" input-align="right" placeholder="未指定" disabled />
  171. </u-form-item>
  172. </view>
  173. </view>
  174. <view v-if="EnterList.judge == 2 && EnterList">
  175. <view class="uForm_item">
  176. <!-- 入库 -->
  177. <view class="title part2">{{EnterList.inOutType}}</view>
  178. <view class='row'>
  179. <view class="left">编号</view>
  180. <text selectable="true" class="right">入库({{EnterList.inOutTaskNo}})</text>
  181. </view>
  182. <view class='row'>
  183. <view class="left">仓库</view>
  184. <view class="right">{{EnterList.warehouseName}}</view>
  185. </view>
  186. <view class='row'>
  187. <view class="left">入库类型</view>
  188. <view class="right">{{EnterList.inOutType}}</view>
  189. </view>
  190. <view class='row' v-if="EnterList.inOutType == '移库入库'">
  191. <view class="left" style="width: 180rpx;">移库任务编号</view>
  192. <text selectable="true" class="right">{{EnterList.moveTaskNo}}</text>
  193. </view>
  194. <view class='row' v-if="EnterList.inOutType != '移库入库'">
  195. <view class="left">合同编号</view>
  196. <text selectable="true" class="right">{{EnterList.contractNo}}</text>
  197. </view>
  198. <view class='row'>
  199. <view class="left">货名</view>
  200. <view class="right">{{EnterList.goodsName}}</view>
  201. </view>
  202. <view class='row'>
  203. <view class="left">重量(吨)</view>
  204. <view class="right">{{EnterList.weight}}</view>
  205. </view>
  206. <view class='row'>
  207. <view class="left">预计入库日期</view>
  208. <view class="right">{{EnterList.predictDate}}</view>
  209. </view>
  210. <!-- <view class='row'>
  211. <view class="left">预估运费(元/吨)</view>
  212. <view class="right">{{EnterList.estimatedFreight}}</view>
  213. </view> -->
  214. <view class='row'>
  215. <view class="left">收货人</view>
  216. <view class="right">{{EnterList.agent}}</view>
  217. </view>
  218. </view>
  219. <view class="uForm_item">
  220. <u-form-item label="品级" prop="grade" label-width="150" v-if="EnterList.inOutType != '移库入库' ">
  221. <u-input v-model="EnterList.grade" input-align="right" placeholder="请选择品级"
  222. @click='show=true' disabled />
  223. </u-picker>
  224. </u-form-item>
  225. <u-form-item label="容重(克/升)>=" prop="bulkDensity" label-width="190"
  226. v-if="EnterList.inOutType != '移库入库'">
  227. <u-input v-model="EnterList.bulkDensity" input-align="right" placeholder="请输入容重占比"
  228. disabled />
  229. </u-form-item>
  230. <u-form-item label="水分(%)<=" prop="waterContent" label-width="160"
  231. v-if="EnterList.inOutType != '移库入库'">
  232. <u-input v-model="EnterList.waterContent" input-align="right" placeholder="请输入水分占比"
  233. disabled />
  234. </u-form-item>
  235. <u-form-item label="单价(元/吨)" prop="unitPrice" label-width="160"
  236. v-if="EnterList.inOutType != '移库入库'">
  237. <u-input v-model="EnterList.unitPrice" input-align="right" placeholder="请输入单价" disabled />
  238. </u-form-item>
  239. <u-form-item label="业务描述" prop="businessDescribe" label-width="160" label-position="top">
  240. <u-input v-model="EnterList.businessDescribe" input-align="left" placeholder="请输入业务描述"
  241. type="textarea" class="textarea" maxlength="150" disabled />
  242. </u-form-item>
  243. <u-form-item v-if="OutList.inOutType!='退库'" label="仓位号(选填)" prop="binNumber" label-width="170">
  244. <u-input v-model="EnterList.binNumber" input-align="right" placeholder="未指定" disabled />
  245. </u-form-item>
  246. </view>
  247. </view>
  248. <view class="uForm_item" v-if="OutList.taskTypeKey == 3 && !EnterList.judge">
  249. <view class="deleteText">移库入库(已删除)</view>
  250. </view>
  251. <flow :auditList="auditList" @status='getStatus'></flow>
  252. </u-form>
  253. </view>
  254. <view style='padding:10px;' class='flex bottom-btn'>
  255. <u-button @click='fanHui' type="success" class="btn1" hover-class='none'>返回</u-button>
  256. </view>
  257. </view>
  258. </template>
  259. <script>
  260. import flow from '@/components/flow.vue';
  261. import {
  262. mapState
  263. } from 'vuex';
  264. export default {
  265. components: {
  266. flow
  267. },
  268. data() {
  269. return {
  270. id: "",
  271. OutList: {}, //出
  272. EnterList: {}, //入
  273. retreatList: {}, //退
  274. type: '移库',
  275. show: false,
  276. show1: false,
  277. border: false,
  278. auditList: [],
  279. list: {},
  280. rejectInfo: "", //驳回原因
  281. pjList: [{
  282. type: '一等品'
  283. },
  284. {
  285. type: '二等品'
  286. },
  287. {
  288. type: '三等品'
  289. },
  290. {
  291. type: '等外'
  292. }
  293. ],
  294. }
  295. },
  296. // onReady() {
  297. // this.$refs.uForm.setRules(this.rules);
  298. // },
  299. onLoad(options) {
  300. this.id = options.id
  301. this.getList()
  302. },
  303. computed: {
  304. ...mapState(['hasLogin', 'userInfo']),
  305. },
  306. methods: {
  307. getStatus(val) {
  308. if (val == 200) this.getList()
  309. },
  310. openDocument(src) {
  311. uni.downloadFile({
  312. url: src,
  313. success: function(res) {
  314. var filePath = res.tempFilePath;
  315. uni.openDocument({
  316. filePath: filePath,
  317. showMenu: true,
  318. success: function(res) {
  319. console.log('打开文档成功');
  320. }
  321. });
  322. }
  323. });
  324. },
  325. showcontent(item) {
  326. item.showflow = !item.showflow
  327. },
  328. getList() {
  329. var that = this
  330. uni.showLoading({
  331. title: '加载中',
  332. mask: true
  333. })
  334. this.$api.doRequest('get', '/inOutWarehouseTask/getTask', {
  335. id: this.id
  336. }).then(res => {
  337. if (res.data.code == 200) {
  338. this.list = res.data.data
  339. this.$api.doRequest('get', '/inOutWarehouseTask/getInOutWarehouseTask', {
  340. relevanceId: res.data.data.relevanceId
  341. }).then(res => {
  342. if (res.data.code == 200) {
  343. for (let i = 0; i < res.data.data.length; i++) {
  344. if (res.data.data[i].inOutType == "移库出库" || res.data.data[i]
  345. .inOutType == "贸易服务出库" || res.data.data[i].inOutType == "销售出库" ||
  346. res.data.data[i].inOutType == "暂存出库") {
  347. this.OutList = res.data.data[i]
  348. this.OutList.judge = 1
  349. } else if (res.data.data[i].inOutType == "移库入库" || res.data.data[i]
  350. .inOutType == "暂存入库" || res
  351. .data.data[i].inOutType == "采购入库" || res.data.data[i].inOutType ==
  352. "贸易服务入库" || res.data.data[i].inOutType ==
  353. "收购入库") {
  354. this.EnterList = res.data.data[i]
  355. this.EnterList.judge = 2
  356. } else if (res.data.data[i].inOutType == "退库") {
  357. this.retreatList = res.data.data[i]
  358. this.retreatList.judge = 3
  359. }
  360. }
  361. }
  362. //审核流程
  363. this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
  364. businessCode: 'INOUTTASK-TASK-APPROVE',
  365. tmpCompId: uni.getStorageSync('pcUserInfo').compId
  366. }).then(res1 => {
  367. this.$api.doRequest('get', '/commonUser/getHis', {
  368. workflowId: res1.data.data[0].id,
  369. businessKey: this.id,
  370. branch: that.list.jointVentureParties=='厦门建发物产有限公司'||that.list.jointVentureParties=='李德绅'||that.list.jointVentureParties=='洮南市鸿胜粮贸有限公司' ? that.list
  371. .jointVentureParties : 'zt'
  372. }).then(response => {
  373. uni.hideLoading()
  374. for (let i = 0; i < response.data.data.length; i++) {
  375. this.$set(response.data.data[i], 'status',
  376. 'question')
  377. console.log(response.data.data[i]
  378. .workflowHistoricTasks, i)
  379. if (response.data.data[i].commonStaffs) {
  380. response.data.data[i].showflow = false
  381. response.data.data[i].operatorTitle = response
  382. .data.data[i].desc.substring(0, 2)
  383. response.data.data[i].operatorName = response
  384. .data.data[i].desc
  385. response.data.data[i].staffscontent = '共' +
  386. response.data.data[i].commonStaffs.length +
  387. '人,当前审核' + response.data.data[i]
  388. .workflowHistoricTasks.length + '人'
  389. if (response.data.data[i]
  390. .workflowHistoricTasks && response.data
  391. .data[i].workflowHistoricTasks.length > 0
  392. ) {
  393. if (response.data.data[i]
  394. .workflowHistoricTasks.length !=
  395. response.data.data[i].commonStaffs
  396. .length) {
  397. // response.data.data[i].status='question'
  398. this.$set(response.data.data[i],
  399. 'status', 'question')
  400. } else {
  401. this.$set(response.data.data[i],
  402. 'status', 'success')
  403. // response.data.data[i].status='success'
  404. }
  405. response.data.data[i].workflowlen =
  406. response.data.data[i]
  407. .workflowHistoricTasks.length
  408. var workflowdata = response.data.data[i]
  409. .workflowHistoricTasks
  410. var staffsdata = response.data.data[i]
  411. .commonStaffs
  412. for (let q = 0; q < staffsdata
  413. .length; q++) {
  414. staffsdata[q].status = false
  415. staffsdata[q].staffTitle = staffsdata[
  416. q].staffName
  417. for (let k = 0; k < workflowdata
  418. .length; k++) {
  419. if (staffsdata[q].staffId ==
  420. workflowdata[k].operatorId) {
  421. staffsdata[q].status = true
  422. }
  423. }
  424. }
  425. }
  426. response.data.data[i].commonStaffs1 = response
  427. .data.data[i].commonStaffs
  428. } else {
  429. if (response.data.data[i]
  430. .workflowHistoricTasks && response.data
  431. .data[i].workflowHistoricTasks.length > 0
  432. ) {
  433. var len = response.data.data[i]
  434. .workflowHistoricTasks.length - 1
  435. if (response.data.data[i]
  436. .workflowHistoricTasks[len].approved) {
  437. this.$set(response.data.data[i],
  438. 'status', 'success')
  439. } else {
  440. this.$set(response.data.data[i],
  441. 'status', 'error')
  442. }
  443. response.data.data[i].operatorTitle =
  444. response.data.data[i]
  445. .workflowHistoricTasks[len]
  446. .operatorName.substring(response.data
  447. .data[i].workflowHistoricTasks[0]
  448. .operatorName.length - 2)
  449. response.data.data[i].operatorName =
  450. response.data.data[i]
  451. .workflowHistoricTasks[len]
  452. .operatorName
  453. var time = new Date(response.data.data[i]
  454. .workflowHistoricTasks[len]
  455. .claimTime).getTime()
  456. response.data.data[i].updateDate = this.$u
  457. .timeFormat(time, 'mm.dd hh:MM')
  458. if (response.data.data[i]
  459. .workflowHistoricTasks[len]
  460. .auditMind &&
  461. response.data.data[i]
  462. .workflowHistoricTasks[len].auditMind
  463. .indexOf("##") != -1) {
  464. response.data.data[i].auditMind =
  465. response.data.data[i]
  466. .workflowHistoricTasks[len]
  467. .auditMind.split("##")[0]
  468. response.data.data[i].fileUrl =
  469. response.data.data[i]
  470. .workflowHistoricTasks[len]
  471. .auditMind.split("##")[1].split(
  472. ",")
  473. }
  474. // response.data.data[i].auditMind=response.data.data[i].workflowHistoricTasks[len].auditMind
  475. } else {
  476. this.$set(response.data.data[i], 'status',
  477. 'question')
  478. // response.data.data[i].status='question'
  479. if (response.data.data[i].desc ==
  480. '总经理助理审核') {
  481. response.data.data[i].operatorTitle =
  482. '总助'
  483. } else if (response.data.data[i].desc ==
  484. '杜大光审核') {
  485. response.data.data[i].operatorTitle =
  486. '大光'
  487. } else {
  488. response.data.data[i].operatorTitle =
  489. response.data.data[i].desc
  490. .substring(0, 2)
  491. }
  492. response.data.data[i].operatorName =
  493. response.data.data[i].desc
  494. var time1 = new Date(response.data.data[i]
  495. .updateDate).getTime()
  496. response.data.data[i].updateDate = this.$u
  497. .timeFormat(time1, 'mm.dd hh:MM')
  498. response.data.data[i].auditMind = ''
  499. }
  500. }
  501. }
  502. console.log(response.data.data)
  503. this.auditList = response.data.data
  504. var time2 = new Date(this.list.createDate).getTime()
  505. var time3 = this.$u.timeFormat(time2, 'mm.dd hh:MM')
  506. this.auditList.unshift({
  507. operatorTitle: this.list.creater.substring(
  508. 0, 2),
  509. operatorName: this.list.creater,
  510. updateDate: time3,
  511. auditMind: '',
  512. desc: '发起申请',
  513. showflow: false,
  514. commonStaffs1: null,
  515. commonStaffs: null,
  516. workflowHistoricTasks: [],
  517. status: 'success'
  518. })
  519. })
  520. })
  521. })
  522. }
  523. })
  524. },
  525. // pjPicker(e) {
  526. // this.OutList.grade = this.pjList[e[0]].type
  527. // this.OutList.gradeKey = e[0] + 1
  528. // },
  529. // pjPicker1(e) {
  530. // this.EnterList.grade = this.pjList[e[0]].type
  531. // this.EnterList.gradeKey = e[0] + 1
  532. // },
  533. fanHui() {
  534. uni.navigateBack()
  535. }
  536. }
  537. }
  538. </script>
  539. <style scoped lang="scss">
  540. .content1 {
  541. margin: 10rpx;
  542. padding-bottom: 120rpx;
  543. .title {
  544. height: 70rpx;
  545. line-height: 60rpx;
  546. font-size: 32rpx;
  547. font-weight: 600;
  548. color: #333333;
  549. border-bottom: 2rpx solid #EEEEEE;
  550. }
  551. }
  552. .uForm {
  553. padding: 0 40rpx;
  554. }
  555. .u-form-item {
  556. padding: 0;
  557. }
  558. .bottom-btn {
  559. width: 100%;
  560. position: fixed;
  561. bottom: 0;
  562. display: flex;
  563. z-index: 2;
  564. left: 0;
  565. background-color: #f8f8f8;
  566. flex-direction: column;
  567. .btn1,
  568. .btn2 {
  569. width: 100%;
  570. margin-bottom: 26rpx;
  571. border-radius: 90rpx;
  572. }
  573. .btn1 {
  574. background: white;
  575. color: #00C265;
  576. }
  577. }
  578. .submit {
  579. width: 50%;
  580. background: #22C572;
  581. border-radius: 10rpx;
  582. }
  583. .part2 {
  584. margin-top: 20rpx;
  585. }
  586. .textarea {
  587. border: 1px solid #ccc;
  588. border-radius: 10rpx;
  589. background-color: #F9F9FA;
  590. height: 100px;
  591. }
  592. .row {
  593. display: flex;
  594. justify-content: space-between;
  595. // border-bottom: 1px solid #EEEEEE;
  596. padding: 21rpx 0;
  597. .right,
  598. input {
  599. font-size: 28rpx;
  600. color: #333333;
  601. }
  602. }
  603. //弹出框
  604. // .popup {
  605. // padding: 30rpx;
  606. // border-radius: 20rpx;
  607. // }
  608. .rejectInfoCss {
  609. border: 1px solid #ccc;
  610. border-radius: 10rpx;
  611. background-color: #F9F9FA;
  612. height: 100px;
  613. margin: 30rpx;
  614. }
  615. .uForm_item {
  616. padding: 20rpx;
  617. background-color: #FFFFFF;
  618. margin: 20rpx;
  619. border-radius: 20rpx;
  620. }
  621. .rejectText {
  622. text-align: center;
  623. }
  624. .topInfo {
  625. height: 210rpx;
  626. background: linear-gradient(270deg, #22C572 0%, #34DE8A 100%);
  627. padding: 30rpx;
  628. .topInfo-item {
  629. height: 150rpx;
  630. background-color: #FFFFFF;
  631. border-radius: 20rpx;
  632. padding: 40rpx;
  633. .logo {
  634. width: 40rpx;
  635. height: 40rpx;
  636. margin-top: 8rpx;
  637. }
  638. .infoText {
  639. font-size: 36rpx;
  640. font-weight: 600;
  641. margin-left: 20rpx;
  642. }
  643. .infoData {
  644. color: #878C9C;
  645. font-size: 26rpx;
  646. margin-top: 10rpx;
  647. }
  648. }
  649. }
  650. .deleteText {
  651. text-align: center;
  652. color: #AFB3BF;
  653. }
  654. .content2 {
  655. background: white;
  656. margin: 20rpx 0;
  657. border-radius: 20rpx;
  658. padding: 20rpx;
  659. .row {
  660. display: flex;
  661. .left {
  662. display: flex;
  663. align-items: center;
  664. .item1 {
  665. position: relative;
  666. .item-content {
  667. background: #617AE0;
  668. width: 44px;
  669. height: 44px;
  670. border-radius: 22px;
  671. line-height: 44px;
  672. text-align: center;
  673. font-size: 15px;
  674. color: #fff;
  675. }
  676. .status {
  677. position: absolute;
  678. border-radius: 50%;
  679. padding: 0px 2px;
  680. right: -3px;
  681. bottom: -3px;
  682. background: #fff;
  683. }
  684. .status.success {
  685. border: 1px solid rgb(60, 156, 255);
  686. }
  687. .status.error {
  688. border: 1px solid rgb(245, 108, 108);
  689. }
  690. .status.question {
  691. border: 1px solid #f9ae3d;
  692. }
  693. }
  694. }
  695. .right {
  696. width: 80%;
  697. // color: #B0B1B5;
  698. margin-top: 10px;
  699. .right-content {
  700. background: #F2F3F7;
  701. margin-left: 10px;
  702. margin-top: 10px;
  703. padding: 10px;
  704. border-radius: 5px;
  705. color: #B0B1B5;
  706. }
  707. .right-item {
  708. display: flex;
  709. justify-content: space-between;
  710. .time {
  711. color: #999;
  712. }
  713. .item2 {
  714. margin-left: 20rpx;
  715. margin-top: -7px;
  716. .name {
  717. font-size: 28rpx;
  718. font-weight: 800;
  719. margin-bottom: 4px;
  720. }
  721. .status.success {
  722. color: #6CC48C;
  723. }
  724. .status.error {
  725. color: rgb(245, 108, 108);
  726. }
  727. .status.question {
  728. color: #f9ae3d;
  729. }
  730. }
  731. }
  732. .audit_img {
  733. flex-wrap: wrap;
  734. .url_css {
  735. // border: 1px solid #999999;
  736. border-radius: 10px;
  737. margin-top: 10px;
  738. margin-right: 10px;
  739. .url_img {
  740. width: 66px;
  741. height: 66px;
  742. border-radius: 10px;
  743. }
  744. }
  745. }
  746. }
  747. }
  748. .row2 {
  749. display: flex;
  750. .item-content {
  751. background: #22C572;
  752. width: 30px;
  753. height: 30px;
  754. border-radius: 50%;
  755. line-height: 30px;
  756. text-align: center;
  757. font-size: 12px;
  758. color: #fff;
  759. padding: 0 2px;
  760. margin: 0 auto;
  761. }
  762. .status {
  763. position: absolute;
  764. top: 0;
  765. right: 0;
  766. }
  767. }
  768. .row-line {
  769. width: 1px;
  770. height: 30px;
  771. background: #F2F2F2;
  772. margin: 10rpx 50rpx;
  773. }
  774. .audit {
  775. margin-top: 20rpx;
  776. }
  777. }
  778. </style>