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
f806c121
Commit
f806c121
authored
Jul 31, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333
parent
b4734208
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
index.js
src/router/index.js
+1
-1
Index.vue
src/views/timeSet/batch/Index.vue
+7
-7
timeEdit.vue
src/views/timeSet/task/components/timeEdit.vue
+2
-2
index.vue
src/views/timeSet/task/index.vue
+7
-7
No files found.
src/router/index.js
View file @
f806c121
...
...
@@ -258,7 +258,7 @@ export const routes = [
meta
:
{
title
:
'系统设置'
,
icon
:
'el-icon-s-tools'
},
hidden
:
false
,
children
:
[
{
path
:
'/
timeSet/task'
,
name
:
'合同书时间设置'
,
component
:
()
=>
import
(
'@/views/timeSet/taskTimeSet/Index.vue'
),
meta
:
{
title
:
'合同
书时间设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/
batch/task'
,
name
:
'任务书时间设置'
,
component
:
()
=>
import
(
'@/views/timeSet/task/index.vue'
),
meta
:
{
title
:
'任务
书时间设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/setting/batch'
,
name
:
'项目申报批次设置'
,
component
:
()
=>
import
(
'@/views/timeSet/batch/Index.vue'
),
meta
:
{
title
:
'项目申报批次设置'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/system/evaluationStandard'
,
name
:
'年度评审标准设置'
,
component
:
()
=>
import
(
'@/views/system/evaluationStandard/index.vue'
),
meta
:
{
title
:
'年度评审标准设置'
,
icon
:
''
,
noCache
:
true
}
},
//后台
...
...
src/views/timeSet/batch/Index.vue
View file @
f806c121
...
...
@@ -35,13 +35,13 @@ export default {
columns
:
[
{
key
:
'1'
,
title
:
'申报年度'
,
dataIndex
:
'year'
,
align
:
'center'
},
{
key
:
'2'
,
title
:
'批次'
,
dataIndex
:
'batch'
,
align
:
'center'
},
{
key
:
'3'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportStart'
,
colSpan
:
2
,
ellipsis
:
true
},
{
key
:
'4'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportEnd'
,
colSpan
:
0
,
ellipsis
:
true
},
{
key
:
'5'
,
title
:
'审核时间'
,
dataIndex
:
'auditStart'
,
colSpan
:
2
,
ellipsis
:
true
},
{
key
:
'6'
,
title
:
'审核时间'
,
dataIndex
:
'auditEnd'
,
colSpan
:
0
,
ellipsis
:
true
},
{
key
:
'11'
,
title
:
'专家评审时间'
,
dataIndex
:
'expertStart'
,
colSpan
:
2
,
ellipsis
:
true
},
{
key
:
'12'
,
title
:
'专家评审时间'
,
dataIndex
:
'expertEnd'
,
colSpan
:
0
,
ellipsis
:
true
},
{
key
:
'13'
,
title
:
'备注'
,
dataIndex
:
'remark'
,
align
:
'center'
,
ellipsis
:
true
},
{
key
:
'3'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportStart'
,
colSpan
:
2
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'4'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportEnd'
,
colSpan
:
0
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'5'
,
title
:
'审核时间'
,
dataIndex
:
'auditStart'
,
colSpan
:
2
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'6'
,
title
:
'审核时间'
,
dataIndex
:
'auditEnd'
,
colSpan
:
0
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'11'
,
title
:
'专家评审时间'
,
dataIndex
:
'expertStart'
,
colSpan
:
2
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'12'
,
title
:
'专家评审时间'
,
dataIndex
:
'expertEnd'
,
colSpan
:
0
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'13'
,
title
:
'备注'
,
dataIndex
:
'remark'
,
align
:
'center'
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'14'
,
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'option'
},
align
:
'center'
,
fixed
:
'right'
,
width
:
120
,
},
],
pagination
:
{
pageIndex
:
1
,
pageSize
:
this
.
$defaultPageSize
,
total
:
0
,
pageSizeOptions
:
this
.
$defaultPageSizeOptions
,
},
...
...
src/views/timeSet/task
TimeSet
/components/timeEdit.vue
→
src/views/timeSet/task/components/timeEdit.vue
View file @
f806c121
...
...
@@ -127,8 +127,8 @@ export default {
this
.
formData
.
reportEnd
=
data
.
reportEnd
this
.
formData
.
auditStart
=
data
.
auditStart
this
.
formData
.
auditEnd
=
data
.
auditEnd
this
.
formData
.
expertStart
=
data
.
expertStart
this
.
formData
.
expertEnd
=
data
.
expertEnd
//
this.formData.expertStart = data.expertStart
//
this.formData.expertEnd = data.expertEnd
this
.
formData
.
remark
=
data
.
remark
this
.
formData
.
reportRange
=
[
data
.
reportStart
,
data
.
reportEnd
]
this
.
formData
.
auditRange
=
[
data
.
auditStart
,
data
.
auditEnd
]
...
...
src/views/timeSet/task
TimeSet/I
ndex.vue
→
src/views/timeSet/task
/i
ndex.vue
View file @
f806c121
...
...
@@ -21,25 +21,25 @@
<
script
>
import
{
getType
}
from
'@/views/utils/auth'
import
timeEdit
from
'@/views/timeSet/taskTimeSet/components/timeEdit'
import
moment
from
'moment'
import
timeEdit
from
'@/views/timeSet/task/components/timeEdit'
import
{
isEmptyParams
}
from
"@/views/utils/common"
export
default
{
name
:
'taskTimeSet'
,
components
:
{
timeEdit
},
data
()
{
return
{
searchForm
:
{
systemType
:
getType
(),
timeType
:
2
,
},
searchForm
:
{
systemType
:
getType
(),
timeType
:
2
},
form
:
this
.
$form
.
createForm
(
this
,
{
name
:
'advanced_search'
}),
tableData
:
[],
columns
:
[
{
key
:
'1'
,
title
:
'申报年度'
,
dataIndex
:
'year'
,
align
:
'center'
},
{
key
:
'2'
,
title
:
'批次'
,
dataIndex
:
'batch'
,
align
:
'center'
},
{
key
:
'3'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportStart'
,
colSpan
:
2
,
ellipsis
:
true
},
{
key
:
'4'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportEnd'
,
colSpan
:
0
,
ellipsis
:
true
},
{
key
:
'5'
,
title
:
'审核时间'
,
dataIndex
:
'auditStart'
,
colSpan
:
2
,
ellipsis
:
true
},
{
key
:
'6'
,
title
:
'审核时间'
,
dataIndex
:
'auditEnd'
,
colSpan
:
0
,
ellipsis
:
true
},
{
key
:
'13'
,
title
:
'备注'
,
dataIndex
:
'remark'
,
align
:
'center'
,
ellipsis
:
true
},
{
key
:
'3'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportStart'
,
colSpan
:
2
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'4'
,
title
:
'项目申报时间'
,
dataIndex
:
'reportEnd'
,
colSpan
:
0
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'5'
,
title
:
'审核时间'
,
dataIndex
:
'auditStart'
,
colSpan
:
2
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'6'
,
title
:
'审核时间'
,
dataIndex
:
'auditEnd'
,
colSpan
:
0
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'13'
,
title
:
'备注'
,
dataIndex
:
'remark'
,
align
:
'center'
,
ellipsis
:
true
,
align
:
'center'
},
{
key
:
'14'
,
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'option'
},
align
:
'center'
,
fixed
:
'right'
,
width
:
120
,
},
],
pagination
:
{
pageIndex
:
1
,
pageSize
:
this
.
$defaultPageSize
,
total
:
0
,
pageSizeOptions
:
this
.
$defaultPageSizeOptions
,
},
...
...
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