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
e761a1e6
authored
2020-12-30 15:46:45 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式代码提交
1 parent
f52fd678
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
src/views/zd/mjftb/index.vue
src/views/zrz/zrzxx/index.vue
src/views/zd/mjftb/index.vue
View file @
e761a1e
...
...
@@ -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 @
e761a1e
...
...
@@ -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