Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
4e6414d8
authored
2022-12-06 11:46:37 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
c5776848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
src/views/workflow/components/addQlr.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/ywbl/jsydsyq/slxx.vue
src/views/workflow/components/addQlr.vue
View file @
4e6414d
...
...
@@ -66,7 +66,7 @@
<el-row>
<el-col
:span=
"16"
>
<el-form-item
label=
"地址"
>
<el-input
v-model=
"ruleForm.dz"
></el-input>
<el-input
v-model=
"ruleForm.
tx
dz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -160,7 +160,7 @@ export default {
frmc
:
""
,
gjdq
:
""
,
szss
:
""
,
dz
:
""
,
tx
dz
:
""
,
yb
:
""
,
fzjg
:
""
,
dzyj
:
""
,
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
4e6414d
...
...
@@ -32,6 +32,7 @@ export default {
key
:
0
,
dataIndex
:
0
,
dialog
:
false
,
isaddupdate
:
false
,
details
:
{},
tableDataList
:
[],
InformationTable
:
[
...
...
@@ -147,16 +148,24 @@ export default {
},
methods
:
{
handleupdateDetail
(
value
)
{
if
(
!
_
.
isEqual
(
value
,
this
.
tableData
))
{
this
.
tableDataList
[
this
.
dataIndex
]
=
_
.
cloneDeep
(
value
);
// this.key++
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
debugger
if
(
this
.
isaddupdate
){
if
(
!
_
.
isEqual
(
value
,
this
.
tableData
))
{
this
.
tableDataList
[
this
.
tableDataList
.
length
]
=
_
.
cloneDeep
(
value
);
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
}
}
else
{
if
(
!
_
.
isEqual
(
value
,
this
.
tableData
))
{
this
.
tableDataList
[
this
.
dataIndex
]
=
_
.
cloneDeep
(
value
);
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
}
}
},
// 新增
addClick
()
{
this
.
dialog
=
true
this
.
isaddupdate
=
true
},
// 删除
...
...
@@ -172,6 +181,7 @@ export default {
this
.
dataIndex
=
index
this
.
dialog
=
true
this
.
details
=
row
this
.
isaddupdate
=
false
},
queryViewClick
()
{
this
.
dialog
=
true
...
...
src/views/ywbl/jsydsyq/slxx.vue
View file @
4e6414d
...
...
@@ -147,6 +147,8 @@
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
"upDateQlrxxList"
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.slywxx.gyfs"
/>
<div
v-if=
"ruleForm.ywrList && ruleForm.ywrList.length > 0"
>
<div
class=
"slxx_title title-block"
>
义务人信息
...
...
Please
register
or
sign in
to post a comment