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
4400274d
authored
2020-12-04 16:19:05 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
0136a01e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
26 deletions
src/components/formMenu/qlxz.vue
src/views/zd/index.vue
src/components/formMenu/qlxz.vue
View file @
4400274
...
...
@@ -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/views/zd/index.vue
View file @
4400274
...
...
@@ -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
()
{},
...
...
Please
register
or
sign in
to post a comment