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
a067a391
authored
2020-12-04 16:27:25 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
84f56c31
867392cd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
38 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlxz.vue
src/store/index.js
src/views/Home.vue
src/views/zd/index.vue
src/views/zd/zddcb/index.vue
src/components/formMenu/qlr.vue
View file @
a067a39
...
...
@@ -17,9 +17,9 @@
<span
class=
"span"
@
click=
"delRow"
>
删除
</span>
</el-col>
<el-col
:span=
"4"
class=
"fr"
v-show=
"qszt!='0'"
>
<span
class=
"noEdit"
@
click=
"addRow"
>
新增
</span>
<span
class=
"noEdit"
@
click=
"changeRow"
>
修改
</span>
<span
class=
"noEdit"
@
click=
"delRow"
>
删除
</span>
<span
class=
"noEdit"
>
新增
</span>
<span
class=
"noEdit"
>
修改
</span>
<span
class=
"noEdit"
>
删除
</span>
</el-col>
</el-row>
</td>
...
...
src/components/formMenu/qlxz.vue
View file @
a067a39
...
...
@@ -105,6 +105,7 @@
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.tdsyqssj"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
>
...
...
@@ -134,7 +135,6 @@
type=
"text"
style=
"top: -1px;"
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.pzytdm"
class=
"formInput"
/>
...
...
@@ -143,7 +143,6 @@
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.sjytdm"
class=
"formInput"
/>
...
...
@@ -151,8 +150,8 @@
<li>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.syqx"
class=
"formInput"
/>
...
...
@@ -212,6 +211,7 @@
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.tdsyjssj"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
>
...
...
src/store/index.js
View file @
a067a39
...
...
@@ -47,7 +47,8 @@ const store = new Vuex.Store({
hbsm
:
''
,
contentWidth
:
''
,
//内容区域宽度
zrzh
:
''
,
//自然幢号
dzbsm
:
''
// 多幢bsm
dzbsm
:
''
,
// 多幢bsm
treeData
:[],
// 树数据
},
modules
:
{
user
,
...
...
src/views/Home.vue
View file @
a067a39
...
...
@@ -177,9 +177,11 @@ export default {
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
// "$store.state.zdbsms":function (zdbsms) {
// this.getTreeByS(zdbsms)
// }
"$store.state.treeData"
:
function
(
val
)
{
console
.
log
(
val
,
'val'
);
this
.
pd
=
val
;
}
},
mounted
(){
...
...
src/views/zd/index.vue
View file @
a067a39
...
...
@@ -20,7 +20,6 @@ import jzx from "./jzx";
import
djb
from
"./djb"
;
import
lshs
from
"./lshs"
;
import
fjcl
from
"./fjcl/fjcl"
import
{
queryjzd
,
queryjzx
}
from
"@/api/zd"
export
default
{
name
:
""
,
components
:
{
...
...
@@ -30,34 +29,12 @@ export default {
data
()
{
return
{
activeName
:
"djdcb"
,
jzd
:[],
jzx
:[]
};
},
methods
:
{
handleClick
(
tab
,
event
)
{
// console.log(tab, event);
},
//查询界址点
getJZD
(){
var
bsm
=
this
.
$store
.
state
.
zdbsm
;
this
.
jzx
=
[];
queryjzd
({
glBsm
:
bsm
}).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
jzd
=
res
.
data
.
data
;
}
})
},
//查询界址线
getJZX
(){
var
bsm
=
this
.
$store
.
state
.
zdbsm
;
this
.
jzx
=
[];
queryjzx
({
glBsm
:
bsm
}).
then
(
res
=>
{
if
(
res
.
code
=
200
){
this
.
jzx
=
res
.
data
.
data
;
}
});
}
},
created
()
{},
mounted
()
{},
...
...
src/views/zd/zddcb/index.vue
View file @
a067a39
...
...
@@ -339,7 +339,7 @@
</table>
<div
style=
"min-height: 40px;text-align: center;margin-top: 10px"
>
<el-button
type=
"success"
@
click=
"updateZDxx
()
"
>
保存
</el-button>
<el-button
type=
"success"
@
click=
"updateZDxx"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"submitZDxx"
>
提交
</el-button>
</div>
</div>
...
...
@@ -349,12 +349,13 @@
<
script
>
import
Qlr
from
"../../../components/formMenu/qlr"
;
import
Qlxz
from
"../../../components/formMenu/qlxz"
;
import
{
submit
}
from
"../../../api/common"
import
{
getAllList
,
getDdicByMC
,
getListByXzqbsm
,
getListByPbsm
,
submit
,
getTree
,
}
from
"../../../api/common"
;
import
{
getBdcdyh
,
...
...
@@ -623,11 +624,16 @@ export default {
status
:
1
,
type
:
"zd"
}
submit
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"提交完成!"
)
this
.
getZdjbxxData
(
this
.
$store
.
state
.
zdbsm
);
this
.
$message
.
success
(
"提交成功!"
)
this
.
getZdjbxxData
(
this
.
curZdbsm
);
getTree
(
this
.
curZdbsm
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
// console.log('successsuccesssuccesssuccess');
this
.
$store
.
state
.
treeData
=
res
.
result
;
}
});
}
})
},
...
...
Please
register
or
sign in
to post a comment