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
4184e3d2
authored
2021-01-11 14:38:49 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加字段
1 parent
70a8f15b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
src/views/panel/change/fg/index.vue
src/views/zd/zddcb/index.vue
src/views/panel/change/fg/index.vue
View file @
4184e3d
...
...
@@ -636,7 +636,7 @@
if
(
res
.
success
)
{
this
.
getRightTree
(
res
.
result
,
'0,1,2'
);
this
.
$router
.
push
({
path
:
'/
dz
'
,
path
:
'/
zd
'
,
query
:
{
bsm
:
res
.
result
,
source
:
3
,
//分割标识
...
...
src/views/zd/zddcb/index.vue
View file @
4184e3d
...
...
@@ -125,11 +125,6 @@
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
坐落
</td>
<td
colspan=
"4"
>
<input
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zl"
class=
"formInput"
v-model=
"formData.zl"
/>
</td>
<td
colspan=
"2"
class=
"tdright"
>
项目名称
</td>
<td
colspan=
"4"
class=
"psr"
>
<input
:disabled=
"disabled"
...
...
@@ -138,6 +133,14 @@
v-model=
"formData.xmmc"
/>
</td>
<td
colspan=
"2"
class=
"tdright"
>
预编宗地代码
</td>
<td
colspan=
"4"
class=
"psr"
>
<input
:disabled=
"disabled"
type=
"text"
class=
"formInput "
v-model=
"formData.ybzddm"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
>
国民经济行业分类
</td>
...
...
@@ -281,6 +284,14 @@
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
坐落
</td>
<td
colspan=
"10"
>
<input
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zl"
class=
"formInput"
v-model=
"formData.zl"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
rowspan=
"4"
class=
"tdright"
>
宗地四至
</td>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
北至
</td>
<td
colspan=
"8"
class=
"psr"
>
...
...
Please
register
or
sign in
to post a comment