Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
13 changed files
with
447 additions
and
45 deletions
.npmrc
0 → 100644
1 | @union:registry=http://core.pashanhoo.com:8932/repository/npm-hosted/ | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
11 | "@antv/g2": "^4.2.8", | 11 | "@antv/g2": "^4.2.8", |
12 | "@babel/polyfill": "^7.12.1", | 12 | "@babel/polyfill": "^7.12.1", |
13 | "@riophae/vue-treeselect": "^0.4.0", | 13 | "@riophae/vue-treeselect": "^0.4.0", |
14 | "@union/gis-sdk": "^1.1.0", | ||
14 | "axios": "^0.21.1", | 15 | "axios": "^0.21.1", |
15 | "bpmn-js": "^7.4.0", | 16 | "bpmn-js": "^7.4.0", |
16 | "bpmn-js-properties-panel": "^0.37.2", | 17 | "bpmn-js-properties-panel": "^0.37.2", | ... | ... |
src/api/json/layer.json
0 → 100644
1 | [ | ||
2 | { | ||
3 | "label":"不动产", | ||
4 | "id":"1-1", | ||
5 | "alpha":100, | ||
6 | "children":[ | ||
7 | { | ||
8 | "label":"行政区划", | ||
9 | "id": "XZQH", | ||
10 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/XZQH/MapServer", | ||
11 | "alpha":100, | ||
12 | "children":[ | ||
13 | { | ||
14 | "label":"行政区", | ||
15 | "id": "XZQH_0", | ||
16 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/XZQH/MapServer", | ||
17 | "alpha":100 | ||
18 | }, | ||
19 | { | ||
20 | "label":"行政区界限", | ||
21 | "id": "XZQH_1", | ||
22 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/XZQH/MapServer", | ||
23 | "alpha":100 | ||
24 | } | ||
25 | ] | ||
26 | }, | ||
27 | { | ||
28 | "label":"地籍分区", | ||
29 | "id": "DJFQ", | ||
30 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/DJFQ/MapServer", | ||
31 | "alpha":100, | ||
32 | "children":[ | ||
33 | { | ||
34 | "label":"地籍区", | ||
35 | "id": "DJFQ_0", | ||
36 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/DJFQ/MapServer", | ||
37 | "alpha":100 | ||
38 | }, | ||
39 | { | ||
40 | "label":"地籍子区", | ||
41 | "id": "DJFQ_1", | ||
42 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/DJFQ/MapServer", | ||
43 | "alpha":100 | ||
44 | } | ||
45 | ] | ||
46 | }, | ||
47 | { | ||
48 | "label":"不动产单元", | ||
49 | "id": "bdcDY", | ||
50 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
51 | "alpha":100, | ||
52 | "children":[ | ||
53 | { | ||
54 | "label":"界址点", | ||
55 | "id": "bdcDY_0", | ||
56 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
57 | "alpha":100 | ||
58 | }, | ||
59 | { | ||
60 | "label":"界址线", | ||
61 | "id": "bdcDY_1", | ||
62 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
63 | "alpha":100 | ||
64 | }, | ||
65 | { | ||
66 | "label":"林权", | ||
67 | "id": "bdcDY_2", | ||
68 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
69 | "alpha":100 | ||
70 | }, | ||
71 | { | ||
72 | "label":"自然幢", | ||
73 | "id": "ZRZ", | ||
74 | "name": "zrz", | ||
75 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
76 | "alpha":100 | ||
77 | }, | ||
78 | { | ||
79 | "label":"构筑物", | ||
80 | "id": "bdcDY_4", | ||
81 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
82 | "alpha":100 | ||
83 | }, | ||
84 | { | ||
85 | "label":"点状定着物", | ||
86 | "id": "bdcDY_5", | ||
87 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
88 | "alpha":100 | ||
89 | }, | ||
90 | { | ||
91 | "label":"线状定着物", | ||
92 | "id": "bdcDY_6", | ||
93 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
94 | "alpha":100 | ||
95 | }, | ||
96 | { | ||
97 | "label":"面状定着物", | ||
98 | "id": "bdcDY_7", | ||
99 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/bdcDY_610100/MapServer", | ||
100 | "alpha":100 | ||
101 | }, | ||
102 | { | ||
103 | "label":"宗地", | ||
104 | "id": "ZDJBXX", | ||
105 | "name": "zd", | ||
106 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
107 | "alpha":100, | ||
108 | "fields": [ "YSDM", "ZDDM", "BDCDYH", "ZDTZM", "ZL", "ZDMJ", "MJDW", "QLLX", "QLXZ" ] | ||
109 | }, | ||
110 | { | ||
111 | "label":"宗地历史", | ||
112 | "id": "ZDJBXXLS", | ||
113 | "name": "zdls", | ||
114 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
115 | "alpha":100, | ||
116 | "fields": [ "YSDM", "ZDDM", "BDCDYH", "ZDTZM", "ZL", "ZDMJ", "MJDW", "QLLX", "QLXZ" ] | ||
117 | }, | ||
118 | { | ||
119 | "label":"宗海", | ||
120 | "id": "ZHJBXX", | ||
121 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/BDCDY/MapServer", | ||
122 | "alpha":100 | ||
123 | } | ||
124 | |||
125 | ] | ||
126 | }, | ||
127 | { | ||
128 | "label":"自然地理", | ||
129 | "id": "ZRDL", | ||
130 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/ZRDL/MapServer", | ||
131 | "alpha":100, | ||
132 | "children":[ | ||
133 | { | ||
134 | "label":"水系", | ||
135 | "id": "ZRDL_0", | ||
136 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/ZRDL/MapServer", | ||
137 | "alpha":100 | ||
138 | }, | ||
139 | { | ||
140 | "label":"植被", | ||
141 | "id": "ZRDL_1", | ||
142 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/ZRDL/MapServer", | ||
143 | "alpha":100 | ||
144 | }, | ||
145 | { | ||
146 | "label":"辅助面", | ||
147 | "id": "ZRDL_2", | ||
148 | "url": "http://192.168.2.252:6080/arcgis/rest/services/bdc/ZRDL/MapServer", | ||
149 | "alpha":100 | ||
150 | } | ||
151 | ] | ||
152 | } | ||
153 | ] | ||
154 | }, | ||
155 | { | ||
156 | "label":"厦门数据", | ||
157 | "id":"2-1", | ||
158 | "alpha":100, | ||
159 | "children":[ | ||
160 | { | ||
161 | "label":"规划用地", | ||
162 | "id": "ghyd", | ||
163 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ghyd/MapServer", | ||
164 | "alpha":100, | ||
165 | "children":[ | ||
166 | { | ||
167 | "label":"规划用地", | ||
168 | "id": "ghyd_0", | ||
169 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ghyd/MapServer", | ||
170 | "alpha":100, | ||
171 | "fields": [ "地块编号", "规划现状", "行政区", "维护文号", "规划用地性质代号", "规划用地性质名称", "所属管理单元", "所属编制单元" ] | ||
172 | } | ||
173 | ] | ||
174 | }, | ||
175 | { | ||
176 | "label":"基本农田", | ||
177 | "id": "jbnt", | ||
178 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/jbnt/MapServer", | ||
179 | "alpha":100, | ||
180 | "children":[ | ||
181 | { | ||
182 | "label":"基本农田", | ||
183 | "id": "jbnt_0", | ||
184 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/jbnt/MapServer", | ||
185 | "alpha":100, | ||
186 | "fields": [ "编制单位", "权属单位代码", "权属单位名称", "座落单位代码", "座落单位名称", "地类名称", "基本农田面积" ] | ||
187 | } | ||
188 | ] | ||
189 | }, | ||
190 | { | ||
191 | "label":"行政区划", | ||
192 | "id": "xmxzq", | ||
193 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xmxzq/MapServer", | ||
194 | "alpha":100, | ||
195 | "children":[ | ||
196 | { | ||
197 | "label":"村级行政区划", | ||
198 | "id": "xmxzq_0", | ||
199 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xmxzq/MapServer", | ||
200 | "alpha":100 | ||
201 | }, | ||
202 | { | ||
203 | "label":"镇级行政区划", | ||
204 | "id": "xmxzq_1", | ||
205 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xmxzq/MapServer", | ||
206 | "alpha":100 | ||
207 | }, | ||
208 | { | ||
209 | "label":"区级行政区划", | ||
210 | "id": "xmxzq_2", | ||
211 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xmxzq/MapServer", | ||
212 | "alpha":100 | ||
213 | } | ||
214 | ] | ||
215 | }, | ||
216 | { | ||
217 | "label":"现状建筑", | ||
218 | "id": "xzjz", | ||
219 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xzjz/MapServer", | ||
220 | "alpha":100, | ||
221 | "children":[ | ||
222 | { | ||
223 | "label":"现状建筑", | ||
224 | "id": "xzjz_0", | ||
225 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/xzjz/MapServer", | ||
226 | "alpha":100, | ||
227 | "fields": [ "SJLY", "PRODATE", "GXSJ", "DWMC", "AQDJ", "DWDM", "ZXDX", "ZXDY" ] | ||
228 | } | ||
229 | ] | ||
230 | }, | ||
231 | { | ||
232 | "label":"用地", | ||
233 | "id": "ypyd", | ||
234 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ypyd/MapServer", | ||
235 | "alpha":100, | ||
236 | "children":[ | ||
237 | { | ||
238 | "label":"用地", | ||
239 | "id": "ypyd_0", | ||
240 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ypyd/MapServer", | ||
241 | "alpha":100 | ||
242 | }, | ||
243 | { | ||
244 | "label":"选址", | ||
245 | "id": "ypyd_0", | ||
246 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ypyd/MapServer", | ||
247 | "alpha":100 | ||
248 | }, | ||
249 | { | ||
250 | "label":"红线", | ||
251 | "id": "ypyd_0", | ||
252 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ypyd/MapServer", | ||
253 | "alpha":100 | ||
254 | }, | ||
255 | { | ||
256 | "label":"道路", | ||
257 | "id": "ypyd_0", | ||
258 | "url": "http://192.168.2.252:6080/arcgis/rest/services/xiamen/ypyd/MapServer", | ||
259 | "alpha":100 | ||
260 | } | ||
261 | ] | ||
262 | } | ||
263 | ] | ||
264 | } | ||
265 | ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-27 10:05:25 | 4 | * @LastEditTime: 2023-08-09 14:32:38 |
5 | */ | 5 | */ |
6 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
... | @@ -280,3 +280,14 @@ export function startTogetherFlow (data) { | ... | @@ -280,3 +280,14 @@ export function startTogetherFlow (data) { |
280 | data | 280 | data |
281 | }) | 281 | }) |
282 | } | 282 | } |
283 | /** | ||
284 | * @description: 据不动产单元号查询宗地基本信息 | ||
285 | * @param {*} data | ||
286 | * @author: renchao | ||
287 | */ | ||
288 | export function getZdInfo (bdcdyid) { | ||
289 | return request({ | ||
290 | url: SERVER.SERVERAPI + '/rest/business/workFlow/getZdInfo?bdcdyid=' + bdcdyid, | ||
291 | method: 'post' | ||
292 | }) | ||
293 | } | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-24 14:11:31 | 4 | * @LastEditTime: 2023-08-09 10:09:12 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | <el-col :span="18" class="btnColRight"> | 20 | <el-col :span="18" class="btnColRight"> |
21 | <el-form-item> | 21 | <el-form-item> |
22 | <el-button type="primary" icon="el-icon-search" @click="handleSearch">查询</el-button> | 22 | <el-button type="primary" icon="el-icon-search" @click="handleSearch">查询</el-button> |
23 | <el-button @click="moreQueryClick()">高级查询</el-button> | 23 | <!-- <el-button @click="moreQueryClick()">高级查询</el-button> --> |
24 | </el-form-item> | 24 | </el-form-item> |
25 | </el-col> | 25 | </el-col> |
26 | </el-row> | 26 | </el-row> | ... | ... |
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-07-12 14:20:58 | ||
5 | --> | ||
6 | <template> | 1 | <template> |
7 | <div> | 2 | <div class="gis"> |
8 | 图形定位 | 3 | <div class="gis-container" ref="main"> |
4 | <div class="flex-transverse" ref="transverse"> | ||
5 | <div id="arcgisMap0" class="flex-single"></div> | ||
6 | </div> | ||
7 | <div class="flex-vertical" ref="vertical"></div> | ||
8 | </div> | ||
9 | |||
10 | <el-card class="box-card"> | ||
11 | <div v-for="( item, i ) in curr" :key="i" class="text item"> | ||
12 | <el-row> | ||
13 | <el-col :span="10"> | ||
14 | <div class="grid-content">{{ item.key }}</div> | ||
15 | </el-col> | ||
16 | <el-col :span="14"> | ||
17 | <div class="grid-content">{{ item.value }}</div> | ||
18 | </el-col> | ||
19 | </el-row> | ||
20 | </div> | ||
21 | </el-card> | ||
9 | </div> | 22 | </div> |
10 | </template> | 23 | </template> |
24 | |||
11 | <script> | 25 | <script> |
26 | |||
27 | import apiWrapper from '@union/gis-sdk'; | ||
28 | import layerJson from '@/api/json/layer.json'; | ||
29 | import axios from 'axios'; | ||
30 | import { log } from 'bpmn-js-token-simulation'; | ||
31 | |||
12 | export default { | 32 | export default { |
13 | props: { | 33 | props: { |
14 | formData: { | 34 | formData: { |
15 | type: Object, | 35 | type: Object, |
16 | default: {} | 36 | default: () => { |
37 | return {} | ||
38 | } | ||
17 | } | 39 | } |
18 | }, | 40 | }, |
19 | data () { | 41 | data () { |
20 | return { | 42 | return { |
43 | curr: [] | ||
21 | } | 44 | } |
22 | }, | 45 | }, |
46 | mounted () { | ||
47 | let doc = document.querySelector('.gis'); | ||
48 | this.$nextTick(() => { | ||
49 | Object.assign(doc.style, { width: + doc.clientWidth + 'px', height: '700px' }); | ||
50 | }) | ||
51 | }, | ||
52 | created () { | ||
53 | let { special2 } = apiWrapper.thematic, { wrapper } = apiWrapper, id = this.formData.bsmZd | ||
54 | wrapper.reduction(special2).then(() => { | ||
55 | let { children } = layerJson[0].children[2], i = 0, o, name, url, { Layer } = wrapper; | ||
56 | for (; o = children[i]; i++) if (o.id === 'ZDJBXX' && (name = o.name) === 'zd') { url = o.url + '/' + i; break; } | ||
57 | |||
58 | Layer.createLayer([{ type: 'FeatureServer', url, name, spatial: true, visible: false }]).then(() => { | ||
59 | this.positioning(id, name); | ||
60 | }); | ||
61 | }); | ||
62 | }, | ||
23 | methods: { | 63 | methods: { |
64 | positioning (id, name) { | ||
65 | let { Layer } = apiWrapper.wrapper; | ||
66 | Layer.attrGraph({ | ||
67 | grap: id, name, where: { id }, sym: { color: [0, 139, 0, 100], outline: { color: [0, 139, 0, 150], width: 2 } }, | ||
68 | callback: d => { | ||
69 | d.length ? this.analysis(id) : this.$message.error(' 暂无图形'); | ||
70 | } | ||
71 | }); | ||
72 | }, | ||
73 | analysis (id) { | ||
74 | |||
75 | let { Views, Action } = apiWrapper.wrapper; | ||
76 | Views.grapsExtent(id); | ||
77 | setTimeout(() => { Action.gighlight({ name: id, about: 1000 }) }, 1500); | ||
78 | |||
79 | axios.get(window._config.services.management + '/bdcqjdc/rest/zd/qjZdjbxx/getQjZdjbxxDetailById', { params: { id } }).then(d => { | ||
80 | if (d.status !== 200) return; | ||
81 | let { result = {} } = d.data, data = []; | ||
82 | Object.keys(result).forEach(e => { result[e] && data.push({ key: e, value: result[e] }) }); | ||
83 | this.curr.splice(0, ...data); | ||
84 | document.querySelector('.box-card').style.display = 'block'; | ||
85 | }); | ||
86 | } | ||
24 | } | 87 | } |
25 | } | 88 | } |
89 | |||
26 | </script> | 90 | </script> |
27 | <style scoped lang='scss'> | 91 | |
92 | <style scoped lang="scss"> | ||
93 | .gis-container { | ||
94 | display: -webkit-flex; | ||
95 | display: flex; | ||
96 | -webkit-flex-wrap: wrap; | ||
97 | flex-wrap: wrap; | ||
98 | width: 100%; | ||
99 | height: 100%; | ||
100 | } | ||
101 | |||
102 | .flex-transverse { | ||
103 | display: -webkit-flex; | ||
104 | display: flex; | ||
105 | -webkit-flex-wrap: wrap; | ||
106 | flex-wrap: wrap; | ||
107 | width: 100%; | ||
108 | height: 100%; | ||
109 | } | ||
110 | |||
111 | .flex-single { | ||
112 | width: 100%; | ||
113 | height: 100%; | ||
114 | background-color: white; | ||
115 | } | ||
116 | |||
117 | .box-card { | ||
118 | background-color: rgba(255, 255, 255, 0.5); | ||
119 | border-radius: 8px; | ||
120 | top: 30px; | ||
121 | right: 30px; | ||
122 | position: absolute; | ||
123 | width: 16%; | ||
124 | padding: 10px; | ||
125 | display: none; | ||
126 | } | ||
127 | |||
128 | .el-row { | ||
129 | margin-bottom: 20px; | ||
130 | } | ||
131 | .el-col { | ||
132 | border-radius: 4px; | ||
133 | } | ||
134 | .grid-content { | ||
135 | border-radius: 4px; | ||
136 | min-height: 20px; | ||
137 | font-family: "Helvetica Neue"; | ||
138 | } | ||
139 | .row-bg { | ||
140 | padding: 10px 0; | ||
141 | background-color: #f9fafc; | ||
142 | } | ||
28 | </style> | 143 | </style> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-17 14:20:17 | 4 | * @LastEditTime: 2023-08-09 14:41:17 |
5 | */ | 5 | */ |
6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; |
7 | import { uploadUndo } from "@/api/clxx"; | 7 | import { uploadUndo } from "@/api/clxx"; |
... | @@ -36,7 +36,7 @@ export default { | ... | @@ -36,7 +36,7 @@ export default { |
36 | batchButtonName: '', | 36 | batchButtonName: '', |
37 | // 受理申请信息 | 37 | // 受理申请信息 |
38 | slsq: {}, | 38 | slsq: {}, |
39 | dqhj:"" | 39 | dqhj: "" |
40 | } | 40 | } |
41 | }, | 41 | }, |
42 | mounted () { | 42 | mounted () { |
... | @@ -58,7 +58,7 @@ export default { | ... | @@ -58,7 +58,7 @@ export default { |
58 | stepExpandInfo(formdata).then((res) => { | 58 | stepExpandInfo(formdata).then((res) => { |
59 | if (res.code === 200) { | 59 | if (res.code === 200) { |
60 | this.leftButtonList = res.result.button; | 60 | this.leftButtonList = res.result.button; |
61 | if (res.result.properties&&res.result.properties.length) { | 61 | if (res.result.properties && res.result.properties.length) { |
62 | this.dqhj = res.result.properties[0].value | 62 | this.dqhj = res.result.properties[0].value |
63 | } | 63 | } |
64 | this.rightButtonList = res.result.operation; | 64 | this.rightButtonList = res.result.operation; |
... | @@ -160,8 +160,8 @@ export default { | ... | @@ -160,8 +160,8 @@ export default { |
160 | if (res.code === 200) { | 160 | if (res.code === 200) { |
161 | this.$popupDialog('楼盘表', 'lpb/index', { | 161 | this.$popupDialog('楼盘表', 'lpb/index', { |
162 | bsm: res.result[0], | 162 | bsm: res.result[0], |
163 | onlyShow:false, | 163 | onlyShow: false, |
164 | unitData:window.unitData | 164 | unitData: window.unitData |
165 | }, '90%', true) | 165 | }, '90%', true) |
166 | } else { | 166 | } else { |
167 | this.$message.error(res.message) | 167 | this.$message.error(res.message) |
... | @@ -173,7 +173,7 @@ export default { | ... | @@ -173,7 +173,7 @@ export default { |
173 | break; | 173 | break; |
174 | // 图形定位 | 174 | // 图形定位 |
175 | case "B-TXDW": | 175 | case "B-TXDW": |
176 | this.$popupDialog('图形定位', 'workflow/components/dialog/txdw', {}, '60%', true) | 176 | this.$popupDialog('图形定位', 'workflow/components/dialog/txdw', { bsmZd: this.bsmZd }, '80%', true) |
177 | break; | 177 | break; |
178 | case "back": //退回按钮 | 178 | case "back": //退回按钮 |
179 | this.$popupDialog("退回", "workflow/components/th", { | 179 | this.$popupDialog("退回", "workflow/components/th", { |
... | @@ -281,7 +281,7 @@ export default { | ... | @@ -281,7 +281,7 @@ export default { |
281 | */ | 281 | */ |
282 | sendToNext (obj) { | 282 | sendToNext (obj) { |
283 | this.$popupDialog("转出", "djbworkflow/components/zc", { | 283 | this.$popupDialog("转出", "djbworkflow/components/zc", { |
284 | obj:obj, | 284 | obj: obj, |
285 | bsmSlsq: this.bsmSlsq, | 285 | bsmSlsq: this.bsmSlsq, |
286 | tabList: this.tabList | 286 | tabList: this.tabList |
287 | }, '800px', true) | 287 | }, '800px', true) |
... | @@ -294,7 +294,7 @@ export default { | ... | @@ -294,7 +294,7 @@ export default { |
294 | */ | 294 | */ |
295 | sendToEnd (obj) { | 295 | sendToEnd (obj) { |
296 | this.$popupDialog("转出", "djbworkflow/components/zc", { | 296 | this.$popupDialog("转出", "djbworkflow/components/zc", { |
297 | obj:"", | 297 | obj: "", |
298 | bsmSlsq: this.bsmSlsq, | 298 | bsmSlsq: this.bsmSlsq, |
299 | tabList: this.tabList | 299 | tabList: this.tabList |
300 | }, '800px', true) | 300 | }, '800px', true) | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-25 16:15:39 | 4 | * @LastEditTime: 2023-08-09 14:54:20 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="container"> | 7 | <div class="container"> |
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
64 | <script> | 64 | <script> |
65 | import WorkFlow from "./mixin/index" | 65 | import WorkFlow from "./mixin/index" |
66 | import publicFlow from "./mixin/public.js" | 66 | import publicFlow from "./mixin/public.js" |
67 | import { getStepFormInfo, unClaimTask } from "@/api/workFlow.js" | 67 | import { getStepFormInfo, unClaimTask, getZdInfo } from "@/api/workFlow.js" |
68 | import { getForm } from "./flowform" | 68 | import { getForm } from "./flowform" |
69 | import NoticeBar from "@/components/NoticeBar/index" | 69 | import NoticeBar from "@/components/NoticeBar/index" |
70 | // import ProcessViewer from "./components/processViewer.vue" | 70 | // import ProcessViewer from "./components/processViewer.vue" |
... | @@ -108,7 +108,9 @@ | ... | @@ -108,7 +108,9 @@ |
108 | clxxTab: {}, | 108 | clxxTab: {}, |
109 | ableOperation: false, | 109 | ableOperation: false, |
110 | //页面监听时间 | 110 | //页面监听时间 |
111 | _beforeUnload_time: "" | 111 | _beforeUnload_time: "", |
112 | // 宗地id | ||
113 | bsmZd: '' | ||
112 | } | 114 | } |
113 | }, | 115 | }, |
114 | mounted () { | 116 | mounted () { |
... | @@ -131,6 +133,13 @@ | ... | @@ -131,6 +133,13 @@ |
131 | */ | 133 | */ |
132 | getCurrentSelectProps (val) { | 134 | getCurrentSelectProps (val) { |
133 | this.currentSelectProps = val | 135 | this.currentSelectProps = val |
136 | |||
137 | getZdInfo(val.bdcdyid).then(res => { | ||
138 | this.bsmZd = res?.result[0]?.bsmZd | ||
139 | }) | ||
140 | // getZdInfo(val.bdcdyid).then(res => { | ||
141 | // this.bsmZd = res?.result[0]?.bsmZd | ||
142 | // }) | ||
134 | }, | 143 | }, |
135 | /** | 144 | /** |
136 | * @description: beforeunloadHandler | 145 | * @description: beforeunloadHandler |
... | @@ -210,7 +219,7 @@ | ... | @@ -210,7 +219,7 @@ |
210 | * @param {*} handleClick | 219 | * @param {*} handleClick |
211 | * @author: renchao | 220 | * @author: renchao |
212 | */ | 221 | */ |
213 | handleClick(a) { | 222 | handleClick (a) { |
214 | let p = Object.keys(this.tabList[0]).filter( | 223 | let p = Object.keys(this.tabList[0]).filter( |
215 | (item) => item == "ableOperation" | 224 | (item) => item == "ableOperation" |
216 | ); | 225 | ); |
... | @@ -222,10 +231,10 @@ | ... | @@ -222,10 +231,10 @@ |
222 | } | 231 | } |
223 | </script> | 232 | </script> |
224 | <style scoped lang="scss"> | 233 | <style scoped lang="scss"> |
225 | .rightContainer { | 234 | .rightContainer { |
226 | position: relative; | 235 | position: relative; |
227 | } | 236 | } |
228 | .count { | 237 | .count { |
229 | font-size: 14px; | 238 | font-size: 14px; |
230 | position: absolute; | 239 | position: absolute; |
231 | right: 25px; | 240 | right: 25px; |
... | @@ -235,5 +244,5 @@ | ... | @@ -235,5 +244,5 @@ |
235 | font-weight: 600; | 244 | font-weight: 600; |
236 | color: #3498db; | 245 | color: #3498db; |
237 | } | 246 | } |
238 | } | 247 | } |
239 | </style> | 248 | </style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-13 10:32:28 | 4 | * @LastEditTime: 2023-08-09 10:36:14 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | </el-input> | 21 | </el-input> |
22 | </el-form-item> | 22 | </el-form-item> |
23 | </el-col> | 23 | </el-col> |
24 | <el-col :span="4" class="btnColRight"> | 24 | <el-col :span="14" class="btnColRight"> |
25 | <el-form-item> | 25 | <el-form-item> |
26 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 26 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> |
27 | </el-form-item> | 27 | </el-form-item> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-18 14:28:42 | 4 | * @LastEditTime: 2023-08-09 10:36:31 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -30,7 +30,7 @@ class data extends filter { | ... | @@ -30,7 +30,7 @@ class data extends filter { |
30 | { | 30 | { |
31 | prop: "ywlx", | 31 | prop: "ywlx", |
32 | label: "业务类型", | 32 | label: "业务类型", |
33 | width: '90' | 33 | width: '100' |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | prop: "cwdm", | 36 | prop: "cwdm", | ... | ... |
... | @@ -227,7 +227,7 @@ | ... | @@ -227,7 +227,7 @@ |
227 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" | 227 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" |
228 | :gyfs="ruleForm.slsq.gyfs" /> | 228 | :gyfs="ruleForm.slsq.gyfs" /> |
229 | 229 | ||
230 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 230 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> |
231 | <div class="slxx_title title-block"> | 231 | <div class="slxx_title title-block"> |
232 | 义务人信息 | 232 | 义务人信息 |
233 | <div class="triangle"></div> | 233 | <div class="triangle"></div> | ... | ... |
... | @@ -179,8 +179,8 @@ | ... | @@ -179,8 +179,8 @@ |
179 | placeholder="持证人" | 179 | placeholder="持证人" |
180 | :disabled="!ableOperation"> | 180 | :disabled="!ableOperation"> |
181 | <el-option | 181 | <el-option |
182 | v-for="item in czrOptions" | 182 | v-for="(item,index) in czrOptions" |
183 | :key="item.zjh" | 183 | :key="index" |
184 | :label="item.sqrmc" | 184 | :label="item.sqrmc" |
185 | :value="item.zjh"> | 185 | :value="item.zjh"> |
186 | </el-option> | 186 | </el-option> | ... | ... |
... | @@ -222,16 +222,16 @@ class data extends filter { | ... | @@ -222,16 +222,16 @@ class data extends filter { |
222 | ) | 222 | ) |
223 | } | 223 | } |
224 | }, | 224 | }, |
225 | { | 225 | // { |
226 | prop: "zcs", | 226 | // prop: "zcs", |
227 | label: "总层数", | 227 | // label: "总层数", |
228 | width: '70', | 228 | // width: '70', |
229 | }, | 229 | // }, |
230 | { | 230 | // { |
231 | prop: "zts", | 231 | // prop: "zts", |
232 | label: "总套数", | 232 | // label: "总套数", |
233 | width: '70', | 233 | // width: '70', |
234 | }, | 234 | // }, |
235 | { | 235 | { |
236 | prop: "zl", | 236 | prop: "zl", |
237 | label: "多幢坐落", | 237 | label: "多幢坐落", | ... | ... |
-
Please register or sign in to post a comment