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
b54d20d2
authored
2020-11-27 15:23:19 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
bc5f777f
e87e646e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
34 deletions
src/components/plsh/plSh.vue
src/views/panel/search/index.vue
src/views/zd/mjftb/index.vue
src/views/zrz/yzgy/index.vue
src/components/plsh/plSh.vue
View file @
b54d20d
...
...
@@ -25,13 +25,13 @@
<input
type=
"text"
class=
"inputtitle"
v-model=
"plshData.shqz"
/>
</td>
<td>
<el-checkbox
v-model=
"plshData.
isS
electDyh"
></el-checkbox>
<el-checkbox
v-model=
"plshData.
s
electDyh"
></el-checkbox>
</td>
<td>
<input
type=
"text"
class=
"inputtitle"
v-model=
"plshData.fgfA"
/>
</td>
<td>
<el-checkbox
v-model=
"plshData.
isC
hqbl"
></el-checkbox>
<el-checkbox
v-model=
"plshData.
c
hqbl"
></el-checkbox>
</td>
<td>
<el-select
v-model=
"plshData.c"
>
...
...
@@ -112,9 +112,9 @@
xlVisible
:
false
,
plshData
:
{
shqz
:
''
,
isS
electDyh
:
false
,
s
electDyh
:
false
,
fgfA
:
''
,
isC
hqbl
:
false
,
c
hqbl
:
false
,
c
:
''
,
fgfB
:
''
,
shhz
:
''
...
...
@@ -147,9 +147,9 @@
result
:
function
()
{
this
.
plshData
=
{
shqz
:
''
,
isS
electDyh
:
false
,
s
electDyh
:
false
,
fgfA
:
''
,
isC
hqbl
:
false
,
c
hqbl
:
false
,
c
:
''
,
fgfB
:
''
,
shhz
:
''
...
...
@@ -157,7 +157,6 @@
},
save
:
function
()
{
this
.
plshData
[
'bsms'
]
=
this
.
bsms
console
.
log
(
this
.
plshData
)
updateSh
(
this
.
plshData
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
lodding
();
...
...
@@ -178,7 +177,7 @@
if
(
this
.
plshData
.
shqz
!=
""
)
{
gz
+=
this
.
plshData
.
shqz
}
if
(
this
.
plshData
.
isS
electDyh
)
{
if
(
this
.
plshData
.
s
electDyh
)
{
gz
+=
"[单元号]"
}
if
(
this
.
plshData
.
fgfA
!=
""
)
{
...
...
src/views/panel/search/index.vue
View file @
b54d20d
...
...
@@ -101,7 +101,6 @@
//户保存
hbjSaveInfo
()
{
this
.
$refs
.
hbj
.
onSave
(
this
.
hbsm
,
this
.
tabPosition
);
this
.
hbjVisible
=
false
;
this
.
getData
({
pageSize
:
15
});
},
//户编辑表单重置
...
...
src/views/zd/mjftb/index.vue
View file @
b54d20d
...
...
@@ -43,20 +43,20 @@
>
</td>
<td
class=
"dzwdm"
>
<el-input
v-model=
"item.dzwdm"
>
<el-input
v-model=
"item.dzwdm"
placeholder=
"请输入定着物代码"
>
</el-input>
</td>
<td
class=
"syqmj"
>
<el-input
placeholder=
"请输入
数字
"
style=
"ime-mode:inactive"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1) } if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}
"
<el-input
placeholder=
"请输入
使用所有权面积
"
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=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1)} if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}
">
</el-input>
<el-input
v-model=
"item.dydytdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入
独有独用土地面积"
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=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1) } if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}
">
</el-input>
<el-input
v-model=
"item.fttdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入
分摊土地面积"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null
">
</el-input>
</td>
</tr>
<tr>
...
...
@@ -131,17 +131,6 @@
console
.
log
(
error
)
})
},
oninput
(
e
)
{
/* e.target.value = (e.target.value.match(/^(1|2|3|4|5|6|7|8|9|0)*(\.?\d{0,2})/g)[0]) || null*/
let
value
=
e
.
target
.
value
if
(
isNaN
(
value
))
{
console
.
log
(
value
,
'value'
);
value
=
value
.
slice
()
}
if
(
value
.
indexOf
(
'.'
)
>
0
)
{
value
=
value
.
slice
(
0
,
value
.
indexOf
(
'.'
)
+
4
)
}
},
addRow
()
{
this
.
mjftData
.
list
.
push
({
dydytdmj
:
''
,
...
...
src/views/zrz/yzgy/index.vue
View file @
b54d20d
...
...
@@ -37,12 +37,12 @@
>
-
</el-button
>
</td>
<td><
input
type=
"text"
class=
"formInput"
v-model=
"item.jgzwbh"
/
></td>
<td><
input
type=
"number"
class=
"formInput"
v-model=
"item.jgzsl"
@
keydown=
"oninput"
/
></td>
<td><
input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.jgzmj"
@
keydown=
"oninput"
/
></td>
<td><
input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.zdmj"
@
keydown=
"oninput"
/
></td>
<td><
input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.fttdmj"
@
keydown=
"oninput"
/
></td>
<td><
input
type=
"text"
class=
"formInput"
v-model=
"item.fj"
/
></td>
<td><
el-input
v-model=
"item.jgzwbh"
placeholder=
"请输入建(构)筑物编号"
></el-input
></td>
<td><
el-input
v-model=
"item.jgzsl"
oninput=
"value = (value.match(/^\d*/g)) || null"
placeholder=
"请输入建(构)筑物数量"
></el-input
></td>
<td><
el-input
v-model=
"item.jgzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="请输入建(构)筑物面积(㎡)">
</el-input
></td>
<td><
el-input
v-model=
"item.zdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="请输入占地面积(㎡)">
</el-input
></td>
<td><
el-input
v-model=
"item.fttdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" placeholder="请输入分摊土地面积(㎡)">
</el-input
></td>
<td><
el-input
v-model=
"item.fj"
placeholder=
"请输入附记"
></el-input
></td>
</tr>
<!--
<tr>
<td>
统计
</td>
...
...
@@ -108,9 +108,6 @@
}
})
},
oninput
(
e
)
{
e
.
target
.
value
=
(
e
.
target
.
value
.
match
(
/^
\d
*
(\.?\d{0,2})
/g
)[
0
])
||
null
},
addRow
()
{
this
.
Data
.
list
.
push
({
jgzwbh
:
''
,
// 建(构)筑物编号
...
...
Please
register
or
sign in
to post a comment