Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
310730a9
Commit
310730a9
authored
Dec 25, 2022
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安全承诺添加默认值
parent
9c9dd88e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.vue
...age-web/src/views/safetyManagement/announcement/index.vue
+8
-8
No files found.
danger-manage-web/src/views/safetyManagement/announcement/index.vue
View file @
310730a9
...
...
@@ -86,7 +86,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"生产装置"
prop=
"productionUnit"
>
<el-input
v-model=
"form.productionUnit"
placeholder=
""
disabled
/>
<el-input
v-model=
"form.productionUnit"
placeholder=
"
0
"
disabled
/>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -110,7 +110,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"动火作业"
prop=
"hotWork"
>
<el-input
v-model=
"form.hotWork"
placeholder=
""
disabled
/>
<el-input
v-model=
"form.hotWork"
placeholder=
"
0
"
disabled
/>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -389,7 +389,7 @@ export default {
let
begin
=
this
.
dateRange
[
0
],
end
=
this
.
dateRange
[
1
];
params
=
[
begin
.
getFullYear
()
+
'-'
+
(
begin
.
getMonth
()
+
1
)
+
'-'
+
begin
.
getDate
()
+
' '
+
begin
.
getHours
()
+
':'
+
begin
.
getMinutes
()
+
':'
+
begin
.
getSeconds
(),
end
.
getFullYear
()
+
'-'
+
(
begin
.
getMonth
()
+
1
)
+
'-'
+
end
.
getDate
()
+
'
'
+
end
.
getHours
()
+
':'
+
end
.
getMinutes
()
+
':'
+
end
.
getSeconds
()
];
end
.
getFullYear
()
+
'-'
+
(
begin
.
getMonth
()
+
1
)
+
'-'
+
end
.
getDate
()
+
'
23:59:59'
];
console
.
log
(
begin
,
end
);
console
.
log
(
"params"
,
params
);
}
else
{
...
...
@@ -443,14 +443,14 @@ export default {
runningDevice
:
null
,
shutdownDevice
:
null
,
maintenanceDevice
:
null
,
hotWork
:
null
,
hotWork
:
0
,
specialHotWork
:
null
,
classOneHotWork
:
null
,
classTwoHotWork
:
null
,
isConfinedSpace
:
null
,
isTrialProduction
:
null
,
isSecurityStatus
:
null
,
assessmentLevel
:
null
,
isConfinedSpace
:
"1"
,
isTrialProduction
:
"1"
,
isSecurityStatus
:
"1"
,
assessmentLevel
:
"1"
,
keyPerson
:
null
,
announcement
:
null
};
...
...
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