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
95c7a5dd
Commit
95c7a5dd
authored
Dec 02, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面代码调整4
parent
e7b717ca
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
2 deletions
+65
-2
enterTV.js
src/api/threeViolations/enterTV.js
+61
-0
index.vue
src/views/threeViolations/correctTV/index.vue
+2
-1
index.vue
src/views/threeViolations/tFPasses/index.vue
+2
-1
No files found.
src/api/threeViolations/enterTV.js
View file @
95c7a5dd
...
...
@@ -31,7 +31,68 @@ export function doDelete(query) {
})
}
/* 提交 */
export
function
doCommit
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doCommit'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 曝光 */
export
function
doPg
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doPg'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 安全 */
export
function
doAq
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doAq'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 反思 */
export
function
doFs
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doFs'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 领导 */
export
function
doTalk
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doTalk'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 纠正 */
export
function
doCorrect
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doCorrect'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 惩罚 */
export
function
doPunish
(
query
)
{
return
request
({
url
:
'/aqgl/swgl/swjl/doPunish'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/threeViolations/correctTV/index.vue
View file @
95c7a5dd
...
...
@@ -95,7 +95,8 @@
queryParams
:
{
ryxx
:
''
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endDate
:
new
Date
().
getTime
()
endDate
:
new
Date
().
getTime
(),
zt
:
'J'
},
/* 表格标题对应参数*/
...
...
src/views/threeViolations/tFPasses/index.vue
View file @
95c7a5dd
...
...
@@ -114,7 +114,8 @@
queryParams
:
{
ryxx
:
''
,
beginDate
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endDate
:
new
Date
().
getTime
()
endDate
:
new
Date
().
getTime
(),
zt
:
'G'
},
/* 表格标题对应参数*/
tableTitle
:
[
...
...
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