Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
a3a999e9
Commit
a3a999e9
authored
Dec 31, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333333
parent
e2b43ad9
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
28 additions
and
46 deletions
+28
-46
index.js
src/api/index.js
+0
-3
assignDetail.vue
src/views/assign/components/assignDetail.vue
+2
-2
Index.vue
src/views/audit/project/Index.vue
+1
-1
final.vue
src/views/audit/project/final.vue
+1
-2
finalJudgment.vue
src/views/audit/project/finalJudgment.vue
+1
-1
cascaderSelect.vue
src/views/components/common/cascaderSelect.vue
+2
-0
score.vue
src/views/evaluation/components/score.vue
+1
-1
evaluation.vue
src/views/evaluation/evaluation.vue
+1
-1
index.vue
src/views/evaluation/index.vue
+1
-1
evaluationStatistic.vue
src/views/expert/evaluationStatistic.vue
+1
-1
dashboardGov.vue
src/views/home/components/dashboardGov.vue
+1
-1
dashboardTop.vue
src/views/home/components/dashboardTop.vue
+1
-1
dashboardUnit.vue
src/views/home/components/dashboardUnit.vue
+1
-1
evaluationStatistic.vue
src/views/peAssign/components/evaluationStatistic.vue
+1
-1
groupEdit.vue
src/views/peAssign/components/groupEdit.vue
+1
-1
knowledgeSelect.vue
src/views/peAssign/components/knowledgeSelect.vue
+1
-1
projectSelect.vue
src/views/peAssign/components/projectSelect.vue
+1
-1
projectSelectIntoGroup.vue
src/views/peAssign/components/projectSelectIntoGroup.vue
+1
-1
projectStatistic.vue
src/views/peAssign/components/projectStatistic.vue
+1
-1
index.vue
src/views/peAssign/index.vue
+1
-1
projKeyAssign.vue
src/views/peAssign/projKeyAssign.vue
+1
-1
projKnowledgeAssign.vue
src/views/peAssign/projKnowledgeAssign.vue
+1
-1
Index.vue
src/views/report/project/Index.vue
+1
-1
batchEdit.vue
src/views/timeSet/batch/components/batchEdit.vue
+2
-20
timeEdit.vue
src/views/timeSet/taskTimeSet/components/timeEdit.vue
+2
-0
No files found.
src/api/index.js
View file @
a3a999e9
...
...
@@ -593,9 +593,6 @@ export default {
updateBatch
(
params
)
{
return
fetch
(
'/v1/science-admin/com-batch/updateBatch'
,
params
,
'post'
,
'json'
)
},
getMaxBatch
(
params
)
{
return
fetch
(
'/v1/science-admin/com-batch/getMaxBatch'
,
params
)
},
deleteBatch
(
params
)
{
return
fetch
(
`/v1/science-admin/com-batch/deleteBatch/
${
params
.
id
}
`
,
params
,
'delete'
,
'json'
)
},
...
...
src/views/assign/components/assignDetail.vue
View file @
a3a999e9
...
...
@@ -132,7 +132,7 @@ export default {
methods
:
{
moment
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
searchForm
.
assignYear
=
data
.
year
this
.
getListByPage
()
...
...
@@ -177,7 +177,7 @@ export default {
this
.
pagination
.
pageIndex
=
1
this
.
getListByPage
()
},
groupChange
(
value
)
{
groupChange
(
value
)
{
this
.
searchForm
.
groupId
=
value
},
recordClick
(
record
,
type
)
{
...
...
src/views/audit/project/Index.vue
View file @
a3a999e9
...
...
@@ -173,7 +173,7 @@ export default {
this
.
getListByPage
()
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
...
...
src/views/audit/project/final.vue
View file @
a3a999e9
...
...
@@ -48,7 +48,6 @@
</span>
</
template
>
<
template
slot=
"option"
slot-scope=
"record"
>
<!--
<a-button
type=
"link"
size=
"small"
v-if=
"record.projState >= 50"
@
click=
"recordClick(record, 'viewProjectTask')"
>
查看任务书
</a-button>
-->
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record, 'evaluation')"
>
专家评审明细
</a-button>
<a-button
type=
"link"
size=
"small"
v-if=
"record.auditResult == 1"
@
click=
"recordClick(record, 'audit')"
>
审核
</a-button>
</
template
>
...
...
@@ -227,7 +226,7 @@ export default {
this
.
getListByPage
()
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
2
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
2
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
...
...
src/views/audit/project/finalJudgment.vue
View file @
a3a999e9
...
...
@@ -174,7 +174,7 @@ export default {
methods
:
{
isEmptyParams
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
searchForm
.
groupYear
=
data
.
year
...
...
src/views/components/common/cascaderSelect.vue
View file @
a3a999e9
...
...
@@ -53,11 +53,13 @@ export default {
})
},
getSpecInfo
(
key
)
{
console
.
log
(
this
.
specArray
,
this
.
value
,
1
)
let
newArray
=
this
.
specArray
.
filter
(
function
(
el
)
{
return
el
.
key
==
key
}
);
console
.
log
(
this
.
specArray
,
newArray
,
this
.
value
,
2
)
if
(
!!
newArray
&&
newArray
.
length
>
0
)
return
[
newArray
[
0
].
ppkey
,
newArray
[
0
].
pkey
,
newArray
[
0
].
key
]
else
...
...
src/views/evaluation/components/score.vue
View file @
a3a999e9
...
...
@@ -274,7 +274,7 @@ export default {
methods
:
{
moment
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
comBatch
=
data
}
...
...
src/views/evaluation/evaluation.vue
View file @
a3a999e9
...
...
@@ -85,7 +85,7 @@ export default {
methods
:
{
moment
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
...
...
src/views/evaluation/index.vue
View file @
a3a999e9
...
...
@@ -110,7 +110,7 @@ export default {
methods
:
{
moment
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
5
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
...
...
src/views/expert/evaluationStatistic.vue
View file @
a3a999e9
...
...
@@ -125,7 +125,7 @@ export default {
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
searchForm
.
groupYear
=
data
.
year
this
.
getListByPage
()
...
...
src/views/home/components/dashboardGov.vue
View file @
a3a999e9
...
...
@@ -92,7 +92,7 @@ export default {
}).
catch
(()
=>
{
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
changeType
()
...
...
src/views/home/components/dashboardTop.vue
View file @
a3a999e9
...
...
@@ -92,7 +92,7 @@ export default {
}).
catch
(()
=>
{
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
changeType
()
...
...
src/views/home/components/dashboardUnit.vue
View file @
a3a999e9
...
...
@@ -67,7 +67,7 @@ export default {
}).
catch
(()
=>
{
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
}
...
...
src/views/peAssign/components/evaluationStatistic.vue
View file @
a3a999e9
...
...
@@ -38,7 +38,7 @@ export default {
},
methods
:
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
getEvaluationStatistic
()
...
...
src/views/peAssign/components/groupEdit.vue
View file @
a3a999e9
...
...
@@ -135,7 +135,7 @@ export default {
methods
:
{
moment
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
formData
.
groupYear
=
data
.
year
+
''
}
...
...
src/views/peAssign/components/knowledgeSelect.vue
View file @
a3a999e9
...
...
@@ -60,7 +60,7 @@ export default {
},
methods
:
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
totalTitle
=
this
.
reportYear
+
'项目二级学科选择'
...
...
src/views/peAssign/components/projectSelect.vue
View file @
a3a999e9
...
...
@@ -76,7 +76,7 @@ export default {
},
methods
:
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
searchForm
.
reportYear
=
data
.
year
this
.
getListByPage
()
...
...
src/views/peAssign/components/projectSelectIntoGroup.vue
View file @
a3a999e9
...
...
@@ -90,7 +90,7 @@ export default {
},
methods
:
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
searchForm
.
reportYear
=
data
.
year
this
.
getListByPage
()
...
...
src/views/peAssign/components/projectStatistic.vue
View file @
a3a999e9
...
...
@@ -49,7 +49,7 @@ export default {
},
methods
:
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
getProjectExpertGroupStatistic
()
...
...
src/views/peAssign/index.vue
View file @
a3a999e9
...
...
@@ -172,7 +172,7 @@ export default {
methods
:
{
isEmptyParams
,
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
searchForm
.
groupYear
=
data
.
year
...
...
src/views/peAssign/projKeyAssign.vue
View file @
a3a999e9
...
...
@@ -188,7 +188,7 @@ export default {
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
searchForm
.
groupYear
=
data
.
year
...
...
src/views/peAssign/projKnowledgeAssign.vue
View file @
a3a999e9
...
...
@@ -196,7 +196,7 @@ export default {
})
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
reportYear
=
data
.
year
this
.
searchForm
.
groupYear
=
data
.
year
...
...
src/views/report/project/Index.vue
View file @
a3a999e9
...
...
@@ -142,7 +142,7 @@ export default {
this
.
visibleEdit
=
true
},
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
()
,
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
...
...
src/views/timeSet/batch/components/batchEdit.vue
View file @
a3a999e9
...
...
@@ -40,26 +40,6 @@
</a-form-model-item>
</a-col>
</a-row>
<!--
<a-row>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"required"
>
州市级行政单位审核时间
</div>
</a-col>
<a-col
:span=
"18"
>
<a-form-model-item
ref=
"prefectureRange"
prop=
"prefectureRange"
>
<a-range-picker
v-model=
"formData.prefectureRange"
show-time
format=
"YYYY-MM-DD HH:mm:ss"
valueFormat=
"YYYY-MM-DD HH:mm:ss"
@
change=
"prefectureDateChange"
:placeholder=
"['开始时间', '结束时间']"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"required"
>
省直单位上报时间
</div>
</a-col>
<a-col
:span=
"18"
>
<a-form-model-item
ref=
"provinceRange"
prop=
"provinceRange"
>
<a-range-picker
v-model=
"formData.provinceRange"
show-time
format=
"YYYY-MM-DD HH:mm:ss"
valueFormat=
"YYYY-MM-DD HH:mm:ss"
@
change=
"provinceDateChange"
:placeholder=
"['开始时间', '结束时间']"
/>
</a-form-model-item>
</a-col>
</a-row>
-->
<a-row>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"required"
>
专家审核时间
</div>
...
...
@@ -107,6 +87,7 @@ export default {
id
:
null
,
year
:
moment
().
format
(
'YYYY'
),
batch
:
'1'
,
timeType
:
1
,
reportStart
:
''
,
reportEnd
:
''
,
auditStart
:
''
,
...
...
@@ -154,6 +135,7 @@ export default {
if
(
data
)
{
this
.
formData
.
id
=
data
.
id
this
.
formData
.
year
=
data
.
year
+
''
this
.
formData
.
timeType
=
data
.
timeType
this
.
formData
.
projType
=
data
.
projType
this
.
formData
.
reportStart
=
data
.
reportStart
this
.
formData
.
reportEnd
=
data
.
reportEnd
...
...
src/views/timeSet/taskTimeSet/components/timeEdit.vue
View file @
a3a999e9
...
...
@@ -77,6 +77,7 @@ export default {
id
:
null
,
year
:
moment
().
format
(
'YYYY'
),
batch
:
'1'
,
timeType
:
2
,
reportStart
:
''
,
reportEnd
:
''
,
auditStart
:
''
,
...
...
@@ -120,6 +121,7 @@ export default {
if
(
data
)
{
this
.
formData
.
id
=
data
.
id
this
.
formData
.
year
=
data
.
year
+
''
this
.
formData
.
timeType
=
data
.
timeType
this
.
formData
.
projType
=
data
.
projType
this
.
formData
.
reportStart
=
data
.
reportStart
this
.
formData
.
reportEnd
=
data
.
reportEnd
...
...
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