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
03ee5d29
Commit
03ee5d29
authored
Nov 29, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
455aec65
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
82 additions
and
82 deletions
+82
-82
conclusionEdit.vue
src/views/conclusion/components/conclusionEdit.vue
+11
-11
conclusionInfo.vue
src/views/conclusion/components/conclusionInfo.vue
+16
-16
thesisEdit.vue
src/views/conclusion/components/thesis/thesisEdit.vue
+2
-2
thesisInfo.vue
src/views/conclusion/components/thesis/thesisInfo.vue
+2
-2
projectInfo.vue
src/views/evaluation/components/projectInfo.vue
+10
-10
score.vue
src/views/evaluation/components/score.vue
+2
-2
scoreView.vue
src/views/evaluation/components/scoreView.vue
+2
-2
cooperativeUnits.vue
src/views/report/project/components/cooperativeUnits.vue
+2
-2
fileEdit.vue
src/views/report/project/components/fileEdit.vue
+1
-1
budgetEdit.vue
...views/report/project/components/keyProject/budgetEdit.vue
+2
-2
budgetInfo.vue
...views/report/project/components/keyProject/budgetInfo.vue
+2
-2
cooperativeInfo.vue
.../report/project/components/keyProject/cooperativeInfo.vue
+2
-2
cooperativeUnits.vue
...report/project/components/keyProject/cooperativeUnits.vue
+2
-2
fileEdit.vue
src/views/report/project/components/keyProject/fileEdit.vue
+1
-1
fileInfo.vue
src/views/report/project/components/keyProject/fileInfo.vue
+2
-2
projFundComposition.vue
...ort/project/components/keyProject/projFundComposition.vue
+2
-2
projFundCompositionInfo.vue
...project/components/keyProject/projFundCompositionInfo.vue
+2
-2
projGroupMember.vue
.../report/project/components/keyProject/projGroupMember.vue
+2
-2
projGroupMemberInfo.vue
...ort/project/components/keyProject/projGroupMemberInfo.vue
+2
-2
projStageGoals.vue
...s/report/project/components/keyProject/projStageGoals.vue
+2
-2
projStageGoalsInfo.vue
...port/project/components/keyProject/projStageGoalsInfo.vue
+2
-2
managementRuleEdit.vue
src/views/report/project/components/managementRuleEdit.vue
+2
-2
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+3
-3
projectMemberEdit.vue
src/views/report/project/components/projectMemberEdit.vue
+0
-0
projectMemberInfo.vue
src/views/report/project/components/projectMemberInfo.vue
+0
-0
projectSubEdit.vue
src/views/report/project/components/projectSubEdit.vue
+2
-2
taskEdit.vue
src/views/report/task/components/taskEdit.vue
+1
-1
taskFileEdit.vue
src/views/report/task/components/taskFileEdit.vue
+1
-1
taskFileInfo.vue
src/views/report/task/components/taskFileInfo.vue
+1
-1
common.less
static/css/common.less
+1
-1
No files found.
src/views/conclusion/components/conclusionEdit.vue
View file @
03ee5d29
...
...
@@ -173,7 +173,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
论文名称
</div>
...
...
@@ -210,7 +210,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(thesis, index) in formData.thesisList"
:key=
"'thesisList'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(thesis, index) in formData.thesisList"
:key=
"'thesisList'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"'thesisList.' + index + '.name'"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"thesis.name"
:maxLength=
"50"
placeholder=
"论文名称"
style=
"width:85%"
/>
...
...
@@ -278,7 +278,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -295,7 +295,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(catalog, index) in formData.catalogList"
:key=
"'catalogList'+index+''"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(catalog, index) in formData.catalogList"
:key=
"'catalogList'+index+''"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
@@ -331,7 +331,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
姓名
</div>
...
...
@@ -363,7 +363,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(researcher, index) in formData.researchersList"
:key=
"'researcher'+index+''"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(researcher, index) in formData.researchersList"
:key=
"'researcher'+index+''"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<a-form-model-item
:prop=
"'researchersList.' + index + '.name'"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"researcher.name"
:maxLength=
"25"
placeholder=
"姓名"
style=
"width:85%"
/>
...
...
@@ -494,7 +494,7 @@
</a-row>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
主要支出项目
</div>
...
...
@@ -511,7 +511,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(spending, index) in formData.spending"
:key=
"'spending'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(spending, index) in formData.spending"
:key=
"'spending'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"'spending.' + index + '.name'"
>
<a-input
v-model=
"spending.name"
:maxLength=
"50"
:disabled=
"index==6"
/>
...
...
@@ -528,7 +528,7 @@
</a-form-model-item>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<div
class=
"special-middle"
>
<div>
合计
</div>
...
...
@@ -541,7 +541,7 @@
</a-col>
<a-col
:span=
"14"
></a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
结余
</div>
...
...
@@ -611,7 +611,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
材料类型
</div>
...
...
src/views/conclusion/components/conclusionInfo.vue
View file @
03ee5d29
...
...
@@ -152,7 +152,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -189,7 +189,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(thesis, index) in value.thesisList"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(thesis, index) in value.thesisList"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
@@ -237,7 +237,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -269,7 +269,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(researcher, index) in value.researchersList"
:key=
"'researcher'+index+''"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(researcher, index) in value.researchersList"
:key=
"'researcher'+index+''"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
{{
index
+
1
}}
</a-col>
...
...
@@ -304,7 +304,7 @@
</div>
</a-col>
<a-col
:span=
"20"
class=
"inner_from"
>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
v-for=
"(grant, index) in value.grant"
:key=
"'year'+index"
:span=
"4"
>
<div
class=
"special-middle"
>
<div>
{{
grant
.
year
}}
年
</div>
...
...
@@ -316,7 +316,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
v-for=
"(grant, index) in value.grant"
:key=
"'amount'+index"
:span=
"4"
>
<div
class=
"special-middle"
>
<div><span>
{{
grant
.
amount
}}
</span></div>
...
...
@@ -337,7 +337,7 @@
</div>
</a-col>
<a-col
:span=
"20"
class=
"inner_from"
>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
v-for=
"(finance, index) in value.finance"
:key=
"'finance_year'+index"
:span=
"4"
>
<div
class=
"special-middle"
>
<div><span>
{{
finance
.
year
}}
年
</span></div>
...
...
@@ -349,7 +349,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
v-for=
"(finance, index) in value.finance"
:key=
"'finance_amount'+index"
:span=
"4"
>
<div
class=
"special-middle"
>
<div><span>
{{
finance
.
amount
}}
</span></div>
...
...
@@ -363,7 +363,7 @@
</a-row>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
主要支出项目
</div>
...
...
@@ -380,7 +380,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(spending, index) in value.spending"
:key=
"'spending'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(spending, index) in value.spending"
:key=
"'spending'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<div
class=
"special-middle"
>
<div>
{{
spending
.
name
}}
</div>
...
...
@@ -397,7 +397,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<div
class=
"special-middle"
>
<div>
合计
</div>
...
...
@@ -410,7 +410,7 @@
</a-col>
<a-col
:span=
"14"
></a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
结余
</div>
...
...
@@ -473,7 +473,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -485,7 +485,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(catalog, index) in value.catalogList"
:key=
"'catalogList'+index+''"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(catalog, index) in value.catalogList"
:key=
"'catalogList'+index+''"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
@@ -505,7 +505,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -527,7 +527,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in value.fileList"
:key=
"'fileList' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in value.fileList"
:key=
"'fileList' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
src/views/conclusion/components/thesis/thesisEdit.vue
View file @
03ee5d29
...
...
@@ -82,7 +82,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
论文名称
</div>
...
...
@@ -119,7 +119,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(thesis, index) in formData.thesisList"
:key=
"'thesisList'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(thesis, index) in formData.thesisList"
:key=
"'thesisList'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"'thesisList.' + index + '.name'"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"thesis.name"
:maxLength=
"50"
placeholder=
"论文名称"
style=
"width:85%"
/>
...
...
src/views/conclusion/components/thesis/thesisInfo.vue
View file @
03ee5d29
...
...
@@ -73,7 +73,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -110,7 +110,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(thesis, index) in value.thesisList"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(thesis, index) in value.thesisList"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
src/views/evaluation/components/projectInfo.vue
View file @
03ee5d29
...
...
@@ -131,7 +131,7 @@
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray flex-gray"
>
<div
class=
"special-middle"
>
<div>
总人数
</div>
...
...
@@ -179,7 +179,7 @@
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
{{
value
.
memCount
}}
</div>
...
...
@@ -276,7 +276,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
分类
</div>
...
...
@@ -308,7 +308,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
<div>
人民币(万元)
</div>
...
...
@@ -341,7 +341,7 @@
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
支出科目
</div>
...
...
@@ -359,7 +359,7 @@
</a-col>
</a-row>
<div
v-for=
"(item, index) in value.budget"
>
<a-row
:key=
"'budget' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
:key=
"'budget' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
budgetName
}}
</div>
...
...
@@ -378,7 +378,7 @@
</a-row>
</div>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
设备仪器名称
</div>
...
...
@@ -407,7 +407,7 @@
</a-row>
<div
v-for=
"(item, index) in value.equipments"
>
<a-row
:key=
"'equipments' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
:key=
"'equipments' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
name
}}
</div>
...
...
@@ -586,7 +586,7 @@
</a-col>
</a-row>
<!--
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<!--
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -608,7 +608,7 @@
</div>
</a-col>
</a-row>
-->
<!--
<a-row
v-for=
"(item, index) in value.fileList"
:key=
"'appendix' + index"
type=
"flex"
class=
"
item_inn
er"
>
<!--
<a-row
v-for=
"(item, index) in value.fileList"
:key=
"'appendix' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
src/views/evaluation/components/score.vue
View file @
03ee5d29
...
...
@@ -10,7 +10,7 @@
<div
v-show=
"tabsActive==='1'"
style=
"height:100%;"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<a-form-model
ref=
"form"
:model=
"formData"
:rules=
"rules"
class=
"from-table font-line-space"
>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
评审指标
</div>
...
...
@@ -53,7 +53,7 @@
</a-col>
</a-row>
<a-row
v-for=
"(tab, index) in tableData"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(tab, index) in tableData"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/evaluation/components/scoreView.vue
View file @
03ee5d29
...
...
@@ -38,7 +38,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
评审指标
</div>
...
...
@@ -81,7 +81,7 @@
</a-col>
</a-row>
<a-row
v-for=
"(tab, index) in tableData"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(tab, index) in tableData"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/report/project/components/cooperativeUnits.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
单位名称
</div>
...
...
@@ -39,7 +39,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperativeUnits'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperativeUnits'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/report/project/components/fileEdit.vue
View file @
03ee5d29
...
...
@@ -19,7 +19,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
src/views/report/project/components/keyProject/budgetEdit.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
概算科目名称
</div>
...
...
@@ -35,7 +35,7 @@
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in budget"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in budget"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
style=
"text-align: left;"
>
{{
item
.
budgetName
}}
</a-col>
...
...
src/views/report/project/components/keyProject/budgetInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
概算科目名称
</div>
...
...
@@ -34,7 +34,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in budget"
:key=
"index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in budget"
:key=
"index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
style=
"text-align: left;"
>
{{
item
.
budgetName
}}
</a-col>
...
...
src/views/report/project/components/keyProject/cooperativeInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -19,7 +19,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperative'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperative'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/report/project/components/keyProject/cooperativeUnits.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -24,7 +24,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperativeUnits'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in cooperativeUnits"
:key=
"'cooperativeUnits'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/report/project/components/keyProject/fileEdit.vue
View file @
03ee5d29
...
...
@@ -19,7 +19,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
src/views/report/project/components/keyProject/fileInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -29,7 +29,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in fileList"
:key=
"'appendix' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in fileList"
:key=
"'appendix' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
src/views/report/project/components/keyProject/projFundComposition.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
年度
</div>
...
...
@@ -49,7 +49,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in fundCompositions"
:key=
"'projFundComposition' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in fundCompositions"
:key=
"'projFundComposition' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
>
<div
class=
"special-middle"
>
<a-form-model-item
:prop=
"'fundCompositions.' + index + '.year'"
:rules=
"
{ required: true, message: '*' }">
...
...
src/views/report/project/components/keyProject/projFundCompositionInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
>
年度
</div>
...
...
@@ -44,7 +44,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in fundCompositions"
:key=
"'projFundComposition' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in fundCompositions"
:key=
"'projFundComposition' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"3"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
year
}}
</div>
...
...
src/views/report/project/components/keyProject/projGroupMember.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"1"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -55,7 +55,7 @@
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in members"
:key=
"'members'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in members"
:key=
"'members'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
...
...
src/views/report/project/components/keyProject/projGroupMemberInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"1"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
序号
</div>
...
...
@@ -50,7 +50,7 @@
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in members"
:key=
"'members'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in members"
:key=
"'members'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
{{
index
+
1
}}
</div>
...
...
src/views/report/project/components/keyProject/projStageGoals.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
完成时限
</div>
...
...
@@ -29,7 +29,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in stageGoals"
:key=
"'stageGoals' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in stageGoals"
:key=
"'stageGoals' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
<a-form-model-item
:prop=
"'stageGoals.' + index + '.startTime'"
:rules=
"
{ required: true, message: '*' }" style="flex-basis: 45%;">
...
...
src/views/report/project/components/keyProject/projStageGoalsInfo.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"8"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
完成时限
</div>
...
...
@@ -24,7 +24,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in stageGoals"
:key=
"'stageGoals' + index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in stageGoals"
:key=
"'stageGoals' + index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"8"
>
<div
class=
"special-middle"
>
{{
moment
(
item
.
startTime
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
}}
至
{{
moment
(
item
.
endTime
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
}}
...
...
src/views/report/project/components/managementRuleEdit.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
单位政策名称
</div>
...
...
@@ -44,7 +44,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in managementRuleList"
:key=
"'managementRuleList'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in managementRuleList"
:key=
"'managementRuleList'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"4"
>
<a-form-model-item
:prop=
"'managementRuleList.' + index + '.policyName'"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.policyName"
:maxLength=
"100"
placeholder=
"单位政策名称"
style=
"width:85%"
/>
...
...
src/views/report/project/components/projectEdit.vue
View file @
03ee5d29
...
...
@@ -476,7 +476,7 @@
<cooperative-units
:cooperativeUnits
.
sync=
"formData.cooperativeUnits"
/>
<!-- 项目组成员 -->
<proj
-group-member
:members
.
sync=
"formData.members"
/>
<proj
ect-member-edit
:members
.
sync=
"formData.members"
/>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
...
...
@@ -616,7 +616,7 @@ import { getType } from '@/views/utils/auth'
import
paraMultiSelect
from
'@/views/components/common/paraMultiSelect'
import
paraSelect
from
'@/views/components/common/paraSelect'
import
baseSelect
from
'@/views/components/common/baseSelect'
import
ProjGroupMember
from
'@/views/report/project/components/projGroupMember
'
import
projectMemberEdit
from
'@/views/report/project/components/projectMemberEdit
'
import
cooperativeUnits
from
'@/views/report/project/components/cooperativeUnits'
import
budgetEdit
from
'@/views/report/project/components/budgetEdit'
import
projectSubEdit
from
'@/views/report/project/components/projectSubEdit'
...
...
@@ -635,7 +635,7 @@ const File = { fileName: '', downloadUrl: '', fileExplain: '', downloadId: '' }
export
default
{
name
:
'projectEdit'
,
components
:
{
paraMultiSelect
,
paraSelect
,
baseSelect
,
ProjGroupMember
,
cooperativeUnits
,
budgetEdit
,
projectSubEdit
,
managementRuleEdit
,
fileEdit
paraMultiSelect
,
paraSelect
,
baseSelect
,
projectMemberEdit
,
cooperativeUnits
,
budgetEdit
,
projectSubEdit
,
managementRuleEdit
,
fileEdit
},
props
:
{
value
:
{
...
...
src/views/report/project/components/projectMemberEdit.vue
0 → 100644
View file @
03ee5d29
This diff is collapsed.
Click to expand it.
src/views/report/project/components/proj
GroupMember
.vue
→
src/views/report/project/components/proj
ectMemberInfo
.vue
View file @
03ee5d29
This diff is collapsed.
Click to expand it.
src/views/report/project/components/projectSubEdit.vue
View file @
03ee5d29
...
...
@@ -7,7 +7,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
课题名称
</div>
...
...
@@ -59,7 +59,7 @@
</div>
</a-col>
</a-row>
<a-row
v-for=
"(item, index) in projectSubList"
:key=
"'projectSubList'+index"
type=
"flex"
class=
"
item_inn
er"
>
<a-row
v-for=
"(item, index) in projectSubList"
:key=
"'projectSubList'+index"
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"2"
>
<a-form-model-item
:prop=
"'projectSubList.' + index + '.projName'"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.projName"
:maxLength=
"100"
placeholder=
"课题名称"
style=
"width:85%"
/>
...
...
src/views/report/task/components/taskEdit.vue
View file @
03ee5d29
...
...
@@ -456,7 +456,7 @@
</
template
>
<
script
>
import
ProjGroupMember
from
"@/views/report/project/components/proj
GroupMember
"
import
ProjGroupMember
from
"@/views/report/project/components/proj
ectMemberEdit
"
import
BudgetEdit
from
'@/views/report/project/components/budgetEdit'
import
{
isEmptyParams
}
from
"@/views/utils/common"
...
...
src/views/report/task/components/taskFileEdit.vue
View file @
03ee5d29
...
...
@@ -74,7 +74,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"8"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
附件名称
</div>
...
...
src/views/report/task/components/taskFileInfo.vue
View file @
03ee5d29
...
...
@@ -74,7 +74,7 @@
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"
item_inn
er"
>
<a-row
type=
"flex"
class=
"
row_cent
er"
>
<a-col
:span=
"8"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div>
附件名称
</div>
...
...
static/css/common.less
View file @
03ee5d29
...
...
@@ -135,7 +135,7 @@
background-color: #f8fafc;
}
.
item_inn
er .ant-col {
.
row_cent
er .ant-col {
text-align: center;
}
...
...
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