Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8759a906
authored
2020-12-25 16:51:05 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
523d79c0
5e481272
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
66 additions
and
12 deletions
src/assets/less/main.less
src/views/manage/log/index.vue
src/views/panel/change/cxlz/index.vue
src/views/panel/change/fwsxbg/index.vue
src/views/panel/change/hb/index.vue
src/views/zrz/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/assets/less/main.less
View file @
8759a90
...
...
@@ -98,7 +98,7 @@ ol, ul { list-style:none; }
.tabs{
>.el-tabs__content{
position: unset;
margin-top:
5
0px;
margin-top:
4
0px;
}
>.is-top{
position: -webkit-fixed;
...
...
src/views/manage/log/index.vue
View file @
8759a90
...
...
@@ -52,6 +52,11 @@
</el-table-column>
</el-table>
</div>
<div
class=
"pagination"
>
<el-pagination
background
layout=
"prev, pager, next,total"
:total=
"total"
:current-page=
"pageNo"
:page-size=
"pageSize"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</div>
</div>
</
template
>
...
...
@@ -65,6 +70,10 @@
errorLog
:[],
concreteLog
:
''
,
total
:
0
,
pageNo
:
1
,
pageSize
:
50
,
outerVisible
:
false
,
innerVisible
:
false
,
...
...
@@ -98,15 +107,21 @@
methods
:{
getData
(){
let
data
=
{
"startTime"
:
""
,
"pageNo"
:
1
,
"pageSize"
:
50
"startTime"
:
this
.
startValue
,
"endTime"
:
this
.
endValue
,
"pageNo"
:
this
.
pageNo
,
"pageSize"
:
this
.
pageSize
};
getLogData
(
data
).
then
((
res
)
=>
{
console
.
log
(
res
.
result
);
this
.
tableData
=
res
.
result
.
records
;
this
.
total
=
res
.
result
.
total
})
},
handleCurrentChange
(
val
)
{
this
.
pageNo
=
val
;
this
.
getData
();
},
query
(){
let
data
=
{
"startTime"
:
this
.
startValue
,
...
...
@@ -175,5 +190,8 @@
margin
:
10px
;
}
.pagination
{
padding
:
18px
0
;
}
</
style
>
\ No newline at end of file
...
...
src/views/panel/change/cxlz/index.vue
View file @
8759a90
...
...
@@ -343,8 +343,8 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
96
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
08
;
document
.
body
.
clientHeight
)
-
3
52
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
20
;
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
34
-
6
;
});
},
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
8759a90
...
...
@@ -312,8 +312,8 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
9
2
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
08
;
3
5
2
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
22
;
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
34
-
6
;
});
},
...
...
src/views/panel/change/hb/index.vue
View file @
8759a90
...
...
@@ -731,7 +731,7 @@
}
}
.zxx
{
width
:
calc
(
60%
-
40
px
);
width
:
calc
(
60%
-
24
px
);
margin-left
:
20px
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/views/zrz/index.vue
View file @
8759a90
...
...
@@ -43,7 +43,7 @@ export default {
},
created
()
{},
mounted
()
{
this
.
$store
.
state
.
contentWidth
=
this
.
$refs
.
lpb
.
offsetWidth
-
37
;
this
.
$store
.
state
.
contentWidth
=
this
.
$refs
.
lpb
.
offsetWidth
-
44
;
},
computed
:
{},
watch
:
{},
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
8759a90
...
...
@@ -584,6 +584,8 @@ export default {
this
.
$message
.
success
(
"实预测转换成功"
);
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
'1'
);
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
'0'
);
}
else
if
(
res
.
code
===
500
)
{
this
.
$message
.
warning
(
res
.
message
);
}
});
},
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
8759a90
...
...
@@ -279,7 +279,7 @@
</div>
<!-- <div class="ch-wrap">层户</div> -->
<div
class=
"zrz"
:style=
"{ width: lpbContentWidth + 'px' }"
>
{{ lpbData.xmmc }}
<el-checkbox
v-model=
"zrzChecked"
@
change=
'lpbSelectAll'
>
{{ lpbData.xmmc }}
</el-checkbox>
</div>
</div>
<ul
...
...
@@ -455,7 +455,8 @@ export default {
fghs
:
""
,
oldbsm
:
''
,
fgfx
:
0
}
},
zrzChecked
:
false
,
//自然幢全选
};
},
created
()
{},
...
...
@@ -954,6 +955,20 @@ export default {
this
.
hbsmList
.
push
(
this
.
chData
);
}
this
.
hcxlzVisible
=
true
},
//楼盘表户全选
lpbSelectAll
(
value
){
if
(
value
){
this
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
item
.
className
=
"tdSelect"
;
this
.
hbsmList
.
push
(
item
.
dataset
.
bsm
);
// 将户bsm放进hbsmList
});
}
else
{
this
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
item
.
className
=
""
;
this
.
hbsmList
=
[];
});
}
}
},
computed
:
{
...
...
@@ -1235,5 +1250,24 @@ export default {
margin
:
20px
auto
0
;
width
:
150px
;
}
.el-checkbox
{
font-size
:
16px
;
/deep/.el-checkbox__label{
font-size
:
16px
;
}
/
deep
/
.el-checkbox__inner
{
width
:
16px
;
height
:
16px
;
}
/
deep
/
.el-checkbox__inner
::after
{
height
:
9px
;
left
:
4px
;
top
:
0px
;
width
:
5px
;
}
/
deep
/
.el-checkbox__input
{
top
:
1px
;
}
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment