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
8f99da03
authored
2020-11-12 11:53:06 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
批量户的前端数据处理
1 parent
b0431b8a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
src/api/h.js
src/components/plh/plH.vue
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
src/api/h.js
View file @
8f99da0
...
...
@@ -23,3 +23,14 @@ export function updateQjH(data) {
data
:
data
})
}
/**
* 批量修改户的基本信息
*/
export
function
batchUpdateQjH
(
data
)
{
return
request
({
url
:
'/system/qjH/batchH'
,
method
:
'post'
,
data
:
data
})
}
\ No newline at end of file
...
...
src/components/plh/plH.vue
View file @
8f99da0
...
...
@@ -211,6 +211,7 @@
<
script
>
import
Qlxz
from
"./../../components/formMenu/qlxz_simple"
;
import
{
batchUpdateQjH
}
from
"../../api/h"
;
export
default
{
name
:
"plH"
,
components
:{
...
...
@@ -337,9 +338,15 @@
},
save
:
function
()
{
this
.
form
[
'hbsms'
]
=
this
.
bsms
this
.
form
.
qlxzList
=
this
.
$refs
.
qlxzModule
.
getQlxzDataList
();
console
.
log
(
"批量户信息"
)
console
.
log
(
this
.
form
)
batchUpdateQjH
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"保存成功!"
)
}
})
},
cancel
:
function
()
{
this
.
close
()
...
...
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
View file @
8f99da0
...
...
@@ -269,15 +269,15 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
共有土地面积(㎡)
</td>
<td
colspan=
"2"
>
<el-input
v-model=
"form.
z
dmj"
></el-input>
<el-input
v-model=
"form.
gyt
dmj"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
分摊土地面积(㎡)
</td>
<td
colspan=
"2"
>
<el-input
v-model=
"form.fttd
sy
mj"
></el-input>
<el-input
v-model=
"form.fttdmj"
></el-input>
</td>
<td
colspan=
"2"
align=
"center"
>
多幢独用土地面积(㎡)
</td>
<td
colspan=
"2"
>
<el-input
v-model=
"form.d
ls
ytdmj"
></el-input>
<el-input
v-model=
"form.dytdmj"
></el-input>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment