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
59c21d3a
Commit
59c21d3a
authored
Dec 16, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
444
parent
7ba806a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
117 additions
and
16 deletions
+117
-16
LayoutMain.vue
src/components/layout/LayoutMain.vue
+7
-7
projectEdit.vue
...iews/report/project/components/keyProject/projectEdit.vue
+1
-0
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+109
-9
No files found.
src/components/layout/LayoutMain.vue
View file @
59c21d3a
...
@@ -36,13 +36,13 @@ export default {
...
@@ -36,13 +36,13 @@ export default {
},
},
watch
:
{
watch
:
{
$route
(
to
,
from
)
{
//
$route (to, from) {
if
(
to
.
path
!=
'/home'
)
{
//
if (to.path != '/home') {
let
n
=
Math
.
floor
(
Math
.
random
()
*
this
.
transitionArr
.
length
+
1
)
-
1
;
//
let n = Math.floor(Math.random() * this.transitionArr.length + 1) - 1;
this
.
transitionName
=
this
.
transitionArr
[
n
]
//
this.transitionName = this.transitionArr[n]
}
else
//
} else
this
.
transitionName
=
''
//
this.transitionName = ''
}
//
}
}
}
}
}
</
script
>
</
script
>
...
...
src/views/report/project/components/keyProject/projectEdit.vue
View file @
59c21d3a
...
@@ -786,6 +786,7 @@
...
@@ -786,6 +786,7 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
<div
class=
"main-title"
>
<div
class=
"main-title"
>
...
...
src/views/report/project/components/projectEdit.vue
View file @
59c21d3a
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<a-row
type=
"flex"
>
<a-row
type=
"flex"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
个人通讯地址
</div>
<div
class=
"required"
>
个人通讯地址
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"21"
>
<a-col
:span=
"21"
>
...
@@ -458,6 +458,93 @@
...
@@ -458,6 +458,93 @@
</a-row>
</a-row>
<!-- 项目绩效指标 -->
<!-- 项目绩效指标 -->
<project-kpi-edit
:projectKPI
.
sync=
"formData.projectKPI"
/>
<project-kpi-edit
:projectKPI
.
sync=
"formData.projectKPI"
/>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
<div
class=
"main-title"
>
<span>
项目主要实施内容和目标
</span>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
项目实施目标
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"researchContent"
>
<a-textarea
placeholder=
"项目实施目标"
v-model=
"formData.researchContent"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
<div
class=
"tb-title"
>
<span>
项目考核指标
</span>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
主要技术指标
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"technologyTarget"
>
<a-textarea
placeholder=
"主要技术指标"
v-model=
"formData.technologyTarget"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
主要经济指标
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"economyTarget"
>
<a-textarea
placeholder=
"主要经济指标"
v-model=
"formData.economyTarget"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
项目实施中形成的示范基地、中试线、生产线及其规模等
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"achievementTarget"
>
<a-textarea
placeholder=
"项目实施中形成的示范基地、中试线、生产线及其规模等"
v-model=
"formData.achievementTarget"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
科技报告考核指标
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"technologyReportsTarget"
>
<a-textarea
placeholder=
"科技报告考核指标"
v-model=
"formData.technologyReportsTarget"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
其他应考核的指标
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"otherTarget"
>
<a-textarea
placeholder=
"其他应考核的指标"
v-model=
"formData.otherTarget"
:maxLength=
"10000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
...
@@ -587,25 +674,32 @@ export default {
...
@@ -587,25 +674,32 @@ export default {
titleName
:
null
,
titleName
:
null
,
mobile
:
null
,
mobile
:
null
,
email
:
null
,
email
:
null
,
jobTime
:
null
,
address
:
null
,
appUnitName
:
null
,
appUnitName
:
null
,
mainResearchAreas
:
null
,
unitLinkName
:
null
,
unitLinkName
:
null
,
unitLinkMobile
:
null
,
unitLinkMobile
:
null
,
unitLinkEmail
:
null
,
unitLinkEmail
:
null
,
unitLinkFax
:
null
,
unitLinkFax
:
null
,
projName
:
null
,
projName
:
null
,
knowledgeId
:
null
,
knowledgeId
:
null
,
subjectScope
:
null
,
projClass
:
null
,
remark
:
null
,
startDate
:
null
,
startDate
:
null
,
endDate
:
null
,
endDate
:
null
,
totalFunding
:
null
,
projClass
:
null
,
govFunding
:
null
,
jobTime
:
null
,
mainResearchAreas
:
null
,
address
:
null
,
subjectScope
:
null
,
projAbstract
:
null
,
projAbstract
:
null
,
projKeywords
:
null
,
projKeywords
:
null
,
totalFunding
:
null
,
govFunding
:
null
,
unitFunding
:
null
,
selfFunding
:
null
,
researchContent
:
null
,
technologyTarget
:
null
,
economyTarget
:
null
,
achievementTarget
:
null
,
otherTarget
:
null
,
remark
:
null
,
yearTarget
:
null
,
yearTarget
:
null
,
year1Goal
:
null
,
year1Goal
:
null
,
year2Goal
:
null
,
year2Goal
:
null
,
...
@@ -638,6 +732,12 @@ export default {
...
@@ -638,6 +732,12 @@ export default {
govFunding
:
[{
required
:
true
,
message
:
'请填写申请科技经费'
,
trigger
:
'blur'
},],
govFunding
:
[{
required
:
true
,
message
:
'请填写申请科技经费'
,
trigger
:
'blur'
},],
projAbstract
:
[{
required
:
true
,
message
:
'请填写项目摘要'
,
trigger
:
'blur'
},],
projAbstract
:
[{
required
:
true
,
message
:
'请填写项目摘要'
,
trigger
:
'blur'
},],
projKeywords
:
[{
required
:
true
,
message
:
'请填写关键词'
,
trigger
:
'blur'
},],
projKeywords
:
[{
required
:
true
,
message
:
'请填写关键词'
,
trigger
:
'blur'
},],
researchContent
:
{
required
:
true
,
message
:
'请填写项目实施目标'
,
trigger
:
'blur'
},
technologyTarget
:
{
required
:
true
,
message
:
'请填写主要技术指标'
,
trigger
:
'blur'
},
economyTarget
:
{
required
:
true
,
message
:
'请填写主要经济指标'
,
trigger
:
'blur'
},
achievementTarget
:
[{
required
:
true
,
message
:
'请填写项目实施中形成的示范基地、中试线、生产线及其规模等'
,
trigger
:
'blur'
},],
technologyReportsTarget
:
{
required
:
true
,
message
:
'请填写科技报告考核指标'
,
trigger
:
'blur'
},
otherTarget
:
{
required
:
true
,
message
:
'请填写其他应考核的指标'
,
trigger
:
'blur'
},
downloadUrl
:
[{
required
:
true
,
message
:
'请填写关键词'
,
trigger
:
'blur'
},],
downloadUrl
:
[{
required
:
true
,
message
:
'请填写关键词'
,
trigger
:
'blur'
},],
},
},
}
}
...
...
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