修改待办已办
Showing
7 changed files
with
83 additions
and
76 deletions
... | @@ -4,7 +4,7 @@ var self = new Vue({ | ... | @@ -4,7 +4,7 @@ var self = new Vue({ |
4 | return { | 4 | return { |
5 | search: '', | 5 | search: '', |
6 | flowid: 't1001_8a8610de737b99270173937337e00133', | 6 | flowid: 't1001_8a8610de737b99270173937337e00133', |
7 | userid: 't0101_8a8610de737b99270173941e5c50017e', | 7 | userName: '案件查处', |
8 | pageNum:1, | 8 | pageNum:1, |
9 | pageSize:10, | 9 | pageSize:10, |
10 | total:0, | 10 | total:0, |
... | @@ -20,15 +20,18 @@ var self = new Vue({ | ... | @@ -20,15 +20,18 @@ var self = new Vue({ |
20 | 20 | ||
21 | methods: { | 21 | methods: { |
22 | getData() { | 22 | getData() { |
23 | axios.get(CONF_NEWGHSC_SERVERURL + '/ghjg/backlog/'+this.pageNum+'/'+this.pageSize, { | 23 | axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/workings', null,{ |
24 | params: { | 24 | params: { |
25 | flowid: this.flowid, | 25 | flowid: this.flowid, |
26 | userId: this.userid, | 26 | userName: this.userName, |
27 | keyword: this.search | 27 | pageIndex:this.pageNum, |
28 | pageSize:this.pageSize, | ||
28 | } | 29 | } |
29 | }).then(res => { | 30 | }).then(res => { |
31 | debugger | ||
30 | this.total=res.data.data.total; | 32 | this.total=res.data.data.total; |
31 | this.tabaledata = res.data.data.list; | 33 | this.tabaledata = res.data.data.Data[0]; |
34 | |||
32 | }).catch(res=>{ | 35 | }).catch(res=>{ |
33 | console.log(res) | 36 | console.log(res) |
34 | }); | 37 | }); |
... | @@ -97,10 +100,10 @@ var self = new Vue({ | ... | @@ -97,10 +100,10 @@ var self = new Vue({ |
97 | jumpdetailPage(data) { | 100 | jumpdetailPage(data) { |
98 | var taskid = data.TASKID; | 101 | var taskid = data.TASKID; |
99 | var detailType = data.detailType; | 102 | var detailType = data.detailType; |
100 | var projectid = data.id; | 103 | var projectid = data.PROJECTID; |
101 | var flowInstanceId =data.INSTANCEID; | 104 | var flowInstanceId =data.INSTANCEID; |
102 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); | 105 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); |
103 | var stats = data.stats ? data.stats : ''; | 106 | var stats = 'projecting'; |
104 | var projecttype = data.FLOWNAME; | 107 | var projecttype = data.FLOWNAME; |
105 | var PROJECTSTATUS = encodeURI(encodeURI(data.PROJECTSTATUS)); | 108 | var PROJECTSTATUS = encodeURI(encodeURI(data.PROJECTSTATUS)); |
106 | var FLOWREVISIONID = data.FLOWREVISIONID; | 109 | var FLOWREVISIONID = data.FLOWREVISIONID; | ... | ... |
... | @@ -125,27 +125,27 @@ | ... | @@ -125,27 +125,27 @@ |
125 | width="55"> | 125 | width="55"> |
126 | </el-table-column> | 126 | </el-table-column> |
127 | <el-table-column | 127 | <el-table-column |
128 | prop="xmmc" | 128 | prop="PHXMMC" |
129 | width="300" | 129 | width="300" |
130 | label="案件名称" | 130 | label="案件名称" |
131 | align="center" | 131 | align="center" |
132 | ></el-table-column> | 132 | ></el-table-column> |
133 | <el-table-column | 133 | <el-table-column |
134 | prop="ajlx" | 134 | prop="PHAJLX" |
135 | label="案件类型" | 135 | label="案件类型" |
136 | align="center" | 136 | align="center" |
137 | width="100" | 137 | width="100" |
138 | > | 138 | > |
139 | </el-table-column> | 139 | </el-table-column> |
140 | <el-table-column | 140 | <el-table-column |
141 | prop="zrdw" | 141 | prop="PHZRDW" |
142 | label="责任单位" | 142 | label="责任单位" |
143 | align="center" | 143 | align="center" |
144 | width="200" | 144 | width="200" |
145 | > | 145 | > |
146 | </el-table-column> | 146 | </el-table-column> |
147 | <el-table-column | 147 | <el-table-column |
148 | prop="ssqy" | 148 | prop="PHSSQY" |
149 | label="所属区域" | 149 | label="所属区域" |
150 | align="center" | 150 | align="center" |
151 | width="200" | 151 | width="200" |
... | @@ -159,14 +159,14 @@ | ... | @@ -159,14 +159,14 @@ |
159 | > | 159 | > |
160 | </el-table-column> | 160 | </el-table-column> |
161 | <el-table-column | 161 | <el-table-column |
162 | prop="djsj" | 162 | prop="CREATETIME" |
163 | label="登记时间" | 163 | label="登记时间" |
164 | align="center" | 164 | align="center" |
165 | width="200" | 165 | width="200" |
166 | > | 166 | > |
167 | </el-table-column> | 167 | </el-table-column> |
168 | <el-table-column | 168 | <el-table-column |
169 | prop="jssj" | 169 | prop="RECEIVETIME" |
170 | label="接收时间" | 170 | label="接收时间" |
171 | align="center" | 171 | align="center" |
172 | width="200" | 172 | width="200" |
... | @@ -193,7 +193,7 @@ | ... | @@ -193,7 +193,7 @@ |
193 | width="55"> | 193 | width="55"> |
194 | </el-table-column> | 194 | </el-table-column> |
195 | <el-table-column | 195 | <el-table-column |
196 | prop="xmmc" | 196 | prop="PHXMMC" |
197 | width="300" | 197 | width="300" |
198 | label="案件名称" | 198 | label="案件名称" |
199 | align="center" | 199 | align="center" |
... | @@ -206,14 +206,14 @@ | ... | @@ -206,14 +206,14 @@ |
206 | > | 206 | > |
207 | </el-table-column> | 207 | </el-table-column> |
208 | <el-table-column | 208 | <el-table-column |
209 | prop="zrdw" | 209 | prop="PHZRDW" |
210 | label="责任单位" | 210 | label="责任单位" |
211 | align="center" | 211 | align="center" |
212 | width="200" | 212 | width="200" |
213 | > | 213 | > |
214 | </el-table-column> | 214 | </el-table-column> |
215 | <el-table-column | 215 | <el-table-column |
216 | prop="ssqy" | 216 | prop="PHSSQY" |
217 | label="所属区域" | 217 | label="所属区域" |
218 | align="center" | 218 | align="center" |
219 | width="200" | 219 | width="200" |
... | @@ -227,14 +227,14 @@ | ... | @@ -227,14 +227,14 @@ |
227 | > | 227 | > |
228 | </el-table-column> | 228 | </el-table-column> |
229 | <el-table-column | 229 | <el-table-column |
230 | prop="djsh" | 230 | prop="CREATETIME" |
231 | label="登记时间" | 231 | label="登记时间" |
232 | align="center" | 232 | align="center" |
233 | width="200" | 233 | width="200" |
234 | > | 234 | > |
235 | </el-table-column> | 235 | </el-table-column> |
236 | <el-table-column | 236 | <el-table-column |
237 | prop="jssi" | 237 | prop="RECEIVETIME" |
238 | label="接收时间" | 238 | label="接收时间" |
239 | align="center" | 239 | align="center" |
240 | width="200" | 240 | width="200" |
... | @@ -274,14 +274,14 @@ | ... | @@ -274,14 +274,14 @@ |
274 | > | 274 | > |
275 | </el-table-column> | 275 | </el-table-column> |
276 | <el-table-column | 276 | <el-table-column |
277 | prop="zrdw" | 277 | prop="PHZRDW" |
278 | label="责任单位" | 278 | label="责任单位" |
279 | align="center" | 279 | align="center" |
280 | width="200" | 280 | width="200" |
281 | > | 281 | > |
282 | </el-table-column> | 282 | </el-table-column> |
283 | <el-table-column | 283 | <el-table-column |
284 | prop="ssqy" | 284 | prop="PHSSQY" |
285 | label="所属区域" | 285 | label="所属区域" |
286 | align="center" | 286 | align="center" |
287 | width="200" | 287 | width="200" |
... | @@ -295,14 +295,14 @@ | ... | @@ -295,14 +295,14 @@ |
295 | > | 295 | > |
296 | </el-table-column> | 296 | </el-table-column> |
297 | <el-table-column | 297 | <el-table-column |
298 | prop="djsh" | 298 | prop="CREATETIME" |
299 | label="登记时间" | 299 | label="登记时间" |
300 | align="center" | 300 | align="center" |
301 | width="200" | 301 | width="200" |
302 | > | 302 | > |
303 | </el-table-column> | 303 | </el-table-column> |
304 | <el-table-column | 304 | <el-table-column |
305 | prop="jssi" | 305 | prop="RECEIVETIME" |
306 | label="接收时间" | 306 | label="接收时间" |
307 | align="center" | 307 | align="center" |
308 | width="200" | 308 | width="200" |
... | @@ -329,7 +329,7 @@ | ... | @@ -329,7 +329,7 @@ |
329 | width="55"> | 329 | width="55"> |
330 | </el-table-column> | 330 | </el-table-column> |
331 | <el-table-column | 331 | <el-table-column |
332 | prop="xmmc" | 332 | prop="PHXMMC" |
333 | width="300" | 333 | width="300" |
334 | label="案件名称" | 334 | label="案件名称" |
335 | align="center" | 335 | align="center" |
... | @@ -342,14 +342,14 @@ | ... | @@ -342,14 +342,14 @@ |
342 | > | 342 | > |
343 | </el-table-column> | 343 | </el-table-column> |
344 | <el-table-column | 344 | <el-table-column |
345 | prop="zrdw" | 345 | prop="PHZRDW" |
346 | label="责任单位" | 346 | label="责任单位" |
347 | align="center" | 347 | align="center" |
348 | width="200" | 348 | width="200" |
349 | > | 349 | > |
350 | </el-table-column> | 350 | </el-table-column> |
351 | <el-table-column | 351 | <el-table-column |
352 | prop="ssqy" | 352 | prop="PHSSQY" |
353 | label="所属区域" | 353 | label="所属区域" |
354 | align="center" | 354 | align="center" |
355 | width="200" | 355 | width="200" |
... | @@ -363,14 +363,14 @@ | ... | @@ -363,14 +363,14 @@ |
363 | > | 363 | > |
364 | </el-table-column> | 364 | </el-table-column> |
365 | <el-table-column | 365 | <el-table-column |
366 | prop="djsh" | 366 | prop="CREATETIME" |
367 | label="登记时间" | 367 | label="登记时间" |
368 | align="center" | 368 | align="center" |
369 | width="200" | 369 | width="200" |
370 | > | 370 | > |
371 | </el-table-column> | 371 | </el-table-column> |
372 | <el-table-column | 372 | <el-table-column |
373 | prop="jssi" | 373 | prop="RECEIVETIME" |
374 | label="接收时间" | 374 | label="接收时间" |
375 | align="center" | 375 | align="center" |
376 | width="200" | 376 | width="200" | ... | ... |
... | @@ -4,14 +4,14 @@ var self = new Vue({ | ... | @@ -4,14 +4,14 @@ var self = new Vue({ |
4 | return { | 4 | return { |
5 | search:'', | 5 | search:'', |
6 | projectId:null, | 6 | projectId:null, |
7 | userId:'t0101_8a8610de737b99270173941e5c50017e', | 7 | userName: '案件查处', |
8 | flowid: 't1001_8a8610de737b99270173937337e00133', | 8 | flowid: 't1001_8a8610de737b99270173937337e00133', |
9 | pageNum:1, | 9 | pageNum:1, |
10 | pageSize:10, | 10 | pageSize:10, |
11 | total:0, | 11 | total:0, |
12 | // 表格数据 | 12 | // 表格数据 |
13 | tabaledata:[ | 13 | tabaledata:[ |
14 | { | 14 | /* { |
15 | xh:'1', | 15 | xh:'1', |
16 | ajmc:'关于拍卖出让87.608亩国有建设用地使用权的请示(GX3-18-25)', | 16 | ajmc:'关于拍卖出让87.608亩国有建设用地使用权的请示(GX3-18-25)', |
17 | anlx:'双随机', | 17 | anlx:'双随机', |
... | @@ -60,7 +60,7 @@ var self = new Vue({ | ... | @@ -60,7 +60,7 @@ var self = new Vue({ |
60 | ljr:'向小华', | 60 | ljr:'向小华', |
61 | djsh:'2020-07-05', | 61 | djsh:'2020-07-05', |
62 | jssi:'2020-07-05', | 62 | jssi:'2020-07-05', |
63 | }, | 63 | },*/ |
64 | ], | 64 | ], |
65 | isActive:1, | 65 | isActive:1, |
66 | } | 66 | } |
... | @@ -70,16 +70,17 @@ var self = new Vue({ | ... | @@ -70,16 +70,17 @@ var self = new Vue({ |
70 | }, | 70 | }, |
71 | methods:{ | 71 | methods:{ |
72 | getData() { | 72 | getData() { |
73 | axios.get(CONF_NEWGHSC_SERVERURL + '/ghjg/haveToDo/'+this.pageNum+'/'+this.pageSize, { | 73 | axios.get(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', { |
74 | params: { | 74 | params: { |
75 | flowid: this.flowid, | 75 | pageIndex:this.pageNum, |
76 | userId: this.userId, | 76 | pageSize:this.pageSize, |
77 | keyword: this.search | 77 | flowId: this.flowid, |
78 | userName: this.userName, | ||
78 | } | 79 | } |
79 | }).then(res => { | 80 | }).then(res => { |
80 | console.log(res) | 81 | console.log(res) |
81 | this.total=res.data.data.total; | 82 | this.total=res.data.total; |
82 | this.tabaledata = res.data.data.list; | 83 | this.tabaledata = res.data.data.Data[0]; |
83 | }).catch(res=>{ | 84 | }).catch(res=>{ |
84 | console.log(res) | 85 | console.log(res) |
85 | }); | 86 | }); |
... | @@ -93,7 +94,7 @@ var self = new Vue({ | ... | @@ -93,7 +94,7 @@ var self = new Vue({ |
93 | jumpdetailPage(data) { | 94 | jumpdetailPage(data) { |
94 | var taskid = data.TASKID; | 95 | var taskid = data.TASKID; |
95 | var detailType = data.detailType; | 96 | var detailType = data.detailType; |
96 | var projectid = data.id; | 97 | var projectid = data.PROJECTID; |
97 | var flowInstanceId =data.INSTANCEID; | 98 | var flowInstanceId =data.INSTANCEID; |
98 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); | 99 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); |
99 | var stats = 'dealedproject'; | 100 | var stats = 'dealedproject'; | ... | ... |
... | @@ -129,27 +129,27 @@ | ... | @@ -129,27 +129,27 @@ |
129 | width="55"> | 129 | width="55"> |
130 | </el-table-column> | 130 | </el-table-column> |
131 | <el-table-column | 131 | <el-table-column |
132 | prop="xmmc" | 132 | prop="PHXMMC" |
133 | width="300" | 133 | width="300" |
134 | label="案件名称" | 134 | label="案件名称" |
135 | align="center" | 135 | align="center" |
136 | ></el-table-column> | 136 | ></el-table-column> |
137 | <el-table-column | 137 | <el-table-column |
138 | prop="ajlx" | 138 | prop="PHAJLX" |
139 | label="案件类型" | 139 | label="案件类型" |
140 | align="center" | 140 | align="center" |
141 | width="100" | 141 | width="100" |
142 | > | 142 | > |
143 | </el-table-column> | 143 | </el-table-column> |
144 | <el-table-column | 144 | <el-table-column |
145 | prop="zrdw" | 145 | prop="PHZRDW" |
146 | label="责任单位" | 146 | label="责任单位" |
147 | align="center" | 147 | align="center" |
148 | width="200" | 148 | width="200" |
149 | > | 149 | > |
150 | </el-table-column> | 150 | </el-table-column> |
151 | <el-table-column | 151 | <el-table-column |
152 | prop="ssqy" | 152 | prop="PHSSQY" |
153 | label="所属区域" | 153 | label="所属区域" |
154 | align="center" | 154 | align="center" |
155 | width="200" | 155 | width="200" |
... | @@ -163,7 +163,7 @@ | ... | @@ -163,7 +163,7 @@ |
163 | > | 163 | > |
164 | </el-table-column> | 164 | </el-table-column> |
165 | <el-table-column | 165 | <el-table-column |
166 | prop="djsj" | 166 | prop="CREATETIME" |
167 | label="登记时间" | 167 | label="登记时间" |
168 | align="center" | 168 | align="center" |
169 | width="200" | 169 | width="200" |
... | @@ -197,27 +197,27 @@ | ... | @@ -197,27 +197,27 @@ |
197 | width="55"> | 197 | width="55"> |
198 | </el-table-column> | 198 | </el-table-column> |
199 | <el-table-column | 199 | <el-table-column |
200 | prop="xmmc" | 200 | prop="PHXMMC" |
201 | width="300" | 201 | width="300" |
202 | label="案件名称" | 202 | label="案件名称" |
203 | align="center" | 203 | align="center" |
204 | ></el-table-column> | 204 | ></el-table-column> |
205 | <el-table-column | 205 | <el-table-column |
206 | prop="ajlx" | 206 | prop="PHAJLX" |
207 | label="案件类型" | 207 | label="案件类型" |
208 | align="center" | 208 | align="center" |
209 | width="100" | 209 | width="100" |
210 | > | 210 | > |
211 | </el-table-column> | 211 | </el-table-column> |
212 | <el-table-column | 212 | <el-table-column |
213 | prop="zrdw" | 213 | prop="PHZRDW" |
214 | label="责任单位" | 214 | label="责任单位" |
215 | align="center" | 215 | align="center" |
216 | width="200" | 216 | width="200" |
217 | > | 217 | > |
218 | </el-table-column> | 218 | </el-table-column> |
219 | <el-table-column | 219 | <el-table-column |
220 | prop="ssqy" | 220 | prop="PHSSQY" |
221 | label="所属区域" | 221 | label="所属区域" |
222 | align="center" | 222 | align="center" |
223 | width="200" | 223 | width="200" |
... | @@ -265,27 +265,27 @@ | ... | @@ -265,27 +265,27 @@ |
265 | width="55"> | 265 | width="55"> |
266 | </el-table-column> | 266 | </el-table-column> |
267 | <el-table-column | 267 | <el-table-column |
268 | prop="xmmc" | 268 | prop="PHXMMC" |
269 | width="300" | 269 | width="300" |
270 | label="案件名称" | 270 | label="案件名称" |
271 | align="center" | 271 | align="center" |
272 | ></el-table-column> | 272 | ></el-table-column> |
273 | <el-table-column | 273 | <el-table-column |
274 | prop="ajlx" | 274 | prop="PHAJLX" |
275 | label="案件类型" | 275 | label="案件类型" |
276 | align="center" | 276 | align="center" |
277 | width="100" | 277 | width="100" |
278 | > | 278 | > |
279 | </el-table-column> | 279 | </el-table-column> |
280 | <el-table-column | 280 | <el-table-column |
281 | prop="zrdw" | 281 | prop="PHZRDW" |
282 | label="责任单位" | 282 | label="责任单位" |
283 | align="center" | 283 | align="center" |
284 | width="200" | 284 | width="200" |
285 | > | 285 | > |
286 | </el-table-column> | 286 | </el-table-column> |
287 | <el-table-column | 287 | <el-table-column |
288 | prop="ssqy" | 288 | prop="PHSSQY" |
289 | label="所属区域" | 289 | label="所属区域" |
290 | align="center" | 290 | align="center" |
291 | width="200" | 291 | width="200" |
... | @@ -333,27 +333,27 @@ | ... | @@ -333,27 +333,27 @@ |
333 | width="55"> | 333 | width="55"> |
334 | </el-table-column> | 334 | </el-table-column> |
335 | <el-table-column | 335 | <el-table-column |
336 | prop="xmmc" | 336 | prop="PHXMMC" |
337 | width="300" | 337 | width="300" |
338 | label="案件名称" | 338 | label="案件名称" |
339 | align="center" | 339 | align="center" |
340 | ></el-table-column> | 340 | ></el-table-column> |
341 | <el-table-column | 341 | <el-table-column |
342 | prop="ajlx" | 342 | prop="PHAJLX" |
343 | label="案件类型" | 343 | label="案件类型" |
344 | align="center" | 344 | align="center" |
345 | width="100" | 345 | width="100" |
346 | > | 346 | > |
347 | </el-table-column> | 347 | </el-table-column> |
348 | <el-table-column | 348 | <el-table-column |
349 | prop="zrdw" | 349 | prop="PHZRDW" |
350 | label="责任单位" | 350 | label="责任单位" |
351 | align="center" | 351 | align="center" |
352 | width="200" | 352 | width="200" |
353 | > | 353 | > |
354 | </el-table-column> | 354 | </el-table-column> |
355 | <el-table-column | 355 | <el-table-column |
356 | prop="ssqy" | 356 | prop="PHSSQY" |
357 | label="所属区域" | 357 | label="所属区域" |
358 | align="center" | 358 | align="center" |
359 | width="200" | 359 | width="200" | ... | ... |
... | @@ -6,7 +6,7 @@ var self = new Vue({ | ... | @@ -6,7 +6,7 @@ var self = new Vue({ |
6 | projectId:null, | 6 | projectId:null, |
7 | userId:null, | 7 | userId:null, |
8 | flowid: 't1001_8a8610de737b99270173937337e00133', | 8 | flowid: 't1001_8a8610de737b99270173937337e00133', |
9 | userid: 't0101_8a8610de737b99270173941e5c50017e', | 9 | userName: '案件查处', |
10 | pageNum:1, | 10 | pageNum:1, |
11 | pageSize:2, | 11 | pageSize:2, |
12 | total:0, | 12 | total:0, |
... | @@ -26,15 +26,16 @@ var self = new Vue({ | ... | @@ -26,15 +26,16 @@ var self = new Vue({ |
26 | }, | 26 | }, |
27 | handleCurrentChange(){}, | 27 | handleCurrentChange(){}, |
28 | getData() { | 28 | getData() { |
29 | axios.get(CONF_NEWGHSC_SERVERURL + '/ghjg/backlog/'+this.pageNum+'/'+this.pageSize, { | 29 | axios.get(CONF_NEWGHSC_SERVERURL + '/dblb/list/workings', { |
30 | params: { | 30 | params: { |
31 | flowid: this.flowid, | 31 | pageIndex:this.pageNum, |
32 | userId: this.userid, | 32 | pageSize:this.pagesize, |
33 | keyword: this.search | 33 | flowId: this.flowid, |
34 | userName: this.userName, | ||
34 | } | 35 | } |
35 | }).then(res => { | 36 | }).then(res => { |
36 | this.total=res.data.data.total; | 37 | this.total=res.data.total; |
37 | this.tabaledata = res.data.data.list; | 38 | this.tabaledata =res.data.data.Data[0]; |
38 | }).catch(); | 39 | }).catch(); |
39 | 40 | ||
40 | }, | 41 | }, | ... | ... |
... | @@ -119,62 +119,62 @@ | ... | @@ -119,62 +119,62 @@ |
119 | width="55"> | 119 | width="55"> |
120 | </el-table-column> | 120 | </el-table-column> |
121 | <el-table-column | 121 | <el-table-column |
122 | prop="xmbh" | 122 | prop="PHXMBH" |
123 | width="130" | 123 | width="130" |
124 | label="项目编号" | 124 | label="项目编号" |
125 | align="center" | 125 | align="center" |
126 | ></el-table-column> | 126 | ></el-table-column> |
127 | <el-table-column | 127 | <el-table-column |
128 | prop="xmmc" | 128 | prop="PHXMMC" |
129 | label="项目名称" | 129 | label="项目名称" |
130 | align="center" | 130 | align="center" |
131 | width="450" | 131 | width="450" |
132 | > | 132 | > |
133 | </el-table-column> | 133 | </el-table-column> |
134 | <el-table-column | 134 | <el-table-column |
135 | prop="djbh" | 135 | prop="PHDJBH" |
136 | label="地籍编号" | 136 | label="地籍编号" |
137 | align="center" | 137 | align="center" |
138 | width="100" | 138 | width="100" |
139 | > | 139 | > |
140 | </el-table-column> | 140 | </el-table-column> |
141 | <el-table-column | 141 | <el-table-column |
142 | prop="ydmj" | 142 | prop="PHYDMJ" |
143 | label="用地面积(亩)" | 143 | label="用地面积(亩)" |
144 | align="center" | 144 | align="center" |
145 | width="180" | 145 | width="180" |
146 | > | 146 | > |
147 | </el-table-column> | 147 | </el-table-column> |
148 | <el-table-column | 148 | <el-table-column |
149 | prop="zdwz" | 149 | prop="PHZDWZ" |
150 | label="宗地位置" | 150 | label="宗地位置" |
151 | align="center" | 151 | align="center" |
152 | width="400" | 152 | width="400" |
153 | > | 153 | > |
154 | </el-table-column> | 154 | </el-table-column> |
155 | <el-table-column | 155 | <el-table-column |
156 | prop="tdyt" | 156 | prop="PHTDYT" |
157 | label="土地用途" | 157 | label="土地用途" |
158 | align="center" | 158 | align="center" |
159 | width="150" | 159 | width="150" |
160 | > | 160 | > |
161 | </el-table-column> | 161 | </el-table-column> |
162 | <el-table-column | 162 | <el-table-column |
163 | prop="zrdw" | 163 | prop="PHZRDW" |
164 | label="责任单位" | 164 | label="责任单位" |
165 | align="center" | 165 | align="center" |
166 | width="100" | 166 | width="100" |
167 | > | 167 | > |
168 | </el-table-column> | 168 | </el-table-column> |
169 | <el-table-column | 169 | <el-table-column |
170 | prop="ssqy" | 170 | prop="PHSSQY" |
171 | label="所属区域" | 171 | label="所属区域" |
172 | align="center" | 172 | align="center" |
173 | width="100" | 173 | width="100" |
174 | > | 174 | > |
175 | </el-table-column> | 175 | </el-table-column> |
176 | <el-table-column | 176 | <el-table-column |
177 | prop="cjsj" | 177 | prop="CREATETIME" |
178 | label="创建时间" | 178 | label="创建时间" |
179 | align="center" | 179 | align="center" |
180 | width="100" | 180 | width="100" | ... | ... |
... | @@ -103,15 +103,17 @@ var self = new Vue({ | ... | @@ -103,15 +103,17 @@ var self = new Vue({ |
103 | }, | 103 | }, |
104 | methods:{ | 104 | methods:{ |
105 | getData() { | 105 | getData() { |
106 | axios.get(CONF_NEWGHSC_SERVERURL + '/ghjg/backlog/'+this.pageNum+'/'+this.pageSize, { | 106 | axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', { |
107 | params: { | 107 | params: { |
108 | flowid: this.flowid, | 108 | pageIndex:this.pageNum, |
109 | userId: this.userid, | 109 | pageSize:this.pagesize, |
110 | flowId: this.flowid, | ||
111 | userName: this.userName, | ||
110 | keyword: this.search | 112 | keyword: this.search |
111 | } | 113 | } |
112 | }).then(res => { | 114 | }).then(res => { |
113 | this.total=res.data.data.total; | 115 | this.total=res.data.Data.total; |
114 | this.tabaledata = res.data.data.list; | 116 | this.tabaledata = res.data.data.Data[0]; |
115 | }).catch(res=>{ | 117 | }).catch(res=>{ |
116 | console.log(res) | 118 | console.log(res) |
117 | }); | 119 | }); |
... | @@ -123,7 +125,7 @@ var self = new Vue({ | ... | @@ -123,7 +125,7 @@ var self = new Vue({ |
123 | jumpdetailPage(data) { | 125 | jumpdetailPage(data) { |
124 | var taskid = data.TASKID; | 126 | var taskid = data.TASKID; |
125 | var detailType = data.detailType; | 127 | var detailType = data.detailType; |
126 | var projectid = data.id; | 128 | var projectid = data.PROJECTID; |
127 | var flowInstanceId =data.INSTANCEID; | 129 | var flowInstanceId =data.INSTANCEID; |
128 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); | 130 | var titleEncode = encodeURI(encodeURI(data.PROJECTNAME)); |
129 | var stats = 'dealedproject'; | 131 | var stats = 'dealedproject'; | ... | ... |
-
Please register or sign in to post a comment