hcDetails.vue 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <template>
  2. <view class="details">
  3. <view class="search">
  4. <uni-icons type="bars" size="30" @click="returnList"></uni-icons>
  5. </view>
  6. <scroll-view class="top-menu-view" scroll-x="true">
  7. <view class="menu-topic-view" v-for="(item, key) in tabOptions" :key="key" @click="active=key">
  8. <view :class="active==key ? 'menu-topic-act' : 'menu-topic'">
  9. <text class="menu-topic-text">{{item}}</text>
  10. <view class="menu-topic-bottom">
  11. <view class="menu-topic-bottom-color"></view>
  12. </view>
  13. </view>
  14. </view>
  15. </scroll-view>
  16. <!-- <van-sticky :offset-top="-10">
  17. <van-tabs sticky v-model="active" class="tabs">
  18. <van-tab v-for="(item, key) in tabOptions" :key="key" :title="item">
  19. </van-tab>
  20. </van-tabs>
  21. </van-sticky> -->
  22. <view>
  23. <view class="hclist" v-if="active==0">
  24. <view class="menu-list">
  25. <view class="list-cell list-cell-arrow" v-for="(item, i) in jbxxs" :key="i">
  26. <view class="menu-item-box">
  27. <view>{{item.name}}</view>
  28. <view class="text-right">{{infoObj[item.prop]}}</view>
  29. </view>
  30. </view>
  31. </view>
  32. <!-- <van-cell v-for="(item, i) in jbxxs" :key="i" :title="item.name" :value="infoObj[item.prop]" /> -->
  33. </view>
  34. <view class="hclist" v-if="active==1">
  35. <scroll-view v-if="sheets.length" class="top-menu-view" scroll-x="true">
  36. <view class="menu-topic-view" v-for="ypitem in sheets" :key="ypitem.sheet"
  37. @click="ywyptab=ypitem.sheet">
  38. <view :class="ywyptab==ypitem.sheet ? 'menu-topic-act' : 'menu-topic'">
  39. <text class="menu-topic-text">{{ypitem.type}}</text>
  40. <view class="menu-topic-bottom">
  41. <view class="menu-topic-bottom-color"></view>
  42. </view>
  43. </view>
  44. </view>
  45. </scroll-view>
  46. <!-- <van-tabs sticky v-if="sheets.length" v-model="ywyptab">
  47. <van-tab v-for="ypitem in sheets" :key="ypitem.sheet" :title="ypitem.type" :name="ypitem.sheet">
  48. </van-tab>
  49. </van-tabs> -->
  50. <view class="swiper-item" v-for="ypitem in sheets" :key="ypitem.sheet">
  51. <view v-if="ywyptab==ypitem.sheet">
  52. <img :src="ypitem.photo" width="100%" />
  53. 压占{{ ypitem.type }}面积共{{ ypitem.mjj }}平方米
  54. <view class="list-cell">
  55. <uni-row>
  56. <uni-col :span="8" v-for="(item, i) in tdxzTable" :key="i">{{item.label}}</uni-col>
  57. </uni-row>
  58. </view>
  59. <view class="list-cell">
  60. <uni-row v-for="(row, index) in ypitem.data_list" :key="index">
  61. <uni-col :span="8" v-for="(item, i) in tdxzTable" :key="i">
  62. <div v-if="item.slot == 'ratio'">
  63. {{ ((row.yzmj / ypitem.yzmj) * 100).toFixed(2) }}%
  64. </div>
  65. <span v-else>{{ row[item.prop] }}</span>
  66. </uni-col>
  67. </uni-row>
  68. </view>
  69. </view>
  70. </view>
  71. </view>
  72. <view class="hclist" v-show="active==2">
  73. <view class="example-body">
  74. <uni-file-picker ref="upsgfjsRef" limit="9" title="最多选择9张图片" v-model="fileList.sgfjs"
  75. @select="e=>selectfile(e,'sgfjs')" @delete="e=>fileDelete(e,'sgfjs')"></uni-file-picker>
  76. </view>
  77. </view>
  78. <view class="hclist" v-show="active==3">
  79. <uni-forms ref="checkRef" :model="checkform" labelWidth="80px">
  80. <uni-forms-item label="实际地类" name="dlbm">
  81. <uni-data-select v-model="checkform.dlbm" :localdata="decList"></uni-data-select>
  82. </uni-forms-item>
  83. <uni-forms-item label="核查初判" name="decide">
  84. <uni-data-select v-model="checkform.decide" :localdata="hgxList"></uni-data-select>
  85. </uni-forms-item>
  86. <uni-forms-item label="其它材料" name="fjs">
  87. <uni-file-picker ref="upfjsRef" title="添加照片或文件" v-model="fileList.fjs"
  88. @select="e=>selectfile(e,'fjs')" @delete="e=>fileDelete(e,'fjs')"></uni-file-picker>
  89. </uni-forms-item>
  90. <uni-forms-item label="其它说明" name="notes" required>
  91. <uni-easyinput v-model="checkform.notes" type="textarea" placeholder="请输入其它说明" />
  92. </uni-forms-item>
  93. </uni-forms>
  94. </view>
  95. </view>
  96. <div class="btns">
  97. <button type="primary" size="mini" @click=" toggle">举证说明</button>
  98. <button type="primary" size="mini" :disabled=" !qrdis" @click="affirm(0)">确认</button>
  99. <button type="primary" size="mini" :disabled=" !qrdis" @click="affirm(1)">退回</button>
  100. <button type="primary" size="mini" @click="save">保存</button>
  101. <button type="primary" size="mini" :disabled=" !tjdis" @click="tj">提交</button>
  102. </div>
  103. <uni-popup ref="popup" background-color="#fff">
  104. <uni-popup-dialog type="info" title="举证说明" :content="nowobj.notes"></uni-popup-dialog>
  105. </uni-popup>
  106. </view>
  107. </template>
  108. <script>
  109. import {
  110. uploadFile
  111. } from '@/utils/choose.js'
  112. import {
  113. getDkjbxx,
  114. getDkjbywy,
  115. getStep,
  116. hcWork,
  117. getHcInfo,
  118. getdecTree,
  119. } from "@/api/dkjbxx.js";
  120. import {
  121. getdict
  122. } from "@/api/apis.js";
  123. import {
  124. jbxxs,
  125. tdxzTable,
  126. } from "../config";
  127. export default {
  128. name: "list",
  129. data() {
  130. return {
  131. nowobj: {},
  132. active: 0,
  133. tabOptions: ['基本信息', '业务研判', '实地拍照', '核查信息'],
  134. loading: false,
  135. steps: [],
  136. qrdis: false,
  137. tjdis: false,
  138. jbxxs: jbxxs,
  139. tdxzTable: tdxzTable,
  140. activeName: "jbxx",
  141. infoObj: {},
  142. activities: [],
  143. //业务研判
  144. ywyptab: "1",
  145. sheets: [],
  146. //上传拍照
  147. fileList: {},
  148. checkform: {},
  149. decList: [],
  150. hgxList: []
  151. };
  152. },
  153. mounted() {
  154. // this.getsteps()
  155. },
  156. methods: {
  157. handleClick(val) {
  158. this.nowobj = val
  159. this.getsteps();
  160. this.reset();
  161. this.getInfos(val);
  162. this.getdict()
  163. },
  164. getInfos(val) {
  165. let id = val.dkjdxxId
  166. getDkjbxx(id).then((res) => {
  167. this.infoObj = res.data;
  168. });
  169. getDkjbywy(id).then((res) => {
  170. if (res.data) {
  171. this.sheets = JSON.parse(res.data.sheetJson);
  172. this.ywyptab = this.sheets[0].sheet;
  173. }
  174. });
  175. getHcInfo({
  176. dkid: this.nowobj.dkjdxxId,
  177. auditflowStep: 'WYDC',
  178. auditflowId: this.nowobj.auditflowId,
  179. // fieldworkId: this.nowobj.id,
  180. }).then((res) => {
  181. if (res.data) {
  182. this.checkform = res.data[0]
  183. this.checkform.fjs.map(f =>
  184. _this.fileList.fjs.push({
  185. name: 'fjsimg',
  186. url: f.url
  187. })
  188. )
  189. this.checkform.sgfjs.map(f =>
  190. _this.fileList.sgfjs.push({
  191. name: 'sgfjsimg',
  192. url: f.url
  193. })
  194. )
  195. }
  196. });
  197. },
  198. getdict() {
  199. this.decList = [];
  200. this.hgxList = [];
  201. getdecTree({
  202. dictType: '3DDLBM'
  203. }).then((res) => {
  204. res.data.map(di => {
  205. this.decList.push({
  206. value: di.dictCode,
  207. text: di.dictLabel
  208. })
  209. })
  210. });
  211. getdict({
  212. dictType: 'hgx_decide'
  213. }).then((res) => {
  214. res.rows.map(di => {
  215. this.hgxList.push({
  216. value: di.dictCode,
  217. text: di.dictLabel
  218. })
  219. })
  220. });
  221. },
  222. returnList() {
  223. this.$emit('returnList')
  224. },
  225. getsteps() {
  226. this.steps = [];
  227. getStep({
  228. dkjdxxId: this.nowobj.dkjdxxId
  229. }).then((res) => {
  230. this.steps = res.data;
  231. this.qrdis = this.steps.find((x) => x.auditflowStep.includes('WYQR'))
  232. this.tjdis = this.steps.find((x) => x.auditflowStep.includes('TJ'))
  233. });
  234. },
  235. reset() {
  236. this.checkform = {
  237. fieldworkId: this.nowobj.id,
  238. dlbm: "",
  239. dlmc: "",
  240. decide: "",
  241. notes: "",
  242. auditflowStep: "WYDC",
  243. fjs: [],
  244. sdfjs: []
  245. }
  246. this.fileList = {
  247. fjs: [],
  248. sdfjs: []
  249. }
  250. },
  251. afterRead(files, detail) {
  252. // files.forEach(element => {
  253. // setTimeout(() => {
  254. // element.status = null;
  255. // }, 2000);
  256. // });
  257. },
  258. toggle() {
  259. this.$refs.popup.open('center')
  260. },
  261. affirm(confirmState) {
  262. uni.$globalData = this.nowobj
  263. this.$tab.navigateTo('/pages/index/common/affirm?confirmState=' + confirmState)
  264. },
  265. save() {
  266. let a = this.decList.find(d => d.value == this.checkform.dlbm)
  267. if (a) this.checkform.dlmc = a.text;
  268. this.$refs.checkRef.validate().then(res => {
  269. hcWork(this.checkform).then(response => {
  270. this.$modal.msgSuccess("保存成功")
  271. this.getsteps()
  272. })
  273. })
  274. },
  275. tj() {
  276. uni.$globalData = this.nowobj
  277. this.$tab.navigateTo('/pages/index/common/tjDialog')
  278. },
  279. selectfile(e, fname) {
  280. let _this = this
  281. e.tempFilePaths.map(item => {
  282. _this.fileList[fname].push({
  283. name: fname + 'img',
  284. url: item
  285. })
  286. uploadFile(item, (data) => {
  287. if (data) _this.checkform[fname].push(data);
  288. else _this.fileList[fname].pop()
  289. })
  290. })
  291. },
  292. fileDelete(e, fname) {
  293. let index = this.fileList[fname].findInex(f => f.url == e.tempFilePath)
  294. this.fileList[fname].splice(index, 1)
  295. this.checkform[fname].splice(index, 1);
  296. }
  297. },
  298. };
  299. </script>
  300. <style lang="scss">
  301. .details {
  302. width: 100%;
  303. .uni-icons {
  304. position: absolute;
  305. right: 20rpx;
  306. top: 70rpx;
  307. }
  308. // position: relative;
  309. .tabs {
  310. margin-bottom: 20rpx;
  311. }
  312. .hclist {
  313. height: 40vh;
  314. overflow-x: hidden;
  315. overflow-y: auto;
  316. background: #fff;
  317. padding: 10rpx;
  318. }
  319. .btns {
  320. width: 100%;
  321. position: absolute;
  322. bottom: 20rpx;
  323. display: flex;
  324. }
  325. }
  326. </style>
  327. <style scoped lang="scss">
  328. @import "./tabs.scss";
  329. .menu-list {
  330. margin: 0;
  331. }
  332. .custom-image-box {
  333. /* #ifndef APP-NVUE */
  334. display: flex;
  335. /* #endif */
  336. flex-direction: row;
  337. justify-content: space-between;
  338. align-items: center;
  339. }
  340. </style>