d6a8aa8b by 焦小希

修改页面,调整更新的bug

1 parent e8631f57
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
165 prop="PHSSQY" 165 prop="PHSSQY"
166 label="所属区域" 166 label="所属区域"
167 align="center" 167 align="center"
168 width="200" 168 width="223"
169 > 169 >
170 </el-table-column> 170 </el-table-column>
171 <!-- <el-table-column 171 <!-- <el-table-column
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
179 prop="CREATETIME" 179 prop="CREATETIME"
180 label="登记时间" 180 label="登记时间"
181 align="center" 181 align="center"
182 width="200" 182 width="373"
183 > 183 >
184 <template slot-scope="scope"> 184 <template slot-scope="scope">
185 <span>{{ 185 <span>{{
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
191 prop="RECEIVETIME" 191 prop="RECEIVETIME"
192 label="接收时间" 192 label="接收时间"
193 align="center" 193 align="center"
194 width="200" 194 width="403"
195 > 195 >
196 <template slot-scope="scope"> 196 <template slot-scope="scope">
197 <span>{{ 197 <span>{{
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
221 </el-table-column> 221 </el-table-column>
222 <el-table-column 222 <el-table-column
223 prop="PHXMMC" 223 prop="PHXMMC"
224 width="PHXMMC" 224 width="500"
225 label="案件名称" 225 label="案件名称"
226 align="center" 226 align="center"
227 ></el-table-column> 227 ></el-table-column>
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
243 prop="PHSSQY" 243 prop="PHSSQY"
244 label="所属区域" 244 label="所属区域"
245 align="center" 245 align="center"
246 width="200" 246 width="223"
247 > 247 >
248 </el-table-column> 248 </el-table-column>
249 <!-- <el-table-column 249 <!-- <el-table-column
...@@ -257,15 +257,21 @@ ...@@ -257,15 +257,21 @@
257 prop="CREATETIME" 257 prop="CREATETIME"
258 label="登记时间" 258 label="登记时间"
259 align="center" 259 align="center"
260 width="200" 260 width="373"
261 > 261 >
262 <span>{{
263 scope.row.CREATETIME | dataFormat
264 }}</span>
262 </el-table-column> 265 </el-table-column>
263 <el-table-column 266 <el-table-column
264 prop="RECEIVETIME" 267 prop="RECEIVETIME"
265 label="接收时间" 268 label="接收时间"
266 align="center" 269 align="center"
267 width="200" 270 width="403"
268 > 271 >
272 <span>{{
273 scope.row.RECEIVETIME | dataFormat
274 }}</span>
269 </el-table-column> 275 </el-table-column>
270 </el-table> 276 </el-table>
271 <el-table 277 <el-table
...@@ -311,7 +317,7 @@ ...@@ -311,7 +317,7 @@
311 prop="PHSSQY" 317 prop="PHSSQY"
312 label="所属区域" 318 label="所属区域"
313 align="center" 319 align="center"
314 width="200" 320 width="223"
315 > 321 >
316 </el-table-column> 322 </el-table-column>
317 <!-- <el-table-column 323 <!-- <el-table-column
...@@ -325,15 +331,21 @@ ...@@ -325,15 +331,21 @@
325 prop="CREATETIME" 331 prop="CREATETIME"
326 label="登记时间" 332 label="登记时间"
327 align="center" 333 align="center"
328 width="200" 334 width="373"
329 > 335 >
336 <span>{{
337 scope.row.CREATETIME | dataFormat
338 }}</span>
330 </el-table-column> 339 </el-table-column>
331 <el-table-column 340 <el-table-column
332 prop="RECEIVETIME" 341 prop="RECEIVETIME"
333 label="接收时间" 342 label="接收时间"
334 align="center" 343 align="center"
335 width="200" 344 width="403"
336 > 345 >
346 <span>{{
347 scope.row.RECEIVETIME | dataFormat
348 }}</span>
337 </el-table-column> 349 </el-table-column>
338 </el-table> 350 </el-table>
339 <el-table 351 <el-table
...@@ -379,7 +391,7 @@ ...@@ -379,7 +391,7 @@
379 prop="PHSSQY" 391 prop="PHSSQY"
380 label="所属区域" 392 label="所属区域"
381 align="center" 393 align="center"
382 width="200" 394 width="223"
383 > 395 >
384 </el-table-column> 396 </el-table-column>
385 <!-- <el-table-column 397 <!-- <el-table-column
...@@ -393,15 +405,21 @@ ...@@ -393,15 +405,21 @@
393 prop="CREATETIME" 405 prop="CREATETIME"
394 label="登记时间" 406 label="登记时间"
395 align="center" 407 align="center"
396 width="200" 408 width="373"
397 > 409 >
410 <span>{{
411 scope.row.CREATETIME | dataFormat
412 }}</span>
398 </el-table-column> 413 </el-table-column>
399 <el-table-column 414 <el-table-column
400 prop="RECEIVETIME" 415 prop="RECEIVETIME"
401 label="接收时间" 416 label="接收时间"
402 align="center" 417 align="center"
403 width="200" 418 width="403"
404 > 419 >
420 <span>{{
421 scope.row.RECEIVETIME | dataFormat
422 }}</span>
405 </el-table-column> 423 </el-table-column>
406 </el-table> 424 </el-table>
407 <!-- 分页区域--> 425 <!-- 分页区域-->
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
146 </el-table-column> 146 </el-table-column>
147 <el-table-column 147 <el-table-column
148 prop="PHXMMC" 148 prop="PHXMMC"
149 width="300" 149 width="500"
150 label="案件名称" 150 label="案件名称"
151 align="center" 151 align="center"
152 ></el-table-column> 152 ></el-table-column>
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
168 prop="PHSSQY" 168 prop="PHSSQY"
169 label="所属区域" 169 label="所属区域"
170 align="center" 170 align="center"
171 width="200" 171 width="223"
172 > 172 >
173 </el-table-column> 173 </el-table-column>
174 <!-- <el-table-column 174 <!-- <el-table-column
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
182 prop="CREATETIME" 182 prop="CREATETIME"
183 label="登记时间" 183 label="登记时间"
184 align="center" 184 align="center"
185 width="200" 185 width="373"
186 > 186 >
187 <template slot-scope="scope"> 187 <template slot-scope="scope">
188 <span>{{ 188 <span>{{
...@@ -191,13 +191,13 @@ ...@@ -191,13 +191,13 @@
191 </template> 191 </template>
192 </el-table-column> 192 </el-table-column>
193 <el-table-column 193 <el-table-column
194 prop="RECEIVETIME" 194 prop="CREATETIME"
195 label="接收时间" 195 label="接收时间"
196 align="center" 196 align="center"
197 width="200" 197 width="403"
198 > <template slot-scope="scope"> 198 > <template slot-scope="scope">
199 <span>{{ 199 <span>{{
200 scope.row.RECEIVETIME | dataFormat 200 scope.row.CREATETIME | dataFormat
201 }}</span> 201 }}</span>
202 </template> 202 </template>
203 </el-table-column> 203 </el-table-column>
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
223 </el-table-column> 223 </el-table-column>
224 <el-table-column 224 <el-table-column
225 prop="PHXMMC" 225 prop="PHXMMC"
226 width="300" 226 width="500"
227 label="案件名称" 227 label="案件名称"
228 align="center" 228 align="center"
229 ></el-table-column> 229 ></el-table-column>
...@@ -245,29 +245,39 @@ ...@@ -245,29 +245,39 @@
245 prop="PHSSQY" 245 prop="PHSSQY"
246 label="所属区域" 246 label="所属区域"
247 align="center" 247 align="center"
248 width="200" 248 width="223"
249 > 249 >
250 </el-table-column> 250 </el-table-column>
251 <el-table-column 251 <!-- <el-table-column-->
252 prop="ljr" 252 <!-- prop="ljr"-->
253 label="来件人" 253 <!-- label="来件人"-->
254 align="center" 254 <!-- align="center"-->
255 width="400" 255 <!-- width="400"-->
256 > 256 <!-- >-->
257 </el-table-column> 257 </el-table-column>
258 <el-table-column 258 <el-table-column
259 prop="CREATETIME" 259 prop="CREATETIME"
260 label="登记时间" 260 label="登记时间"
261 align="center" 261 align="center"
262 width="200" 262 width="373"
263 > 263 >
264 <template slot-scope="scope">
265 <span>{{
266 scope.row.CREATETIME | dataFormat
267 }}</span>
268 </template>
264 </el-table-column> 269 </el-table-column>
265 <el-table-column 270 <el-table-column
266 prop="RECEIVETIME" 271 prop="CREATETIME"
267 label="接收时间" 272 label="接收时间"
268 align="center" 273 align="center"
269 width="200" 274 width="403"
270 > 275 >
276 <template slot-scope="scope">
277 <span>{{
278 scope.row.CREATETIME | dataFormat
279 }}</span>
280 </template>
271 </el-table-column> 281 </el-table-column>
272 </el-table> 282 </el-table>
273 <el-table 283 <el-table
...@@ -291,7 +301,7 @@ ...@@ -291,7 +301,7 @@
291 </el-table-column> 301 </el-table-column>
292 <el-table-column 302 <el-table-column
293 prop="PHXMMC" 303 prop="PHXMMC"
294 width="300" 304 width="500"
295 label="案件名称" 305 label="案件名称"
296 align="center" 306 align="center"
297 ></el-table-column> 307 ></el-table-column>
...@@ -313,29 +323,39 @@ ...@@ -313,29 +323,39 @@
313 prop="PHSSQY" 323 prop="PHSSQY"
314 label="所属区域" 324 label="所属区域"
315 align="center" 325 align="center"
316 width="200" 326 width="223"
317 > 327 >
318 </el-table-column> 328 </el-table-column>
319 <el-table-column 329 <!-- <el-table-column-->
320 prop="ljr" 330 <!-- prop="ljr"-->
321 label="来件人" 331 <!-- label="来件人"-->
322 align="center" 332 <!-- align="center"-->
323 width="400" 333 <!-- width="400"-->
324 > 334 <!-- >-->
325 </el-table-column> 335 </el-table-column>
326 <el-table-column 336 <el-table-column
327 prop="CREATETIME" 337 prop="CREATETIME"
328 label="登记时间" 338 label="登记时间"
329 align="center" 339 align="center"
330 width="200" 340 width="373"
331 > 341 >
342 <template slot-scope="scope">
343 <span>{{
344 scope.row.CREATETIME | dataFormat
345 }}</span>
346 </template>
332 </el-table-column> 347 </el-table-column>
333 <el-table-column 348 <el-table-column
334 prop="RECEIVETIME" 349 prop="CREATETIME"
335 label="接收时间" 350 label="接收时间"
336 align="center" 351 align="center"
337 width="200" 352 width="403"
338 > 353 >
354 <template slot-scope="scope">
355 <span>{{
356 scope.row.CREATETIME | dataFormat
357 }}</span>
358 </template>
339 </el-table-column> 359 </el-table-column>
340 </el-table> 360 </el-table>
341 <el-table 361 <el-table
...@@ -359,7 +379,7 @@ ...@@ -359,7 +379,7 @@
359 </el-table-column> 379 </el-table-column>
360 <el-table-column 380 <el-table-column
361 prop="PHXMMC" 381 prop="PHXMMC"
362 width="300" 382 width="500"
363 label="案件名称" 383 label="案件名称"
364 align="center" 384 align="center"
365 ></el-table-column> 385 ></el-table-column>
...@@ -370,40 +390,50 @@ ...@@ -370,40 +390,50 @@
370 width="100" 390 width="100"
371 > 391 >
372 </el-table-column> 392 </el-table-column>
373 <el-table-column 393 <!-- <el-table-column-->
374 prop="PHZRDW" 394 <!-- prop="PHZRDW"-->
375 label="责任单位" 395 <!-- label="责任单位"-->
376 align="center" 396 <!-- align="center"-->
377 width="200" 397 <!-- width="200"-->
378 > 398 <!-- >-->
379 </el-table-column> 399 <!-- </el-table-column>-->
380 <el-table-column 400 <el-table-column
381 prop="PHSSQY" 401 prop="PHSSQY"
382 label="所属区域" 402 label="所属区域"
383 align="center" 403 align="center"
384 width="200" 404 width="223"
385 >
386 </el-table-column>
387 <el-table-column
388 prop="ljr"
389 label="来件人"
390 align="center"
391 width="400"
392 > 405 >
393 </el-table-column> 406 </el-table-column>
407 <!-- <el-table-column-->
408 <!-- prop="ljr"-->
409 <!-- label="来件人"-->
410 <!-- align="center"-->
411 <!-- width="400"-->
412 <!-- >-->
413 <!-- </el-table-column>-->
394 <el-table-column 414 <el-table-column
395 prop="CREATETIME" 415 prop="CREATETIME"
396 label="登记时间" 416 label="登记时间"
397 align="center" 417 align="center"
398 width="200" 418 width="373"
399 > 419 >
420 <template slot-scope="scope">
421 <span>{{
422 scope.row.CREATETIME | dataFormat
423 }}</span>
424 </template>
400 </el-table-column> 425 </el-table-column>
401 <el-table-column 426 <el-table-column
402 prop="RECEIVETIME" 427 prop="CREATETIME"
403 label="接收时间" 428 label="接收时间"
404 align="center" 429 align="center"
405 width="200" 430 width="403"
406 > 431 >
432 <template slot-scope="scope">
433 <span>{{
434 scope.row.CREATETIME | dataFormat
435 }}</span>
436 </template>
407 </el-table-column> 437 </el-table-column>
408 </el-table> 438 </el-table>
409 </div> 439 </div>
......
...@@ -30,17 +30,26 @@ var self = new Vue({ ...@@ -30,17 +30,26 @@ var self = new Vue({
30 //所属区域list 30 //所属区域list
31 distictList:[ 31 distictList:[
32 { 32 {
33 distict:'港务区', 33 distict:'东关街道',
34 label:'港务区' 34 label:'东关街道'
35 }, 35 },
36 { 36 {
37 distict:'碑林区', 37 distict:'清真巷街道',
38 label:'碑林区' 38 label:'清真巷街道'
39 }, 39 },
40 { 40 {
41 distict:'莲湖区', 41 distict:'大众街街道',
42 label:'莲湖区' 42 label:'大众街街道'
43 } 43 },{
44 distict:'周家泉街道',
45 label:'周家泉街道'
46 },{
47 distict:'乐家湾镇街道',
48 label:'乐家湾镇街道'
49 },{
50 distict:'韵家口镇街道',
51 label:'韵家口镇街道'
52 },
44 ], 53 ],
45 //进展阶段list 54 //进展阶段list
46 evdlveStageList:[ 55 evdlveStageList:[
...@@ -79,6 +88,7 @@ var self = new Vue({ ...@@ -79,6 +88,7 @@ var self = new Vue({
79 procjectOverview:'' ,//项目概况 88 procjectOverview:'' ,//项目概况
80 progress:'',//进展情况 89 progress:'',//进展情况
81 content:'',// 建设类容 90 content:'',// 建设类容
91 id:null
82 }, 92 },
83 fromsrcid:'', 93 fromsrcid:'',
84 } 94 }
...@@ -106,7 +116,8 @@ var self = new Vue({ ...@@ -106,7 +116,8 @@ var self = new Vue({
106 this.form.evdlveStage = res.data.data.evdlveStage 116 this.form.evdlveStage = res.data.data.evdlveStage
107 this.form.procjectOverview = res.data.data.procjectOverview 117 this.form.procjectOverview = res.data.data.procjectOverview
108 this.form.progress = res.data.data.progress 118 this.form.progress = res.data.data.progress
109 this.form.content = res.data.data.content 119 this.form.content = res.data.data.content,
120 this.form.id = res.data.data.id
110 } 121 }
111 }) 122 })
112 }, 123 },
...@@ -120,6 +131,7 @@ var self = new Vue({ ...@@ -120,6 +131,7 @@ var self = new Vue({
120 this.$message.error('请先输入数据进行保存.... ') 131 this.$message.error('请先输入数据进行保存.... ')
121 return false 132 return false
122 } 133 }
134
123 axios.post(CONF_NEWGHSC_SERVERURL +'/wfsj/phqgz',null ,{ data:this.form }).then(res=>{ 135 axios.post(CONF_NEWGHSC_SERVERURL +'/wfsj/phqgz',null ,{ data:this.form }).then(res=>{
124 if(res && res.data && res.data.code ==200){ 136 if(res && res.data && res.data.code ==200){
125 this.$message.success('新增数据成功') 137 this.$message.success('新增数据成功')
......