Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety-progress
Commits
7d656616
Commit
7d656616
authored
Apr 01, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐患反馈还原 gengdidi
parent
23b90270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
...progress-web/src/views/inspectionWork/workOrder/index.vue
+5
-5
No files found.
gassafetyprogress-web/src/views/inspectionWork/workOrder/index.vue
View file @
7d656616
...
...
@@ -501,7 +501,7 @@
<
/el-dialog
>
<!--
隐患反馈信息
-->
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"hiddenFeedOpen"
width
=
"900px"
append
-
to
-
body
@
close
=
"cancelHiddenFeedForm"
>
<
el
-
form
ref
=
"hiddenFeedForm"
:
model
=
"hiddenFeedForm"
label
-
width
=
"80px"
>
<
el
-
form
ref
=
"hiddenFeedForm"
:
model
=
"hiddenFeedForm"
:
rules
=
"hiddenFeedRules"
label
-
width
=
"80px"
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"任务标题"
prop
=
"workTitle"
>
...
...
@@ -582,13 +582,13 @@ export default {
HiddenFeedTrouble
}
,
data
()
{
/*
const validateHiddenFeedInfo = (rule, value, callback) => {
const
validateHiddenFeedInfo
=
(
rule
,
value
,
callback
)
=>
{
if
(
this
.
$refs
.
hiddenChild
.
checkChildData
())
{
callback
(
new
Error
(
"隐患信息不能为空!"
));
}
else
{
callback
();
}
}
;
*/
}
;
return
{
isOpen
:
false
,
// 遮罩层
...
...
@@ -703,11 +703,11 @@ export default {
hiddenList
:[]
}
,
//反馈校验
/*
hiddenFeedRules: {
hiddenFeedRules
:
{
hiddenInfo
:
[
{
type
:
"array"
,
validator
:
validateHiddenFeedInfo
,
required
:
true
}
]
}
,
*/
}
,
//督办form
supervisorForm
:
{
}
,
//督办弹框
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment