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
46e7e7fb
authored
2020-11-27 17:03:16 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
0ac9f2de
a00acbd6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
src/components/plc/plC.vue
src/components/plsh/plSh.vue
src/components/plc/plC.vue
View file @
46e7e7f
...
...
@@ -10,51 +10,51 @@
<div>
<table
border=
"1"
>
<tr>
<td>
层建筑面积
</td>
<td>
层建筑面积
(㎡)
</td>
<td>
<
input
type=
"text"
v-model=
"qlcData.cjzmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层建筑面积(㎡)">
</el-input
>
</td>
<td>
层套内建筑面积
层套内建筑面积
(㎡)
</td>
<td>
<
input
text=
"text"
v-model=
"qlcData.ctnjzmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.ctnjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层套内建筑面积(㎡)" >
</el-input
>
</td>
</tr>
<tr>
<td>
层阳台面积
</td>
<td>
层阳台面积
(㎡)
</td>
<td>
<
input
type=
"text"
v-model=
"qlcData.cytmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cytmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层阳台面积(㎡)">
</el-input
>
</td>
<td>
层半墙面积
层半墙面积
(㎡)
</td>
<td>
<
input
text=
"text"
v-model=
"qlcData.cbqmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cbqmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层半墙面积(㎡)">
</el-input
>
</td>
</tr>
<tr>
<td>
层共有建筑面积(㎡)
</td>
<td>
<
input
type=
"text"
v-model=
"qlcData.cgyjzmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cgyjzmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层共有建筑面积(㎡)">
</el-input
>
</td>
<td>
层分摊建筑面积(㎡)
</td>
<td>
<
input
text=
"text"
v-model=
"qlcData.cftjzmj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cftjzmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层分摊建筑面积(㎡)">
</el-input
>
</td>
</tr>
<tr>
<td>
层高
</td>
<td>
层高
(m)
</td>
<td>
<
input
type=
"text"
v-model=
"qlcData.cg"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.cg"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="层高(m)">
</el-input
>
</td>
<td>
水平投影面积(㎡)
</td>
<td>
<
input
text=
"text"
v-model=
"qlcData.sptymj"
class=
"inputtitle"
/
>
<
el-input
v-model=
"qlcData.sptymj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="水平投影面积(㎡)">
</el-input
>
</td>
</tr>
</table>
...
...
src/components/plsh/plSh.vue
View file @
46e7e7f
...
...
@@ -12,7 +12,7 @@
<table
border=
"1"
>
<tr>
<td>
室号前缀
</td>
<td>
单元号
</td>
<td>
幢
单元号
</td>
<td>
分割符A
</td>
<td>
层号前自动补0
</td>
<td>
层
</td>
...
...
Please
register
or
sign in
to post a comment