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
16d972c2
Commit
16d972c2
authored
Nov 19, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
附件
parent
f0f0c3ae
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
57 additions
and
13 deletions
+57
-13
index.vue
...iews/dangerManagement/dangerRectificationRecord/index.vue
+4
-3
zgwc.vue
...views/dangerManagement/dangerRectificationRecord/zgwc.vue
+15
-2
fcjg.vue
src/views/dangerManagement/dangerReviewRecord/fcjg.vue
+16
-2
index.vue
src/views/dangerManagement/dangerReviewRecord/index.vue
+2
-2
index.vue
src/views/dangerManagement/enterSafetyRecords/index.vue
+2
-1
index.vue
src/views/dangerManagement/queryDangerRecords/index.vue
+1
-1
index.vue
src/views/dangerManagement/safetyDisposalRecord/index.vue
+1
-0
zdzrr.vue
src/views/dangerManagement/safetyDisposalRecord/zdzrr.vue
+16
-2
No files found.
src/views/dangerManagement/dangerRectificationRecord/index.vue
View file @
16d972c2
...
@@ -39,11 +39,12 @@
...
@@ -39,11 +39,12 @@
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<DeleteButton
:app=
'app'
></DeleteButton>
<DeleteButton
:app=
'app'
></DeleteButton>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
整改完成
</el-button>
<
!--
<AttachFileButton
:app=
'app'
></AttachFileButton
>
<
AttachFileButton
_aqyh
:params=
"
{childPath:'yhzg'}" :app='this'>
</AttachFileButton
_aqyh
>
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
-->
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
整改完成
</el-button>
<!-- 权限-->
<!-- 权限-->
</el-row>
</el-row>
...
...
src/views/dangerManagement/dangerRectificationRecord/zgwc.vue
View file @
16d972c2
...
@@ -20,7 +20,9 @@
...
@@ -20,7 +20,9 @@
</DefaultDialog>
</DefaultDialog>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
doZg
}
from
"@/api/dangerManagement/common.js"
export
default
{
export
default
{
props
:
{
props
:
{
app
:
{
app
:
{
...
@@ -40,7 +42,18 @@
...
@@ -40,7 +42,18 @@
}},
}},
methods
:
{
methods
:
{
save
(){
save
(){
let
params
=
{
id
:
this
.
rowItem
.
id
,
clff
:
this
.
rowItem
.
clff
,
}
doZg
(
params
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'提交成功'
)
this
.
app
.
$refs
[
'TablePager'
].
reLoad
()
this
.
app
.
$refs
[
'TablePager'
].
clearSelected
()
this
.
app
.
showDialog
=
false
}
})
},
},
}
}
}
}
...
...
src/views/dangerManagement/dangerReviewRecord/fcjg.vue
View file @
16d972c2
...
@@ -31,7 +31,9 @@
...
@@ -31,7 +31,9 @@
</DefaultDialog>
</DefaultDialog>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
doFc
}
from
"@/api/dangerManagement/common.js"
export
default
{
export
default
{
props
:
{
props
:
{
app
:
{
app
:
{
...
@@ -41,6 +43,7 @@
...
@@ -41,6 +43,7 @@
},
},
async
mounted
()
{
async
mounted
()
{
this
.
rowItem
=
_
.
cloneDeep
(
this
.
app
.
rowItem
)
this
.
rowItem
=
_
.
cloneDeep
(
this
.
app
.
rowItem
)
this
.
fcjg
=
this
.
rowItem
.
fcjg
console
.
log
(
this
.
rowItem
)
console
.
log
(
this
.
rowItem
)
},
},
data
()
{
data
()
{
...
@@ -60,7 +63,18 @@
...
@@ -60,7 +63,18 @@
}},
}},
methods
:
{
methods
:
{
save
(){
save
(){
let
params
=
{
fcjg
:
this
.
fcjg
,
fcsm
:
this
.
rowItem
.
fcsm
}
doFc
(
params
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'提交成功'
)
this
.
app
.
$refs
[
'TablePager'
].
reLoad
()
this
.
app
.
$refs
[
'TablePager'
].
clearSelected
()
this
.
app
.
showDialog
=
false
}
})
},
},
}
}
}
}
...
...
src/views/dangerManagement/dangerReviewRecord/index.vue
View file @
16d972c2
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
-->
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
-->
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
--
>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhfc'}" :app='this'>
</AttachFileButton
_aqyh
>
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
复查结果
</el-button>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
复查结果
</el-button>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
showDialog
:
false
,
showDialog
:
false
,
type
:
''
,
type
:
''
,
/* 基础url*/
/* 基础url*/
baseUrl
:
'
kzzx/role
'
,
baseUrl
:
'
/aqgl/yhgl/yhjl
'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
...
...
src/views/dangerManagement/enterSafetyRecords/index.vue
View file @
16d972c2
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<DeleteButton
:app=
'app'
></DeleteButton>
<DeleteButton
:app=
'app'
></DeleteButton>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhsb'}" :app='this'>
</AttachFileButton
_aqyh
>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
-->
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
-->
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
...
@@ -144,7 +145,7 @@ this.$refs['TablePager'].pageQuery()
...
@@ -144,7 +145,7 @@ this.$refs['TablePager'].pageQuery()
methods
:
{
methods
:
{
selectedTree
(
e
){
selectedTree
(
e
){
this
.
queryParams
.
flid
=
e
.
id
||
'root'
this
.
queryParams
.
flid
=
e
.
id
||
'root'
},
},
tybz
(
a
)
{
tybz
(
a
)
{
let
nTy
=
false
let
nTy
=
false
...
...
src/views/dangerManagement/queryDangerRecords/index.vue
View file @
16d972c2
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<!--
<DeleteButton
:app=
'app'
></DeleteButton>
-->
<!--
<DeleteButton
:app=
'app'
></DeleteButton>
-->
<FieldButton
:app=
'app'
></FieldButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<AttachFileButton
:app=
'app'
></AttachFileButton
>
<!--
<AttachFileButton
_aqyh
:app=
'app'
></AttachFileButton
_aqyh
>
--
>
<!-- 权限-->
<!-- 权限-->
</el-row>
</el-row>
...
...
src/views/dangerManagement/safetyDisposalRecord/index.vue
View file @
16d972c2
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
<
script
>
<
script
>
import
Zdzrr
from
'./zdzrr'
import
Zdzrr
from
'./zdzrr'
/* 引入需要的接口*/
/* 引入需要的接口*/
import
{
import
{
doQuery
,
doQuery
,
doAdd
,
doAdd
,
...
...
src/views/dangerManagement/safetyDisposalRecord/zdzrr.vue
View file @
16d972c2
...
@@ -26,7 +26,9 @@
...
@@ -26,7 +26,9 @@
</DefaultDialog>
</DefaultDialog>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
doFp
}
from
"@/api/dangerManagement/common.js"
export
default
{
export
default
{
props
:
{
props
:
{
app
:
{
app
:
{
...
@@ -50,7 +52,19 @@
...
@@ -50,7 +52,19 @@
}},
}},
methods
:
{
methods
:
{
save
(){
save
(){
let
params
=
{
id
:
this
.
rowItem
.
id
,
fcr
:
this
.
rowItem
.
fcr
,
zrr
:
this
.
rowItem
.
zrr
,
}
doFp
(
params
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$success
(
'分配成功'
)
this
.
app
.
$refs
[
'TablePager'
].
reLoad
()
this
.
app
.
$refs
[
'TablePager'
].
clearSelected
()
this
.
app
.
showDialog
=
false
}
})
},
},
zrrSelected
(
row
){
zrrSelected
(
row
){
this
.
rowItem
.
zrr
=
row
.
id
this
.
rowItem
.
zrr
=
row
.
id
...
...
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