Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
ab3b4e65
Commit
ab3b4e65
authored
Jan 05, 2023
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
三违过五关
parent
4fcfe316
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
8 deletions
+32
-8
edit.vue
src/views/threeViolations/tFPasses/edit.vue
+1
-0
exposure.vue
src/views/threeViolations/tFPasses/exposure.vue
+14
-1
index.vue
src/views/threeViolations/tFPasses/index.vue
+11
-1
leadership.vue
src/views/threeViolations/tFPasses/leadership.vue
+1
-1
reflect.vue
src/views/threeViolations/tFPasses/reflect.vue
+4
-4
safetyCourse.vue
src/views/threeViolations/tFPasses/safetyCourse.vue
+1
-1
No files found.
src/views/threeViolations/tFPasses/edit.vue
View file @
ab3b4e65
...
@@ -249,6 +249,7 @@
...
@@ -249,6 +249,7 @@
zt
:
''
,
zt
:
''
,
//曝光内容
//曝光内容
bgcont
:
''
,
bgcont
:
''
,
bgtitle
:
''
,
//安全教育人
//安全教育人
aqjyrid
:
''
,
aqjyrid
:
''
,
//安全教育时间
//安全教育时间
...
...
src/views/threeViolations/tFPasses/exposure.vue
View file @
ab3b4e65
...
@@ -11,6 +11,19 @@
...
@@ -11,6 +11,19 @@
<!-- 权限-->
<!-- 权限-->
</el-row>
</el-row>
<br>
<br>
<el-form
ref=
"form"
label-width=
'80px'
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"曝光标题"
>
<el-input
v-model=
"vMain.rowItem.bgtitle"
:readonly=
"readonly"
type=
"textarea"
rows=
"1"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
<el-form
ref=
"form"
label-width=
'80px'
>
<el-form
ref=
"form"
label-width=
'80px'
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
...
@@ -38,7 +51,7 @@
...
@@ -38,7 +51,7 @@
methods
:
{
methods
:
{
save
(){
save
(){
let
params
=
this
.
vMain
.
rowItem
let
params
=
this
.
vMain
.
rowItem
this
.
vMain
.
api
Update
(
params
).
then
(
res
=>
{
this
.
vMain
.
api
Pg
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'更新成功'
)
this
.
$success
(
'更新成功'
)
this
.
readonly
=
true
this
.
readonly
=
true
...
...
src/views/threeViolations/tFPasses/index.vue
View file @
ab3b4e65
...
@@ -77,7 +77,11 @@
...
@@ -77,7 +77,11 @@
doQuery
,
doQuery
,
doAdd
,
doAdd
,
doUpdate
,
doUpdate
,
doDelete
doDelete
,
doPg
,
doAq
,
doFs
,
doTalk
}
from
'@/api/threeViolations/enterTV.js'
;
}
from
'@/api/threeViolations/enterTV.js'
;
/* edit页面*/
/* edit页面*/
import
Edit
from
'./edit'
import
Edit
from
'./edit'
...
@@ -169,6 +173,12 @@
...
@@ -169,6 +173,12 @@
apiUpdate
:
doUpdate
,
apiUpdate
:
doUpdate
,
/* 删除操作*/
/* 删除操作*/
apiDelete
:
doDelete
,
apiDelete
:
doDelete
,
apiPg
:
doPg
,
apiFs
:
doFs
,
apiAq
:
doAq
,
apiTalk
:
doTalk
,
/* 初始化赋值操作*/
/* 初始化赋值操作*/
init
()
{
init
()
{
...
...
src/views/threeViolations/tFPasses/leadership.vue
View file @
ab3b4e65
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
},
},
save
(){
save
(){
let
params
=
this
.
vMain
.
rowItem
let
params
=
this
.
vMain
.
rowItem
this
.
vMain
.
api
Update
(
params
).
then
(
res
=>
{
this
.
vMain
.
api
Talk
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'更新成功'
)
this
.
$success
(
'更新成功'
)
this
.
readonly
=
true
this
.
readonly
=
true
...
...
src/views/threeViolations/tFPasses/reflect.vue
View file @
ab3b4e65
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
},
},
save
(){
save
(){
let
params
=
this
.
vMain
.
rowItem
let
params
=
this
.
vMain
.
rowItem
this
.
vMain
.
api
Update
(
params
).
then
(
res
=>
{
this
.
vMain
.
api
Fs
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'更新成功'
)
this
.
$success
(
'更新成功'
)
this
.
readonly
=
true
this
.
readonly
=
true
...
...
src/views/threeViolations/tFPasses/safetyCourse.vue
View file @
ab3b4e65
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
},
},
save
(){
save
(){
let
params
=
this
.
vMain
.
rowItem
let
params
=
this
.
vMain
.
rowItem
this
.
vMain
.
api
Update
(
params
).
then
(
res
=>
{
this
.
vMain
.
api
Aq
(
params
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'更新成功'
)
this
.
$success
(
'更新成功'
)
this
.
readonly
=
true
this
.
readonly
=
true
...
...
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