Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
d8c62966
Commit
d8c62966
authored
Feb 14, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
①联调驳回建议接口
②增加筛查查询修改查看的功能图入口
parent
695590b1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
98 additions
and
154 deletions
+98
-154
index.vue
src/components/TabComponents/index.vue
+79
-64
index.vue
src/views/Home/index.vue
+2
-84
index.vue
src/views/audit-detail/index.vue
+2
-1
index.vue
src/views/audit-qualitycontrol/index.vue
+1
-1
index.vue
src/views/screening/index.vue
+14
-4
No files found.
src/components/TabComponents/index.vue
View file @
d8c62966
This diff is collapsed.
Click to expand it.
src/views/Home/index.vue
View file @
d8c62966
...
@@ -205,48 +205,7 @@ export default {
...
@@ -205,48 +205,7 @@ export default {
title
:
"
浙江省典型案例
"
,
title
:
"
浙江省典型案例
"
,
},
},
],
],
exampleList
:
[
exampleList
:
[],
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
],
tabList
:
[
tabList
:
[
{
{
title
:
"
新闻会议
"
,
title
:
"
新闻会议
"
,
...
@@ -258,48 +217,7 @@ export default {
...
@@ -258,48 +217,7 @@ export default {
title
:
"
学术动态
"
,
title
:
"
学术动态
"
,
},
},
],
],
noticeList
:
[
noticeList
:
[],
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
{
title
:
"
典型案例小标题典型案例小标题
"
,
date
:
"
2022-09-26
"
,
},
],
curTab
:
"
1
"
,
curTab
:
"
1
"
,
listLoading
:
false
,
listLoading
:
false
,
rangeList
:
[],
// 上报排名
rangeList
:
[],
// 上报排名
...
...
src/views/audit-detail/index.vue
View file @
d8c62966
...
@@ -373,7 +373,8 @@ export default {
...
@@ -373,7 +373,8 @@ export default {
if
(
this
.
curBtn
!=
1
)
{
if
(
this
.
curBtn
!=
1
)
{
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
valid
)
{
this
.
putScreeningCheck
(
"
4
"
,
()
=>
{
let
status
=
this
.
curBtn
==
2
?
"
4
"
:
this
.
curBtn
==
3
?
"
2
"
:
""
this
.
putScreeningCheck
(
status
,
()
=>
{
this
.
$message
.
success
(
"
提交审核成功
"
)
this
.
$message
.
success
(
"
提交审核成功
"
)
this
.
nextExample
()
this
.
nextExample
()
})
})
...
...
src/views/audit-qualitycontrol/index.vue
View file @
d8c62966
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
text
=
"
合格
"
text
=
"
合格
"
}
else
if
(
row
.
checkStatus
==
4
)
{
}
else
if
(
row
.
checkStatus
==
4
)
{
text
=
"
不合格
"
text
=
"
不合格
"
}
else
if
(
row
.
checkStatus
==
5
)
{
}
else
if
(
row
.
checkStatus
==
2
)
{
text
=
"
驳回修改
"
text
=
"
驳回修改
"
}
else
if
(
row
.
checkStatus
)
{
}
else
if
(
row
.
checkStatus
)
{
text
=
"
--
"
text
=
"
--
"
...
...
src/views/screening/index.vue
View file @
d8c62966
...
@@ -216,9 +216,19 @@ export default {
...
@@ -216,9 +216,19 @@ export default {
{
{
func
:
this
.
handleView
,
func
:
this
.
handleView
,
formatter
(
row
)
{
formatter
(
row
)
{
return
{
if
(
row
.
checkStatus
!=
2
)
{
label
:
"
查看
"
,
return
{
type
:
"
text
"
,
label
:
"
查看
"
,
type
:
"
text
"
,
}
}
else
{
return
{
label
:
""
,
type
:
"
none
"
,
style
:
{
display
:
"
none
"
,
},
}
}
}
},
},
},
},
...
@@ -233,7 +243,7 @@ export default {
...
@@ -233,7 +243,7 @@ export default {
}
else
{
}
else
{
return
{
return
{
label
:
""
,
label
:
""
,
type
:
"
text
"
,
type
:
"
none
"
,
style
:
{
style
:
{
display
:
"
none
"
,
display
:
"
none
"
,
},
},
...
...
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