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
5a8b29e4
authored
2023-08-18 17:33:56 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
88f5e7c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
src/views/workflow/components/spyj.vue
src/views/workflow/components/spyj.vue
View file @
5a8b29e
...
...
@@ -11,7 +11,11 @@
</div>
<div
v-for=
"(item, index) in tableData"
:key=
"index"
>
<el-form
:model=
"tableData[index]"
label-width=
"120px"
ref=
"ruleForm'"
:rules=
"rules"
>
<el-form
:model=
"tableData[index]"
label-width=
"120px"
ref=
"ruleForm'"
>
<div
class=
"spyj_form"
>
<div
class=
"item_left"
>
<div
class=
"right"
>
{{
item
.
jdmc
}}
意见
</div>
...
...
@@ -21,7 +25,6 @@
<el-col
:span=
"24"
>
<el-form-item
label-width=
"0"
prop=
"shyj"
class=
"opinion_item"
>
<el-input
...
...
@@ -35,7 +38,7 @@
<el-button
class=
"opinion_btn"
@
click=
"commonOpinion(index)"
v-if=
"viewEdit
"
:disabled=
"!viewEdit|| item.show
"
>
常用意见
</el-button
>
</el-form-item>
...
...
@@ -90,9 +93,6 @@ export default {
jdmc
:
""
,
indexdqlc
:
0
,
shows
:
false
,
rules
:
{
shyj
:
[{
required
:
true
,
message
:
"意见不能为空"
,
trigger
:
"blur"
}],
},
};
},
...
...
@@ -189,8 +189,6 @@ export default {
* @author: renchao
*/
onSubmit
()
{
this
.
$refs
.
ruleForm
.
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
shows
=
true
;
this
.
tableData
.
forEach
((
item
,
index
)
=>
{
item
[
"bsmBusiness"
]
=
this
.
propsParam
.
bsmBusiness
;
...
...
@@ -205,10 +203,6 @@ export default {
this
.
$message
.
error
(
res
.
message
);
}
});
}
else
{
return
false
;
}
});
},
//打开常用意见列表弹窗
/**
...
...
Please
register
or
sign in
to post a comment