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
e24c0be4
authored
2020-11-03 15:32:05 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
逻辑幢前后端联调
1 parent
9274d1a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/views/systemZRZ/ljz/index.vue
src/views/systemZRZ/ljz/index.vue
View file @
e24c0be
...
...
@@ -86,7 +86,7 @@
<span
@
click=
"deleteYtInfo(index)"
>
删除
</span>
</td>
<td
colspan=
"9"
>
<el-select
v-model=
"item1.fw
jg
zdbsm"
placeholder=
"请选择"
>
<el-select
v-model=
"item1.fw
yt
zdbsm"
placeholder=
"请选择"
>
<el-option
v-for=
"item in $store.state.tdytList"
:key=
"item.bsm"
...
...
@@ -165,6 +165,7 @@
<
script
>
import
{
insertLjzInfo
}
from
"../../../api/zrz"
;
import
{
formdate
}
from
"../../../libs/function"
;
export
default
{
name
:
'ljz'
,
components
:{},
...
...
@@ -246,7 +247,11 @@
onSave
(){
console
.
log
(
this
.
form
)
//自然幢标识码
this
.
form
.
zrzbsm
=
this
.
$router
.
query
.
bsm
;
if
(
this
.
form
.
zrzbsm
===
""
||
this
.
form
.
zrzbsm
==
null
){
this
.
form
.
zrzbsm
=
this
.
$store
.
state
.
zrzbsm
;
}
//todo 竣工日期
this
.
form
.
jgrq
=
"2020-10-21"
;
insertLjzInfo
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"保存成功"
)
...
...
Please
register
or
sign in
to post a comment