nandufysq.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. <template>
  2. <zj-page-layout :hasFooter="true">
  3. <view class="all-container">
  4. <view class="info-container card mt30" v-if="orderDetail">
  5. <view class="common-title"><text>工单信息</text></view>
  6. <view>
  7. <view class="row">
  8. <view class="label">订单编号</view>
  9. <view class="value">{{ orderDetail.id }}</view>
  10. <view class="ctrl" @tap="$copy(orderDetail.id)">复制</view>
  11. </view>
  12. <view class="row">
  13. <view class="label">客户名称</view>
  14. <view class="value">{{ orderDetail.userName }}</view>
  15. </view>
  16. <view class="row">
  17. <view class="label">客户电话</view>
  18. <view class="value">{{ orderDetail.userMobile }}</view>
  19. </view>
  20. <view class="row">
  21. <view class="label">客户地址</view>
  22. <view class="value">
  23. {{ orderDetail.province || '' }}{{ orderDetail.city || '' }}{{ orderDetail.area || ''
  24. }}{{ orderDetail.street || '' }}{{ orderDetail.address || orderDetail.gpsAddress }}
  25. </view>
  26. </view>
  27. </view>
  28. </view>
  29. <!-- -->
  30. <!-- -->
  31. <!-- -->
  32. <!-- -->
  33. <!-- -->
  34. <view class="mt30 remark-container">
  35. <view class="common-title"
  36. ><text><text>*</text>申请理由</text></view
  37. >
  38. <u--textarea
  39. v-model="remarkVal"
  40. :disabled="!isBinji"
  41. placeholder="请输入备注内容"
  42. fixed
  43. border="none"
  44. height="120"
  45. ></u--textarea>
  46. </view>
  47. <!-- -->
  48. <!-- -->
  49. <!-- -->
  50. <!-- -->
  51. <!-- -->
  52. <view class="mt30 remark-container">
  53. <view class="common-title"
  54. ><text><text>*</text>问题描述</text></view
  55. >
  56. <u--textarea
  57. v-model="remarkVal2"
  58. :disabled="!isBinji"
  59. placeholder="请输入备注内容"
  60. fixed
  61. border="none"
  62. height="120"
  63. ></u--textarea>
  64. </view>
  65. <!-- -->
  66. <!-- -->
  67. <!-- -->
  68. <!-- -->
  69. <!-- -->
  70. <view class="mt30 image-container">
  71. <view class="common-title"
  72. ><text><text>*</text>环境照片(最多15张,可上传图片或视频)</text></view
  73. >
  74. <view class="images">
  75. <block v-for="(item, index) in imageList" :key="index">
  76. <view class="img">
  77. <image v-if="isImage(item.url)" :src="item.url" mode="aspectFill" @tap="prevImg(item.url)"></image>
  78. <image
  79. v-if="!isImage(item.url)"
  80. src="@/static/common/shipin.png"
  81. mode="aspectFill"
  82. @tap="prevVideo(item.url)"
  83. ></image>
  84. <text v-if="isBinji" class="iconfont icon-guanbi1" @tap="delImage(index)"></text>
  85. </view>
  86. </block>
  87. <view class="add" @tap="addImage" v-if="imageList.length < 15 && isBinji">
  88. <text class="iconfont icon-xiangji"></text>
  89. <text class="text">添加图片</text>
  90. </view>
  91. </view>
  92. </view>
  93. <!-- -->
  94. <!-- -->
  95. <!-- -->
  96. <!-- -->
  97. <!-- -->
  98. <view
  99. class="info-container card mt30"
  100. v-if="oldData && oldData.workerInvolveApplyItems && oldData.workerInvolveApplyItems.length"
  101. >
  102. <view class="common-title">
  103. <text>审核信息</text>
  104. <text style="color: orange">
  105. {{ returnText(oldData) }}
  106. </text>
  107. </view>
  108. <view>
  109. <view class="row">
  110. <view class="label">申请时间</view>
  111. <view class="value">{{ oldData.createTime }}</view>
  112. </view>
  113. <view class="row">
  114. <view class="label">审批费用</view>
  115. <view class="value">{{ oldData.maintenancePricePass || oldData.websitMaintenancePricePass }}</view>
  116. </view>
  117. <view class="row">
  118. <view class="label">审批时间</view>
  119. <view class="value">{{ oldData.auditTime || oldData.websitAuditTime }}</view>
  120. </view>
  121. <view class="row">
  122. <view class="label">审批备注</view>
  123. <view class="value">{{ oldData.remark || oldData.websitRemark }} </view>
  124. </view>
  125. </view>
  126. </view>
  127. </view>
  128. <template slot="footer">
  129. <view class="footer-btn-group" v-if="!oldData">
  130. <u-button text="提交" type="primary" size="large" @click="submitData"></u-button>
  131. </view>
  132. <view class="footer-btn-group" v-if="oldData && oldData.status == 2">
  133. <u-button text="重新申请" type="primary" size="large" @click="shenheapi"></u-button>
  134. </view>
  135. </template>
  136. <video
  137. v-if="videoUrl"
  138. :src="videoUrl"
  139. style="width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999999999999"
  140. ></video>
  141. <cover-image
  142. v-if="videoUrl"
  143. style="
  144. width: 120rpx;
  145. height: 120rpx;
  146. position: fixed;
  147. right: 10rpx;
  148. top: 10rpx;
  149. z-index: 9999999999999999;
  150. border-radius: 50%;
  151. "
  152. @click="videoUrl = ''"
  153. src="@/static/common/guanbi.png"
  154. ></cover-image>
  155. </zj-page-layout>
  156. </template>
  157. <script>
  158. import { uploadImgFull } from '@/common/utils/util.js'
  159. export default {
  160. components: {},
  161. data() {
  162. return {
  163. remarkVal: '',
  164. remarkVal2: '',
  165. imageList: [],
  166. orderDetail: null,
  167. canClickBtn: true,
  168. oldData: null,
  169. videoUrl: ''
  170. }
  171. },
  172. computed: {
  173. isBinji() {
  174. return !this.oldData || this.oldData?.status == 2
  175. }
  176. },
  177. async onLoad({ id, type }) {
  178. this.id = id
  179. this.getOrderDetail()
  180. this.$api
  181. .post('/workerApply/detail', {
  182. orderBaseId: this.id
  183. })
  184. .then(res => {
  185. if (res.data) {
  186. this.oldData = res.data
  187. this.remarkVal = res.data.reason
  188. this.remarkVal2 = res.data.problemDescription
  189. this.imageList = res.data?.image ? res.data.image.split(',').map(url => ({ url })) : []
  190. }
  191. })
  192. .catch(res => {})
  193. },
  194. methods: {
  195. returnText(data) {
  196. return { 1: '待网点审核', 2: '驳回重申', 3: '待中心审核', 4: '驳回禁止申诉', 5: '通过审核' }[data.status]
  197. },
  198. // 获取详情
  199. getOrderDetail() {
  200. return new Promise((resolve, reject) => {
  201. this.$api
  202. .post('/pg/order/base/detail', {
  203. orderBaseId: this.id
  204. })
  205. .then(res => {
  206. this.orderDetail = res.data
  207. resolve(1)
  208. })
  209. .catch(res => {
  210. reject(0)
  211. })
  212. })
  213. },
  214. // 添加图片
  215. async addImage() {
  216. uni.showActionSheet({
  217. title: '上传图片或视频',
  218. itemList: ['图片', '视频'],
  219. itemColor: '#000',
  220. success: e => {
  221. if (e.tapIndex === 0) {
  222. uni.chooseImage({
  223. count: 6 - this.imageList.length,
  224. success: res => {
  225. uni.showLoading()
  226. res.tempFilePaths.forEach(async item => {
  227. let data = await uploadImgFull(item)
  228. this.imageList.push(data)
  229. })
  230. uni.hideLoading()
  231. },
  232. fail: err => {}
  233. })
  234. } else if (e.tapIndex === 1) {
  235. uni.chooseVideo({
  236. compressed: true,
  237. sourceType: ['camera', 'album'],
  238. camera: 'back',
  239. maxDuration: 300,
  240. success: async res => {
  241. uni.showLoading()
  242. let data = await uploadImgFull(res.tempFilePath)
  243. this.imageList.push(data)
  244. uni.hideLoading()
  245. }
  246. })
  247. }
  248. },
  249. fail: e => {
  250. console.log(e)
  251. }
  252. })
  253. },
  254. isImage(ext) {
  255. return ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].includes(
  256. ext.substr(ext.lastIndexOf('.') + 1)
  257. )
  258. },
  259. // 删除图片
  260. delImage(index) {
  261. this.imageList.splice(index, 1)
  262. },
  263. //预览图片
  264. prevImg(current) {
  265. uni.previewImage({
  266. current,
  267. urls: this.imageList.map(item => {
  268. return item.url
  269. })
  270. })
  271. },
  272. prevVideo(current) {
  273. this.videoUrl = current
  274. },
  275. // 提交
  276. async submitData() {
  277. if (!this.canClickBtn) return this.$toast('请勿频繁操作')
  278. this.canClickBtn = false
  279. setTimeout(() => {
  280. this.canClickBtn = true
  281. }, 3000)
  282. var params = {
  283. orderBaseId: this.id
  284. }
  285. if (!this.remarkVal) {
  286. return this.$toast('请填写申请理由')
  287. } else {
  288. params.reason = this.remarkVal
  289. }
  290. if (!this.remarkVal2) {
  291. return this.$toast('请填写问题描述')
  292. } else {
  293. params.problemDescription = this.remarkVal2
  294. }
  295. if (!this.imageList.length) {
  296. return this.$toast('请上传环境照片')
  297. } else {
  298. params.image = this.imageList
  299. .map(item => {
  300. return item.url
  301. })
  302. .join(',')
  303. }
  304. this.$api
  305. .postJson('/workerApply/add', {
  306. ...params
  307. })
  308. .then(res => {
  309. this.canClickBtn = true
  310. this.submitSuccess()
  311. })
  312. },
  313. async shenheapi() {
  314. if (!this.canClickBtn) return this.$toast('请勿频繁操作')
  315. this.canClickBtn = false
  316. setTimeout(() => {
  317. this.canClickBtn = true
  318. }, 3000)
  319. var params = {
  320. id: this.oldData.id,
  321. orderBaseId: this.id
  322. }
  323. if (!this.remarkVal) {
  324. return this.$toast('请填写申请理由')
  325. } else {
  326. params.reason = this.remarkVal
  327. }
  328. if (!this.remarkVal2) {
  329. return this.$toast('请填写问题描述')
  330. } else {
  331. params.problemDescription = this.remarkVal2
  332. }
  333. if (!this.imageList.length) {
  334. return this.$toast('请上传环境照片')
  335. } else {
  336. params.image = this.imageList
  337. .map(item => {
  338. return item.url
  339. })
  340. .join(',')
  341. }
  342. this.$api
  343. .postJson('/workerApply/update', {
  344. ...params
  345. })
  346. .then(res => {
  347. this.canClickBtn = true
  348. this.submitSuccess()
  349. })
  350. },
  351. submitSuccess(tab = '') {
  352. this.$successToast('提交成功')
  353. setTimeout(() => {
  354. this.$navToPage(
  355. {
  356. delta: 1
  357. },
  358. 'navigateBack'
  359. )
  360. }, 500)
  361. }
  362. }
  363. }
  364. </script>
  365. <style lang="scss" scoped>
  366. .all-container {
  367. padding-bottom: 30rpx;
  368. }
  369. .common-title {
  370. font-size: 32rpx;
  371. font-weight: 600;
  372. padding: 30rpx 0;
  373. display: flex;
  374. justify-content: space-between;
  375. text {
  376. text {
  377. color: $minor-color;
  378. }
  379. }
  380. }
  381. .type-container {
  382. background: #ffffff;
  383. padding: 0 30rpx;
  384. .list {
  385. display: flex;
  386. flex-wrap: wrap;
  387. justify-content: space-between;
  388. .item {
  389. width: calc((100% - 30rpx) / 3);
  390. height: 80rpx;
  391. line-height: 80rpx;
  392. text-align: center;
  393. border-radius: 20rpx;
  394. background: #f4f5f9;
  395. margin-bottom: 30rpx;
  396. &.active {
  397. background: $theme-color;
  398. color: #ffffff;
  399. }
  400. }
  401. }
  402. }
  403. .date-conteiner {
  404. background: #ffffff;
  405. padding: 30rpx 30rpx;
  406. .item {
  407. display: flex;
  408. align-items: center;
  409. justify-content: space-between;
  410. height: 50rpx;
  411. .label {
  412. margin-right: 30rpx;
  413. text {
  414. color: $error-color;
  415. }
  416. }
  417. .picker {
  418. .placeholder {
  419. color: $sec-font;
  420. }
  421. .iconfont {
  422. margin-left: 12rpx;
  423. color: $sec-font;
  424. }
  425. }
  426. }
  427. }
  428. .over-container {
  429. background: #ffffff;
  430. padding: 10rpx 30rpx;
  431. .row {
  432. height: 100rpx;
  433. display: flex;
  434. align-items: center;
  435. justify-content: space-between;
  436. .label {
  437. font-size: 32rpx;
  438. font-weight: 600;
  439. display: flex;
  440. align-items: center;
  441. text {
  442. color: $minor-color;
  443. }
  444. ::v-deep .u-icon {
  445. margin-left: 8rpx;
  446. }
  447. }
  448. .btn {
  449. ::v-deep .u-button {
  450. height: 60rpx;
  451. }
  452. }
  453. }
  454. }
  455. .sign-container {
  456. background: #ffffff;
  457. padding: 0 30rpx 30rpx;
  458. .empty {
  459. height: 200rpx;
  460. background: #f4f5f9;
  461. display: flex;
  462. align-items: center;
  463. justify-content: center;
  464. border-radius: 12rpx;
  465. color: $sec-font;
  466. }
  467. .img {
  468. position: relative;
  469. image {
  470. width: 100%;
  471. height: 200rpx;
  472. }
  473. text {
  474. position: absolute;
  475. right: -10rpx;
  476. top: -10rpx;
  477. width: 40rpx;
  478. height: 40rpx;
  479. border-radius: 50%;
  480. background: #ff3f42;
  481. font-size: 24rpx;
  482. color: #ffffff;
  483. text-align: center;
  484. line-height: 40rpx;
  485. display: block;
  486. }
  487. }
  488. }
  489. .remark-container {
  490. padding: 1rpx 30rpx 30rpx;
  491. background: #ffffff;
  492. ::v-deep .u-textarea {
  493. background: #f4f5f9;
  494. }
  495. }
  496. .image-container {
  497. padding: 1rpx 30rpx 30rpx;
  498. background: #ffffff;
  499. .images {
  500. display: flex;
  501. flex-wrap: wrap;
  502. .add {
  503. display: flex;
  504. flex-direction: column;
  505. align-items: center;
  506. justify-content: center;
  507. width: 146rpx;
  508. height: 146rpx;
  509. border: 2rpx dashed #dadada;
  510. border-radius: 10rpx;
  511. margin-top: 20rpx;
  512. .iconfont {
  513. font-size: 48rpx;
  514. color: #999999;
  515. }
  516. .text {
  517. font-size: 24rpx;
  518. color: #999999;
  519. margin-top: 10rpx;
  520. }
  521. }
  522. .img {
  523. position: relative;
  524. margin-right: 20rpx;
  525. margin-top: 20rpx;
  526. &:nth-child(4n) {
  527. margin-right: 0;
  528. }
  529. image {
  530. width: 150rpx;
  531. height: 150rpx;
  532. border-radius: 10rpx;
  533. overflow: hidden;
  534. display: block;
  535. }
  536. text {
  537. position: absolute;
  538. right: -10rpx;
  539. top: -10rpx;
  540. width: 40rpx;
  541. height: 40rpx;
  542. border-radius: 50%;
  543. background: #ff3f42;
  544. font-size: 24rpx;
  545. color: #ffffff;
  546. text-align: center;
  547. line-height: 40rpx;
  548. display: block;
  549. }
  550. }
  551. }
  552. }
  553. .info-container {
  554. background: #ffffff;
  555. padding: 30rpx;
  556. .row {
  557. display: flex;
  558. margin-top: 20rpx;
  559. &:first-child {
  560. margin-top: 0;
  561. }
  562. .label {
  563. font-size: 28rpx;
  564. color: $sec-font;
  565. margin-right: 20rpx;
  566. flex-shrink: 0;
  567. }
  568. .value {
  569. font-size: 28rpx;
  570. }
  571. .ctrl {
  572. font-size: 28rpx;
  573. color: $theme-color;
  574. margin-left: 20rpx;
  575. }
  576. }
  577. }
  578. // .card {
  579. // @include zj-card;
  580. // }
  581. </style>