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
ef7486ca
Commit
ef7486ca
authored
Apr 01, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
60272317
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Index.vue
src/views/audit/talent/Index.vue
+2
-0
audit.vue
src/views/audit/talent/audit.vue
+2
-3
batchAudit.vue
src/views/audit/talent/batchAudit.vue
+1
-1
No files found.
src/views/audit/talent/Index.vue
View file @
ef7486ca
...
...
@@ -63,6 +63,8 @@ export default {
//panes: { count1: 0, count2: 0, count3: 0, count4: 0, count5: 0, },
form
:
this
.
$form
.
createForm
(
this
,
{
name
:
'advanced_search'
}),
searchForm
:
{
auditType
:
6
,
auditResult
:
1
,
certId
:
null
,
personName
:
null
,
reportYear
:
null
,
...
...
src/views/audit/talent/audit.vue
View file @
ef7486ca
...
...
@@ -26,8 +26,7 @@
</
template
>
<
script
>
import
{
isEmptyParams
}
from
"@/views/utils/common"
;
import
{
getType
}
from
'@/views/utils/auth'
import
{
isEmptyParams
}
from
"@/views/utils/common"
import
talentInfo
from
'@/views/report/talent/components/talentInfo'
import
AuditList
from
'@/views/audit/components/auditInfo'
import
AuditEdit
from
'@/views/audit/components/auditEdit'
...
...
@@ -91,7 +90,7 @@ export default {
fileList
:
[],
auditList
:
[],
},
auditObj
:
{
id
:
this
.
value
,
auditObjectId
:
this
.
objId
,
auditResult
:
null
,
auditType
:
1
,
auditContent
:
''
},
auditObj
:
{
id
:
this
.
value
,
auditObjectId
:
this
.
objId
,
auditResult
:
null
,
auditType
:
6
,
auditContent
:
''
},
rules
:
{
auditContent
:
{
required
:
true
,
message
:
'请填写审核意见'
,
trigger
:
'blur'
},
auditResult
:
{
required
:
true
,
message
:
'请选择审核结果'
,
trigger
:
'change'
},
...
...
src/views/audit/talent/batchAudit.vue
View file @
ef7486ca
...
...
@@ -24,7 +24,7 @@ export default {
},
data
()
{
return
{
auditObj
:
{
id
:
null
,
auditObjectId
:
null
,
auditResult
:
null
,
auditType
:
1
,
auditContent
:
''
,
idList
:
this
.
idList
},
auditObj
:
{
id
:
null
,
auditObjectId
:
null
,
auditResult
:
null
,
auditType
:
6
,
auditContent
:
''
,
idList
:
this
.
idList
},
rules
:
{
auditContent
:
{
required
:
true
,
message
:
'请填写审核意见'
,
trigger
:
'blur'
},
auditResult
:
{
required
:
true
,
message
:
'请选择审核结果'
,
trigger
:
'change'
},
...
...
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