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
5ff83e43
Commit
5ff83e43
authored
Mar 25, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
09402094
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
64 additions
and
10 deletions
+64
-10
Index.vue
src/views/report/talent/Index.vue
+1
-1
budgetEdit.vue
src/views/report/talent/components/budgetEdit.vue
+0
-0
budgetInfo.vue
src/views/report/talent/components/budgetInfo.vue
+0
-0
scientificGainInfo.vue
src/views/report/talent/components/scientificGainInfo.vue
+1
-1
talentEdit.vue
src/views/report/talent/components/talentEdit.vue
+59
-7
talentInfo.vue
src/views/report/talent/components/talentInfo.vue
+3
-1
No files found.
src/views/report/talent/Index.vue
View file @
5ff83e43
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<
template
slot=
"option"
slot-scope=
"record"
>
<
template
slot=
"option"
slot-scope=
"record"
>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'view')"
>
查看
</a-button>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'view')"
>
查看
</a-button>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'edit')"
>
修改
</a-button>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'edit')"
>
修改
</a-button>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'re
set')"
>
重置密码
</a-button>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record,'re
port')"
>
上报
</a-button>
</
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} 条`"
/>
...
...
src/views/report/talent/components/budgetEdit.vue
0 → 100644
View file @
5ff83e43
This diff is collapsed.
Click to expand it.
src/views/report/talent/components/budgetInfo.vue
0 → 100644
View file @
5ff83e43
src/views/report/talent/components/scientificGainInfo.vue
View file @
5ff83e43
...
@@ -13,7 +13,7 @@ export default {
...
@@ -13,7 +13,7 @@ export default {
return
{};
return
{};
},
},
created
()
{
created
()
{
},
},
methods
:
{
methods
:
{
...
...
src/views/report/talent/components/talentEdit.vue
View file @
5ff83e43
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<a-col
:span=
"5"
>
<a-col
:span=
"5"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
<div>
<a-form-model-item
prop=
"
address
"
>
<a-form-model-item
prop=
"
certId
"
>
<a-input
v-model=
"formData.certId"
@
change=
"onCertIdChange"
:maxLength=
"18"
style=
"width: 200px;"
/>
<a-input
v-model=
"formData.certId"
@
change=
"onCertIdChange"
:maxLength=
"18"
style=
"width: 200px;"
/>
</a-form-model-item>
</a-form-model-item>
</div>
</div>
...
@@ -419,6 +419,54 @@
...
@@ -419,6 +419,54 @@
<members-edit
:membersList
.
sync=
"formData.membersList"
/>
<members-edit
:membersList
.
sync=
"formData.membersList"
/>
</div>
</div>
<div
v-if=
"stepsArray[4].showStatus"
>
<div
v-if=
"stepsArray[4].showStatus"
>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px; text-align: center"
>
<div
class=
"main-title"
>
<span>
经费预算及培养计划和目标
</span>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"7"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
申请资助金额
</div>
</div>
</a-col>
<a-col
:span=
"17"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<a-form-model-item
prop=
"applyFund"
>
<a-input-number
v-model=
"formData.applyFund"
@
change=
"FundChange"
:min=
"0"
:step=
"0.01"
style=
"width:120px"
/>
(万元)
</a-form-model-item>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"7"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
其他经费来源
</div>
</div>
</a-col>
<a-col
:span=
"17"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<a-form-model-item
prop=
"otherFund"
>
<a-input-number
v-model=
"formData.otherFund"
@
change=
"FundChange"
:min=
"0"
:step=
"0.01"
style=
"width:120px"
/>
(万元)
</a-form-model-item>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"7"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
<div
class=
"required"
>
合计
</div>
</div>
</a-col>
<a-col
:span=
"17"
class=
"bg-gray"
>
<div
class=
"special-middle"
>
{{
parseFloat
(
formData
.
totalFund
).
toFixed
(
2
)
}}
(万元)
</div>
</a-col>
</a-row>
<budget-edit
:budgetList
.
sync=
"formData.budgetList"
/>
</div>
</div>
<div
v-if=
"stepsArray[5].showStatus"
>
<div
v-if=
"stepsArray[5].showStatus"
>
</div>
</div>
...
@@ -435,11 +483,12 @@ import cascaderSelect from '@/views/components/common/cascaderSelect'
...
@@ -435,11 +483,12 @@ import cascaderSelect from '@/views/components/common/cascaderSelect'
import
resumeEdit
from
'@/views/report/talent/components/resumeEdit'
import
resumeEdit
from
'@/views/report/talent/components/resumeEdit'
import
scientificGainEdit
from
'@/views/report/talent/components/scientificGainEdit'
import
scientificGainEdit
from
'@/views/report/talent/components/scientificGainEdit'
import
membersEdit
from
'@/views/report/talent/components/membersEdit'
import
membersEdit
from
'@/views/report/talent/components/membersEdit'
import
budgetEdit
from
'@/views/report/talent/components/budgetEdit'
export
default
{
export
default
{
name
:
"talentEdit"
,
name
:
"talentEdit"
,
components
:
{
components
:
{
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
,
scientificGainEdit
,
membersEdit
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
,
scientificGainEdit
,
membersEdit
,
budgetEdit
},
},
props
:
{
props
:
{
value
:
{
value
:
{
...
@@ -493,6 +542,9 @@ export default {
...
@@ -493,6 +542,9 @@ export default {
researchCondition
:
null
,
researchCondition
:
null
,
researchProgress
:
null
,
researchProgress
:
null
,
email
:
null
,
email
:
null
,
applyFund
:
null
,
otherFund
:
null
,
totalFund
:
null
,
resumeList
:
[],
resumeList
:
[],
membersList
:
[],
membersList
:
[],
budgetList
:
[],
budgetList
:
[],
...
@@ -522,6 +574,8 @@ export default {
...
@@ -522,6 +574,8 @@ export default {
mobile
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
mobile
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
fax
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
fax
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
email
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
email
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'blur'
}],
applyFund
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'change'
}],
otherFund
:
[{
required
:
true
,
message
:
'*'
,
trigger
:
'change'
}],
},
},
};
};
},
},
...
@@ -559,7 +613,6 @@ export default {
...
@@ -559,7 +613,6 @@ export default {
if
(
typeof
data
.
graduateTeacher
===
'string'
&&
data
.
graduateTeacher
)
{
if
(
typeof
data
.
graduateTeacher
===
'string'
&&
data
.
graduateTeacher
)
{
data
.
graduateTeacher
=
data
.
graduateTeacher
.
split
(
','
)
data
.
graduateTeacher
=
data
.
graduateTeacher
.
split
(
','
)
}
}
this
.
formData
=
data
this
.
formData
=
data
this
.
$emit
(
'onStepChange'
,
{
step
:
0
,
state
:
data
.
completeStatus
})
this
.
$emit
(
'onStepChange'
,
{
step
:
0
,
state
:
data
.
completeStatus
})
this
.
loadList
()
this
.
loadList
()
...
@@ -637,7 +690,6 @@ export default {
...
@@ -637,7 +690,6 @@ export default {
}
}
},
},
submit
(
step
,
next
)
{
submit
(
step
,
next
)
{
console
.
log
(
step
)
if
(
this
.
checkInfo
(
step
))
{
if
(
this
.
checkInfo
(
step
))
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
...
@@ -788,9 +840,9 @@ export default {
...
@@ -788,9 +840,9 @@ export default {
break
;
break
;
}
}
},
},
loadList
()
{
FundChange
()
{
this
.
formData
.
totalFund
=
this
.
formData
.
applyFund
+
this
.
formData
.
otherFund
}
,
}
}
}
};
};
</
script
>
</
script
>
src/views/report/talent/components/talentInfo.vue
View file @
5ff83e43
<
template
>
<
template
>
<div></div>
<div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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