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
20511a13
Commit
20511a13
authored
Dec 13, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'master' and 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
16aad66b
e09d5430
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
12 deletions
+15
-12
202412130901.docx
public/downloadFile/202412130901.docx
+0
-0
202412130902.docx
public/downloadFile/202412130902.docx
+0
-0
202412130903.docx
public/downloadFile/202412130903.docx
+0
-0
fileEdit.vue
src/views/report/project/components/fileEdit.vue
+15
-12
projectKpiEdit.vue
src/views/report/project/components/projectKpiEdit.vue
+0
-0
No files found.
public/downloadFile/202412130901.docx
0 → 100644
View file @
20511a13
File added
public/downloadFile/202412130902.docx
0 → 100644
View file @
20511a13
File added
public/downloadFile/202412130903.docx
0 → 100644
View file @
20511a13
File added
src/views/report/project/components/fileEdit.vue
View file @
20511a13
...
@@ -7,18 +7,21 @@
...
@@ -7,18 +7,21 @@
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
<
!--
<
a-row
type=
"flex"
>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
class=
"bg-gray"
>
<a-col
:span=
"24"
class=
"bg-gray"
>
<div
class=
"special-middle"
style=
"font-weight: bold;"
>
<div
class=
"special-middle"
>
1.科研诚信承诺书(必须提供)
<span
class=
"required"
></span><br
/>
<a
href=
"/downloadFile/202412130901.docx"
download=
"单位承诺书模版.docx"
style=
"margin-right: 20px;"
>
2.承诺书(必须提供)
<span
class=
"required"
></span><br
/>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
单位承诺书模版
</span>
3.医学研究伦理审查证明
<br
/>
</a>
4.多家单位联合申报的必须提供牵头单位与所有参与单位签署的联合申报协议(协议中应包含项目名称、课题设置、专项经费分配、知识产权归属、项目经费筹集与使等内容,协议经单位盖章、项目及所有课题负责人签字有效)
<br
/>
<a
href=
"/downloadFile/202412130902.docx"
download=
"个人承诺书模版.docx"
style=
"margin-right: 20px;"
>
5.相关查新报告、前期科研成果、专利等佐证材料(选择提供)
<br
/>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
个人承诺书模版
</span>
6.与项目相关的其它证明材料或文件等(选择提供)
<br
/>
</a>
</div>
<a
href=
"/downloadFile/202412130903.docx"
download=
"项目资金预算编制说明.docx"
style=
"margin-right: 20px;"
>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
项目资金预算编制说明
</span>
</a>
</div>
</a-col>
</a-col>
</a-row>
-->
</a-row>
<a-row
type=
"flex"
class=
"row_center"
>
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"2"
>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
...
@@ -47,11 +50,11 @@
...
@@ -47,11 +50,11 @@
</a-col>
</a-col>
</a-row>
</a-row>
<a-row
v-for=
"(item, index) in fileList"
:key=
"'fileList' + index"
type=
"flex"
>
<a-row
v-for=
"(item, index) in fileList"
:key=
"'fileList' + index"
type=
"flex"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<a-col
:span=
"2"
style=
"text-align: center;
margin-top: 8px;
"
>
{{
index
+
1
}}
{{
index
+
1
}}
</a-col>
</a-col>
<a-col
:span=
"6"
>
<a-col
:span=
"6"
>
<div
class=
"special-middle"
v-if=
"index
<
=
9
"
>
{{
item
.
fileExplain
}}
</div>
<div
class=
"special-middle"
v-if=
"index
<
=
10
"
>
{{
item
.
fileExplain
}}
</div>
<a-form-model-item
v-else
:prop=
"'fileList.' + index + '.fileExplain'"
:rules=
"
{required: item.isRequired, message: '*',trigger: 'blur',}">
<a-form-model-item
v-else
:prop=
"'fileList.' + index + '.fileExplain'"
:rules=
"
{required: item.isRequired, message: '*',trigger: 'blur',}">
<a-input
v-model=
"item.fileExplain"
:maxLength=
"100"
style=
"width: 100%"
:disabled=
"item.required"
/>
<a-input
v-model=
"item.fileExplain"
:maxLength=
"100"
style=
"width: 100%"
:disabled=
"item.required"
/>
</a-form-model-item>
</a-form-model-item>
...
...
src/views/report/project/components/projectKpiEdit.vue
View file @
20511a13
This diff is collapsed.
Click to expand it.
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