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
b98bf5b3
Commit
b98bf5b3
authored
Dec 12, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
444444
parent
91aeba09
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
8 deletions
+42
-8
paraMultiSelect.vue
src/views/components/common/paraMultiSelect.vue
+2
-0
upLoad.vue
src/views/components/common/upLoad.vue
+11
-3
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+29
-5
projectKpiEdit.vue
src/views/report/project/components/projectKpiEdit.vue
+0
-0
No files found.
src/views/components/common/paraMultiSelect.vue
View file @
b98bf5b3
...
...
@@ -111,6 +111,8 @@ export default {
else
{
this
.
childArray
=
[
this
.
defaultChild
]
this
.
childValue
=
''
this
.
$emit
(
"input"
,
null
);
this
.
$emit
(
"change"
);
}
this
.
$emit
(
'parentChange'
,
value
)
this
.
$emit
(
"change"
);
...
...
src/views/components/common/upLoad.vue
View file @
b98bf5b3
...
...
@@ -7,12 +7,20 @@
<a-icon
type=
"delete"
class=
"hover-pointer d-icon"
@
click=
"deletefile(file)"
style=
"margin: 0px 2px;"
/>
</div>
<div
v-else
>
<a-form-model-item
:prop=
"name+'downloadUrl'"
:rules=
"
{required: isRequired, message: message,trigger: 'blur',}">
<input
type=
"file"
ref=
"fileElem"
class=
"visually-hidden"
@
change=
"handleFiles"
>
<div
v-if=
"isUpload"
>
<a-form-model-item
:prop=
"name+'downloadUrl'"
:rules=
"
{required: isRequired, message: message,trigger: 'blur',}">
<input
type=
"file"
ref=
"fileElem1"
class=
"visually-hidden"
@
change=
"handleFiles"
>
<a-button
@
click=
"fileSelect"
>
<a-icon
type=
"upload"
/>
选择文件
</a-button>
</a-form-model-item>
</div>
<div
v-else
>
<input
type=
"file"
ref=
"fileElem2"
class=
"visually-hidden"
@
change=
"handleFiles"
>
<a-button
@
click=
"fileSelect"
>
<a-icon
type=
"upload"
/>
选择文件
</a-button>
</
a-form-model-item
>
</
div
>
</div>
</div>
</
template
>
...
...
src/views/report/project/components/projectEdit.vue
View file @
b98bf5b3
...
...
@@ -311,7 +311,7 @@
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"knowledgeId"
>
<cascader-select
v-model=
"formData.knowledgeId"
/>
<cascader-select
v-model=
"formData.knowledgeId"
/>
<!--
<para-multi-select
v-model=
"formData.knowledgeId"
:typeId=
"57"
/>
-->
</a-form-model-item>
</a-col>
...
...
@@ -431,16 +431,40 @@
</a-row>
<!-- 项目组成员 -->
<project-member-edit
:dataList
.
sync=
"formData.members"
/>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
</div>
</a-col>
</a-row>
<!-- 项目绩效指标 -->
<project-kpi-edit
:projectKPI
.
sync=
"formData.projectKPI"
/>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
</div>
</a-col>
</a-row>
<!-- 经费预算 -->
<budget-edit
:budget
.
sync=
"formData.budget"
/>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
</div>
</a-col>
</a-row>
<!-- 分年度用款计划 -->
<fund-plan-edit
:fundPlan
.
sync=
"formData.fundPlan"
/>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
</div>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px"
>
<div
class=
"main-title"
>
...
...
src/views/report/project/components/projectKpiEdit.vue
View file @
b98bf5b3
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