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
bbdb4eea
Commit
bbdb4eea
authored
Dec 31, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
c60a3d61
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
89 deletions
+7
-89
index.js
src/router/index.js
+0
-1
projectCreate.vue
src/views/report/project/components/projectCreate.vue
+0
-81
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+0
-0
Index.vue
src/views/report/task/Index.vue
+5
-5
Index.vue
src/views/statistic/project/Index.vue
+2
-2
No files found.
src/router/index.js
View file @
bbdb4eea
...
@@ -116,7 +116,6 @@ export const routes = [
...
@@ -116,7 +116,6 @@ export const routes = [
{
path
:
'/report/task'
,
name
:
'合同书上报'
,
component
:
()
=>
import
(
'@/views/report/task/Index.vue'
),
meta
:
{
title
:
'合同书上报'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/report/task'
,
name
:
'合同书上报'
,
component
:
()
=>
import
(
'@/views/report/task/Index.vue'
),
meta
:
{
title
:
'合同书上报'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/report/check'
,
name
:
'中期考核上报'
,
component
:
()
=>
import
(
'@/views/report/check/Index.vue'
),
meta
:
{
title
:
'中期考核上报'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/report/check'
,
name
:
'中期考核上报'
,
component
:
()
=>
import
(
'@/views/report/check/Index.vue'
),
meta
:
{
title
:
'中期考核上报'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/report/conclusion'
,
name
:
'项目结题'
,
component
:
()
=>
import
(
'@/views/conclusion/index.vue'
),
meta
:
{
title
:
'项目结题'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/report/conclusion'
,
name
:
'项目结题'
,
component
:
()
=>
import
(
'@/views/conclusion/index.vue'
),
meta
:
{
title
:
'项目结题'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/project/create'
,
name
:
'项目创建'
,
component
:
()
=>
import
(
'@/views/report/project/components/projectCreate'
),
meta
:
{
title
:
'项目创建'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/project'
,
name
:
'项目申报查询1'
,
component
:
()
=>
import
(
'@/views/query/project/Index.vue'
),
meta
:
{
title
:
'项目申报查询'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/project'
,
name
:
'项目申报查询1'
,
component
:
()
=>
import
(
'@/views/query/project/Index.vue'
),
meta
:
{
title
:
'项目申报查询'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/task'
,
name
:
'合同书查询1'
,
component
:
()
=>
import
(
'@/views/query/task/Index.vue'
),
meta
:
{
title
:
'合同书查询'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/task'
,
name
:
'合同书查询1'
,
component
:
()
=>
import
(
'@/views/query/task/Index.vue'
),
meta
:
{
title
:
'合同书查询'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/check'
,
name
:
'中期考核上报查询1'
,
component
:
()
=>
import
(
'@/views/query/check/Index.vue'
),
meta
:
{
title
:
'中期考核上报查询'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/query/check'
,
name
:
'中期考核上报查询1'
,
component
:
()
=>
import
(
'@/views/query/check/Index.vue'
),
meta
:
{
title
:
'中期考核上报查询'
,
icon
:
''
,
noCache
:
true
}
},
...
...
src/views/report/project/components/projectCreate.vue
deleted
100644 → 0
View file @
c60a3d61
<
template
>
<div
class=
"app-content"
style=
"height: 76vh;overflow: auto;"
>
<a-spin
:spinning=
"loading"
style=
"width: 100%;height: 100%;"
>
<div
class=
"page-content"
>
<project-edit
v-model=
"value"
@
close=
"closeWindow"
@
load=
"onLoad"
ref=
"projCreate"
v-if=
"projType"
></project-edit>
<project-edit-key
v-model=
"value"
@
close=
"closeWindow"
@
load=
"onLoad"
ref=
"projCreate"
v-else
></project-edit-key>
</div>
<div
class=
"page-footer"
>
<a-button
@
click=
"save"
>
保存
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"submit"
>
完成填写
</a-button>
</div>
</a-spin>
</div>
</
template
>
<
script
>
import
{
getType
}
from
'@/views/utils/auth'
import
projectEdit
from
"@/views/report/project/components/projectEdit"
import
projectEditKey
from
"@/views/report/project/components/keyProject/projectEdit"
export
default
{
name
:
"projectCreate"
,
components
:
{
projectEdit
,
projectEditKey
,
},
data
()
{
return
{
loading
:
false
,
projType
:
getType
()
==
"1"
}
},
props
:
{
value
:
{
type
:
String
,
default
:
()
=>
{
return
null
}
}
},
created
()
{
},
methods
:
{
save
()
{
this
.
$refs
.
projCreate
.
save
()
},
submit
()
{
this
.
$refs
.
projCreate
.
submit
()
},
closeWindow
(
value
)
{
this
.
$emit
(
'close'
,
value
)
},
onLoad
(
value
)
{
this
.
loading
=
value
},
},
}
</
script
>
<
style
scoped
lang=
"less"
>
::-webkit-scrollbar {
width: 8px;
height: 6px;
}
::v-deep .ant-spin-container {
width: 100%;
height: 100%;
}
.page-content {
width: 100%;
height: calc(100% - 40px);
overflow: auto;
}
.page-footer {
width: 100%;
height: 40px;
line-height: 40px;
background: rgb(248, 248, 248);
text-align: center;
}
</
style
>
src/views/report/project/components/projectEdit.vue
deleted
100644 → 0
View file @
c60a3d61
This diff is collapsed.
Click to expand it.
src/views/report/task/Index.vue
View file @
bbdb4eea
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
</
template
>
</
template
>
</a-table>
</a-table>
<a-pagination
v-if=
"pagination.total > 0"
:total=
"pagination.total"
show-size-changer
show-quick-jumper
v-model=
"pagination.pageIndex"
:page-size=
"pagination.pageSize"
:page-size-options=
"pagination.pageSizeOptions"
@
showSizeChange=
"showSizeChange"
@
change=
"change"
:showTotal=
"() => `共 ${pagination.total} 条`"
/>
<a-pagination
v-if=
"pagination.total > 0"
:total=
"pagination.total"
show-size-changer
show-quick-jumper
v-model=
"pagination.pageIndex"
:page-size=
"pagination.pageSize"
:page-size-options=
"pagination.pageSizeOptions"
@
showSizeChange=
"showSizeChange"
@
change=
"change"
:showTotal=
"() => `共 ${pagination.total} 条`"
/>
<a-modal
v-model=
"visibleEdit"
:title=
"'创建/修改'"
:width=
"'
80%'"
:dialog-style=
"{ top: '5%' }"
:maskClosable=
"false"
:footer=
"null"
destroyOnClose
:centered=
"tru
e"
>
<a-modal
v-model=
"visibleEdit"
:title=
"'创建/修改'"
:width=
"'
94%'"
:dialog-style=
"{ top: '8%' }"
:footer=
"null"
destroyOnClose
:maskClosable=
"fals
e"
>
<task-
edit
v-model=
"projId"
@
close=
"closeWindow"
/>
<task-
create
v-model=
"projId"
@
close=
"closeWindow"
/>
</a-modal>
</a-modal>
<a-modal
v-model=
"visibleView"
title=
"查看合同书"
:width=
"'
80%'"
:dialog-style=
"{ top: '5%' }"
:maskClosable=
"false"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"visibleView"
title=
"查看合同书"
:width=
"'
94%'"
:dialog-style=
"{ top: '8%' }"
:footer=
"null"
destroyOnClose
:maskClosable=
"false"
>
<task-view
v-model=
"projId"
@
close=
"closeWindow"
/>
<task-view
v-model=
"projId"
@
close=
"closeWindow"
/>
</a-modal>
</a-modal>
</div>
</div>
...
@@ -48,13 +48,13 @@
...
@@ -48,13 +48,13 @@
<
script
>
<
script
>
import
{
getType
}
from
'@/views/utils/auth'
import
{
getType
}
from
'@/views/utils/auth'
import
{
isEmptyParams
,
filterExportExcelData
,
tableColumnsName
}
from
"@/views/utils/common"
;
import
{
isEmptyParams
,
filterExportExcelData
,
tableColumnsName
}
from
"@/views/utils/common"
;
import
task
Edit
from
"@/views/report/task/components/taskEdit
.vue"
import
task
Create
from
"@/views/report/task/components/taskCreate
.vue"
import
taskView
from
"@/views/report/task/components/taskView.vue"
import
taskView
from
"@/views/report/task/components/taskView.vue"
export
default
{
export
default
{
name
:
'reportTask'
,
name
:
'reportTask'
,
components
:
{
components
:
{
task
Edit
,
taskView
task
Create
,
taskView
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/views/statistic/project/Index.vue
View file @
bbdb4eea
...
@@ -62,13 +62,13 @@ import { getType } from '@/views/utils/auth'
...
@@ -62,13 +62,13 @@ import { getType } from '@/views/utils/auth'
import
moment
from
'moment'
import
moment
from
'moment'
import
{
isEmptyParams
,
filterExportExcelData
,
tableColumnsName
}
from
"@/views/utils/common"
;
import
{
isEmptyParams
,
filterExportExcelData
,
tableColumnsName
}
from
"@/views/utils/common"
;
import
projectView
from
'@/views/report/project/components/projectView'
import
projectView
from
'@/views/report/project/components/projectView'
import
projectEdit
from
'@/views/report/project/components/projectEdit'
import
unitEdit
from
'@/views/statistic/project/components/unitEdit'
import
unitEdit
from
'@/views/statistic/project/components/unitEdit'
import
unitTreeSelect
from
'@/views/components/common/unitTreeSelect'
import
unitTreeSelect
from
'@/views/components/common/unitTreeSelect'
export
default
{
export
default
{
name
:
'serchProject'
,
name
:
'serchProject'
,
components
:
{
components
:
{
project
Edit
,
project
View
,
unitTreeSelect
,
unitEdit
projectView
,
unitTreeSelect
,
unitEdit
},
},
data
()
{
data
()
{
return
{
return
{
...
...
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