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
afd2c3d3
authored
2021-01-07 15:43:49 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
c,ljz,批量提交户的数据验证
1 parent
907569b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
src/views/zrz/lpb/bjlp/c/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/lpb/bjlp/c/index.vue
View file @
afd2c3d
...
...
@@ -157,8 +157,10 @@
watch
:{
cbsm
:
{
handler
:
function
(
item
)
{
console
.
log
(
item
,
"item"
)
console
.
log
(
this
.
$parent
.
$parent
.
menuType
,
"this.$parent.$parent.menuType"
)
if
(
item
!=
''
&&
this
.
$parent
.
$parent
.
menuType
==
'c'
){
this
.
get
LjzInfo
(
this
.
item
)
this
.
get
Cinfo
(
item
)
}
},
immediate
:
true
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
afd2c3d
...
...
@@ -412,9 +412,11 @@ export default {
Message
.
warning
(
"已提交的户无法继续操作"
)
}
else
{
batchCommit
(
this
.
bsms
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
code
===
200
)
{
Message
.
success
(
"提交成功"
);
this
.
getlpbData
();
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
}
...
...
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
afd2c3d
...
...
@@ -55,33 +55,33 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
预测建筑面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.ycjzmj"
></el-input>
<el-input
v-model=
"form.ycjzmj"
maxlength=
"8"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
实测建筑面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.scjzmj"
></el-input>
<el-input
v-model=
"form.scjzmj"
maxlength=
"8"
></el-input>
</td>
</tr>
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
预测地下面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.ycdxmj"
></el-input>
<el-input
v-model=
"form.ycdxmj"
maxlength=
"8"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
实测地下面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.scdxmj"
></el-input>
<el-input
v-model=
"form.scdxmj"
maxlength=
"8"
></el-input>
</td>
</tr>
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
预测其他面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.ycqtmj"
></el-input>
<el-input
v-model=
"form.ycqtmj"
maxlength=
"8"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
实测其他面积(㎡)
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.scqymj"
></el-input>
<el-input
v-model=
"form.scqymj"
maxlength=
"8"
></el-input>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment