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
54e1db13
authored
2020-12-30 16:01:22 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
29663fa9
2bee774c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
37 deletions
src/components/lineTree/lineItem.vue
src/views/dbx/dbxinfo/index.vue
src/views/panel/index.vue
src/views/zd/mjftb/index.vue
src/views/zrz/zrzxx/index.vue
src/components/lineTree/lineItem.vue
View file @
54e1db1
...
...
@@ -52,29 +52,30 @@
}"
:ref="($route.query.bsm
&&
$route.query.bsm==item.bsm)?'curZxx':''"
:data-zdbsm="item.zdbsm"
:title=item.mc
>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"background:#00dd00; "
>
<span
class=
"qsztFont"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"background: #238ff9; "
>
<span
class=
"qsztFont"
>
现
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
style=
"background: #f79700; "
>
<span
class=
"qsztFont"
>
临
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='1'"
style=
"background:#00dd00; "
>
<span
class=
"qsztFont"
>
正
</span>
</span>
<span
class=
"qsztImg"
v-if=
"item.qszt=='2'"
style=
"background: #238ff9; "
>
<span
class=
"qsztFont"
>
现
</span>
</span>
<!--
<img
class=
"qsztImg"
v-if=
"item.qszt=='0'"
:src=
"linshi"
/>
<img
class=
"qsztImg"
v-if=
"item.qszt=='1'"
:src=
"zhengshi"
/>
<img
class=
"qsztImg"
v-if=
"item.qszt=='2'"
:src=
"xianshi"
/>
-->
<span
v-if=
"item.type=='zrz'"
>
(自然幢)
</span>
<span
v-if=
"item.type=='dz'"
>
(多幢)
</span>
<span
v-if=
"item.type=='gzw'"
>
(构筑物)
</span>
<span
v-if=
"item.type=='zrz'"
>
(自然幢)
</span>
<span
v-if=
"item.type=='dz'"
>
(多幢)
</span>
<span
v-if=
"item.type=='gzw'"
>
(构筑物)
</span>
{{
item
.
mc
}}
{{
item
.
mc
}}
</div>
</div>
...
...
src/views/dbx/dbxinfo/index.vue
View file @
54e1db1
...
...
@@ -68,7 +68,7 @@
data
()
{
return
{
activeName
:
'zhcx'
,
type
:
'a
ll
'
,
type
:
'a
dd
'
,
total
:
0
,
pageNo
:
1
,
pageSize
:
15
,
...
...
src/views/panel/index.vue
View file @
54e1db1
...
...
@@ -30,7 +30,7 @@
class=
"box"
v-for=
"(item, index) in list"
:key=
"index"
@
click=
"handleSelect"
@
click=
"handleSelect
(item)
"
>
<div
class=
"psr"
>
<img
:src=
"item.img"
alt=
""
/>
...
...
@@ -97,13 +97,14 @@ export default {
{
name
:
"退件箱"
,
img
:
require
(
"@assets/images/tjx.png"
),
count
:
0
},
],
list
:
[
{
name
:
"宗地分割"
,
img
:
require
(
"@assets/images/zdfg.png"
)
},
{
name
:
"宗地分割"
,
img
:
require
(
"@assets/images/zdfg.png"
)
,
path
:
'change'
,
oLevel
:
'fg'
,
tLevel
:
'zd'
},
{
name
:
"
导入楼盘表模板
"
,
name
:
"
宗地合并
"
,
img
:
require
(
"@assets/images/drlpbmb.png"
),
path
:
'change'
,
oLevel
:
'hb'
,
tLevel
:
'zd'
},
{
name
:
"
新办房屋"
,
img
:
require
(
"@assets/images/xbfw.png"
)
},
{
name
:
"重新落宗"
,
img
:
require
(
"@assets/images/cxlz.png"
)
},
{
name
:
"
范围属性变更"
,
img
:
require
(
"@assets/images/xbfw.png"
),
path
:
'change'
,
oLevel
:
'fwsxbg'
,
tLevel
:
''
},
{
name
:
"重新落宗"
,
img
:
require
(
"@assets/images/cxlz.png"
)
,
path
:
'change'
,
oLevel
:
'cxlz'
,
tLevel
:
''
},
{
name
:
"添加"
,
img
:
require
(
"@assets/images/tj.png"
)
},
],
tableData
:
[
...
...
@@ -161,12 +162,16 @@ export default {
//非编辑状态才可以点击
if
(
!
this
.
isEdit
)
{
if
(
item
.
path
){
let
params
=
{};
if
(
item
.
oLevel
!==
''
){
params
.
oLevel
=
item
.
oLevel
;
}
if
(
item
.
tLevel
!==
''
){
params
.
tLevel
=
item
.
tLevel
;
}
this
.
$router
.
push
({
path
:
'/change'
,
query
:{
oLevel
:
'fg'
,
tLevel
:
'h'
}
path
:
item
.
path
,
query
:
params
})
}
}
...
...
src/views/zd/mjftb/index.vue
View file @
54e1db1
...
...
@@ -43,22 +43,22 @@
>
</td>
<td
class=
"dzwdm"
>
<el-input
v-model=
"item.dzwdm"
placeholder=
"请输入定着物代码"
maxlength=
"9"
<el-input
v-model=
"item.dzwdm"
maxlength=
"9"
>
</el-input>
</td>
<td
class=
"syqmj"
>
<el-input
placeholder=
"请输入使用所有权面积"
style=
"ime-mode:inactive"
<el-input
style=
"ime-mode:inactive"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
v-model="item.tdsyqsyqmj"
>
</el-input>
</td>
<td
class=
"dytdmj"
>
<el-input
v-model=
"item.dydytdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入独有独用土地面积"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
<el-input
v-model=
"item.dydytdmj"
style=
"ime-mode:inactive"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
</td>
<td
class=
"fttjmj"
>
<el-input
v-model=
"item.fttdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入分摊土地面积"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
<el-input
v-model=
"item.fttdmj"
style=
"ime-mode:inactive"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
</td>
</tr>
<tr>
...
...
src/views/zrz/zrzxx/index.vue
View file @
54e1db1
...
...
@@ -148,7 +148,7 @@
<tr
v-for=
"(item1,index) in form.fwytList"
:key=
"index"
>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"ytTitleRowspan"
class=
"tdright"
id=
"ytTitle"
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addYtInfo"
></i>
<span>
<i
class=
"requisite"
>
*
</i>
用途
</span>
<span>
<i
class=
"requisite"
>
*
</i>
房屋
用途
</span>
</td>
<td
colspan=
"1"
style=
"min-width:120px"
class=
"tdright"
>
...
...
@@ -171,7 +171,7 @@
v-model=
"item1.fwytzdbsm"
></el-select-tree>
</td>
<td
colspan=
"2"
class=
"tdright"
>
用途
</td>
<td
colspan=
"2"
class=
"tdright"
>
实际
用途
</td>
<td
colspan=
"4"
>
<el-select-tree
style=
"width:100%"
ref=
"yt"
...
...
@@ -195,8 +195,9 @@
<span><i
class=
"requisite"
>
*
</i>
房屋结构
</span>
</td>
<td
colspan=
"1"
class=
"tdright"
>
<i
class=
"iconfont iconicon-test"
style=
"margin-right: 8px;color:#FA6400;font-size:30px"
@
click=
"deleteFwjgInfo(index)"
></i>
<span>
删除
</span>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteFwjgInfo(index)"
></i>
房屋结构
</td>
<td
colspan=
"9"
>
<el-select
class=
"persent78"
ref=
"fwjg"
:disabled=
"form.qszt!='0'"
v-model=
"item1.fwjgzdbsm"
placeholder=
"请选择"
>
...
...
Please
register
or
sign in
to post a comment