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
47185e73
authored
2022-11-16 16:35:10 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
0b03afa8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/views/workflow/components/InformationTable.vue
src/views/workflow/components/addQlr.vue
src/views/ywbl/jsydsyq/slxx300.vue
src/views/workflow/components/InformationTable.vue
View file @
47185e7
...
...
@@ -138,7 +138,8 @@ export default {
},
methods
:
{
updateDetail
(
value
)
{
this
.
tableDataList
[
this
.
dataIndex
]
=
value
this
.
tableDataList
[
this
.
dataIndex
]
=
value
;
console
.
log
(
this
.
tableDataList
);
this
.
key
++
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
},
...
...
src/views/workflow/components/addQlr.vue
View file @
47185e7
...
...
@@ -4,7 +4,7 @@
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人类型"
prop=
"
ql
rlx"
>
<el-form-item
label=
"权利人类型"
prop=
"
sq
rlx"
>
<el-select
clearable
v-model=
"ruleForm.sqrlx"
class=
"width100"
placeholder=
"请选择"
>
<el-option
v-for=
"item in dictData['A36']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
...
...
@@ -151,7 +151,7 @@ export default {
return
{
myValue
:
this
.
value
,
ruleForm
:
{
ql
rlx
:
''
,
sq
rlx
:
''
,
sqrmc
:
''
,
zjzl
:
''
,
zjh
:
''
,
...
...
@@ -172,7 +172,7 @@ export default {
dlrzjh
:
''
},
rules
:
{
ql
rlx
:
[
sq
rlx
:
[
{
required
:
true
,
message
:
'权利人类型'
,
trigger
:
'change'
}
],
sqrmc
:
[
...
...
src/views/ywbl/jsydsyq/slxx300.vue
View file @
47185e7
...
...
@@ -145,7 +145,7 @@
</el-form-item>
</el-col>
</el-row>
<InformationTable
:tableData=
"ruleForm.qlrList"
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.slywxx.gyfs"
/>
<InformationTable
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
'upDateQlrxxList'
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.slywxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
Please
register
or
sign in
to post a comment