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
d8fecf5d
Commit
d8fecf5d
authored
Nov 15, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程查询条件
parent
af91be88
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
index.vue
src/views/dangerManagement/enterSafetyRecords/index.vue
+7
-0
index.vue
src/views/outsourcingDirector/approve/index.vue
+2
-1
index.vue
src/views/outsourcingDirector/declare/index.vue
+2
-1
index.vue
src/views/threeViolations/tFPasses/index.vue
+1
-1
No files found.
src/views/dangerManagement/enterSafetyRecords/index.vue
View file @
d8fecf5d
...
...
@@ -8,6 +8,12 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
事务类型:
</span>
<RelSelect
src=
'wf/common/wfstate'
:match=
"
{value:'id',label:'name'}" v-model='queryParams.operatype' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始日期:
</span>
...
...
@@ -82,6 +88,7 @@
baseUrl
:
'/aqgl/yhgl/yhjl'
,
/* 查询参数*/
queryParams
:
{
operatype
:
'W'
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
()
},
...
...
src/views/outsourcingDirector/approve/index.vue
View file @
d8fecf5d
...
...
@@ -195,7 +195,8 @@ import {
doQuery
,
doAdd
,
doUpdate
,
doDelete
,
initDwlx
doDelete
,
initDwlx
}
from
"@/api/outsourcingDirector/wxdwsb"
;
/* edit页面*/
import
Edit
from
"./edit"
;
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
d8fecf5d
...
...
@@ -204,7 +204,8 @@ import {
doQuery
,
doAdd
,
doUpdate
,
doDelete
,
initDwlx
doDelete
,
initDwlx
}
from
"@/api/outsourcingDirector/wxdwsb"
;
/* edit页面*/
import
Edit
from
"./edit"
;
...
...
src/views/threeViolations/tFPasses/index.vue
View file @
d8fecf5d
...
...
@@ -122,7 +122,7 @@
baseUrl
:
'/aqgl/swgl/swjl'
,
/* 查询参数*/
queryParams
:
{
operatype
:
''
,
operatype
:
'
W
'
,
ryxx
:
''
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endDate
:
new
Date
().
getTime
()
...
...
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