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
c75d8e35
Commit
c75d8e35
authored
Dec 17, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
fc7c733b
2d9f3495
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
audit.vue
src/views/audit/project/audit.vue
+8
-5
memberEdit.vue
src/views/report/project/components/memberEdit.vue
+2
-1
projectView.vue
src/views/report/project/components/projectView.vue
+4
-0
No files found.
src/views/audit/project/audit.vue
View file @
c75d8e35
...
...
@@ -79,11 +79,14 @@ export default {
{
title
:
'全部'
,
key
:
'0'
,
isShow
:
true
},
{
title
:
'项目基本信息'
,
key
:
'1'
,
isShow
:
true
},
{
title
:
'项目组主要成员'
,
key
:
'2'
,
isShow
:
true
},
{
title
:
'绩效目标表'
,
key
:
'3'
,
isShow
:
true
},
{
title
:
'项目经费预算表'
,
key
:
'4'
,
isShow
:
true
},
{
title
:
'申请书正文'
,
key
:
'5'
,
isShow
:
true
},
{
title
:
'附件信息'
,
key
:
'6'
,
isShow
:
true
},
{
title
:
'项目审核记录'
,
key
:
'7'
,
isShow
:
true
},
{
title
:
'项目主要实施内容和目标'
,
key
:
'3'
,
isShow
:
true
},
{
title
:
'申请书正文'
,
key
:
'4'
,
isShow
:
true
},
{
title
:
'经费预算及设备明细'
,
key
:
'5'
,
isShow
:
true
},
{
title
:
'项目实施阶段及任务'
,
key
:
'6'
,
isShow
:
true
},
{
title
:
'项目课题设置'
,
key
:
'7'
,
isShow
:
true
},
{
title
:
'绩效目标表'
,
key
:
'8'
,
isShow
:
true
},
{
title
:
'附件信息'
,
key
:
'9'
,
isShow
:
true
},
{
title
:
'项目审核记录'
,
key
:
'10'
,
isShow
:
true
},
],
formData
:
{
id
:
null
,
...
...
src/views/report/project/components/memberEdit.vue
View file @
c75d8e35
...
...
@@ -123,7 +123,7 @@
</a-col>
<a-col
:span=
"8"
>
<a-form-model-item
prop=
"forMonths"
>
<a-input-number
v-model=
"memObject.forMonths"
:min=
"0"
:
step=
"0.
1"
style=
"width: 60%"
/>
<a-input-number
v-model=
"memObject.forMonths"
:min=
"0"
:
max=
"12"
:step=
"
1"
style=
"width: 60%"
/>
</a-form-model-item>
</a-col>
</a-row>
...
...
@@ -141,6 +141,7 @@
import
{
isEmptyParams
,
checkEmail
,
checkPhone
,
checkIdentitytionId
,
personBirthday
,
personGender
}
from
"@/views/utils/common"
import
{
isIdentityId
}
from
'@/views/utils/validate'
import
{
getType
}
from
'@/views/utils/auth'
import
{
max
}
from
"moment"
;
export
default
{
...
...
src/views/report/project/components/projectView.vue
View file @
c75d8e35
...
...
@@ -183,6 +183,10 @@ export default {
width: 100%;
height: 100%;
}
::-webkit-scrollbar {
width: 8px;
height: 6px;
}
.page-content {
width: 100%;
height: 50px;
...
...
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