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
ee7a9031
authored
2020-12-15 15:38:37 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
现有问题修改
1 parent
b266090b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
96 additions
and
22 deletions
src/components/plh/plH.vue
src/views/zd/zddcb/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/xxxx/index.vue
src/components/plh/plH.vue
View file @
ee7a903
...
...
@@ -187,7 +187,7 @@
<tr>
<td
colspan=
"12"
rowspan=
"4"
align=
"center"
>
<Qlxz
ref=
"qlxzModule"
:hasSyqx=
'false'
></Qlxz>
<Qlxz
ref=
"qlxzModule"
:hasSyqx=
'false'
:formData=
"form"
></Qlxz>
</td>
</tr>
<tr></tr>
...
...
@@ -210,7 +210,7 @@
</div>
<div
class=
"shop"
>
<el-button
type=
"primary"
@
click=
"save"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"res
ul
t"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"res
e
t"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"cancel"
>
取消
</el-button>
</div>
</el-dialog>
...
...
@@ -252,6 +252,7 @@
},
form
:{
qszt
:
'0'
,
jzmj
:
''
,
tnjzmj
:
''
,
ftjzmj
:
''
,
...
...
@@ -360,8 +361,50 @@
this
.
isVisible
=
false
this
.
result
()
},
result
:
function
()
{
reset
:
function
()
{
this
.
form
=
{
qszt
:
'0'
,
jzmj
:
''
,
tnjzmj
:
''
,
ftjzmj
:
''
,
dxbfjzmj
:
''
,
qtjzmj
:
''
,
ftxs
:
''
,
hxbsm
:
''
,
hxjgbsm
:
''
,
gytdmj
:
''
,
fttdmj
:
''
,
dytdmj
:
''
,
fwlxbsm
:
''
,
fwcbbsm
:
''
,
fwcqlybsm
:
''
,
fwxzbsm
:
''
,
dqtgs
:
''
,
nqtgs
:
''
,
xqtgs
:
''
,
bqtgs
:
''
,
fwjgbsm
:
''
,
fwytList
:[{
glbsm
:
''
,
//关联标识码
fwytzdbsm
:
''
,
//房屋用途字典标识码
sx
:
''
,
//顺序
fwsjytbsm
:
''
,
//房屋实际用途字典标识码
}],
fwjgList
:[{
fwjgzdbsm
:
''
,
//房屋结构字典标识码
glbsm
:
''
,
//关联标识码
sx
:
''
,
//顺序
}],
qlxzList
:[{
qlxzdm
:
''
,
//权利性质代码
glbsm
:
''
,
//宗地BSM、自然幢BSM、户BSM、多幢BSM、宗海BSM
qlxzzdbsm
:
''
,
//权利性质字典表标识码
qlxzmc
:
''
,
//权利名称名称
zhqlxzlx
:
''
,
//除宗海数据外,默认都是空;0:用海类型权利性质;2:海岛用途权利性质
addQjTdytRequestList
:[{
}],
//土地用途新增实体列表
}]
}
},
save
:
function
()
{
this
.
form
[
'hbsms'
]
=
this
.
bsms
...
...
@@ -372,6 +415,8 @@
if
(
res
.
code
===
200
){
this
.
lodding
()
this
.
$message
.
success
(
"保存成功!"
)
this
.
reset
();
this
.
close
();
}
})
},
...
...
src/views/zd/zddcb/index.vue
View file @
ee7a903
...
...
@@ -150,15 +150,17 @@
<tr>
<td
colspan=
"2"
>
国民经济行业分类
</td>
<td
colspan=
"4"
>
<el-select
class=
"formSelect"
:disabled=
"formData.qszt!='0'"
v-model=
"formData.gmjjhyflbsm"
>
<el-option
v-for=
"item in $store.state.gmjjhyflbsmList"
:key=
"item.bsm"
:label=
"item.mc"
:value=
"item.bsm"
>
</el-option>
</el-select>
<el-select-tree
:disabled=
"formData.qszt!='0'"
:default-expand-all=
"defaultExpandAll"
:multiple=
"multiple"
:placeholder=
"placeholder"
:data=
"$store.state.gmjjhyflbsmList"
:props=
"treeProps"
:check-strictly=
"checkStrictly"
:clearable=
"clearable"
v-model=
"formData.gmjjhyflbsm"
></el-select-tree>
</td>
<td
colspan=
"2"
>
价格(元)
</td>
<td
colspan=
"4"
class=
"psr"
>
...
...
@@ -384,6 +386,21 @@ export default {
props
:
{},
data
()
{
return
{
//树型结构
show
:
true
,
clearable
:
true
,
defaultExpandAll
:
true
,
multiple
:
false
,
placeholder
:
"请选择"
,
disabled
:
false
,
checkStrictly
:
true
,
treeProps
:
{
value
:
"dm"
,
children
:
"children"
,
label
:
"mc"
,
},
rules
:
[],
rjl
:
''
,
jzmd
:
''
,
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
ee7a903
...
...
@@ -310,7 +310,7 @@
<tr>
<td
colspan=
"12"
rowspan=
"4"
align=
"center"
>
<Qlxz
ref=
"qlxzModule"
:hasSyqx=
'false'
></Qlxz>
<Qlxz
ref=
"qlxzModule"
:hasSyqx=
'false'
:formData=
"form"
></Qlxz>
</td>
</tr>
<tr></tr>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
ee7a903
...
...
@@ -507,6 +507,9 @@ export default {
openLpbDialog
(
data
,
type
)
{
this
.
treeData
=
data
;
this
.
menuType
=
type
;
this
.
$nextTick
(()
=>
{
this
.
resetInfo
();
});
this
.
dialogVisible
=
true
;
},
//弹框中的保存按钮,根据不同菜单点击类型调用不同子组件的保存方法
...
...
src/views/zrz/lpb/xxxx/index.vue
View file @
ee7a903
<
template
>
<div
class=
""
>
<el-radio-group
v-model=
"scyclx"
@
change=
"scyclxChange"
>
<el-radio-button
label=
"0"
>
预测
</el-radio-button>
<el-radio-button
label=
"1"
>
实测
</el-radio-button>
</el-radio-group>
<el-table
:data=
"tableData"
style=
"width: 100%;margin-bottom: 20px;"
...
...
@@ -35,23 +39,23 @@
</el-table-column>
<el-table-column
prop=
"jzmj"
label=
"
面积
"
>
label=
"
建筑面积(㎡)
"
>
</el-table-column>
<el-table-column
prop=
"tnjzmj"
label=
"套内建筑面积"
>
label=
"套内建筑面积
(㎡)
"
>
</el-table-column>
<el-table-column
prop=
"ftjzmj"
label=
"分摊建筑面积"
>
label=
"分摊建筑面积
(㎡)
"
>
</el-table-column>
<el-table-column
prop=
"dxbfjzmj"
label=
"地下部分建筑面积"
>
label=
"地下部分建筑面积
(㎡)
"
>
</el-table-column>
<el-table-column
prop=
"qtjzmj"
label=
"其它建筑面积"
>
label=
"其它建筑面积
(㎡)
"
>
</el-table-column>
</el-table>
</div>
...
...
@@ -65,7 +69,8 @@ export default {
props
:{},
data
(){
return
{
tableData
:
[]
tableData
:
[],
scyclx
:
'0'
,
}
},
created
(){},
...
...
@@ -74,6 +79,10 @@ export default {
},
methods
:{
scyclxChange
(){
this
.
getData
();
},
chFilter
(
row
,
column
){
if
(
row
.
ch
===
0
){
return
''
...
...
@@ -91,8 +100,8 @@ export default {
},
getData
(){
let
zrzbsm
=
'12a4eb0cf2b527273ff5f0b96820715a'
;
let
scyclx
=
'0'
;
let
zrzbsm
=
this
.
$store
.
state
.
zrzbsm
;
let
scyclx
=
this
.
scyclx
;
getDetailInfo
(
zrzbsm
,
scyclx
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
console
.
log
(
res
.
result
)
...
...
Please
register
or
sign in
to post a comment