Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
Project
Project
Details
Activity
Releases
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
高滢
psa-web
Commits
0d27cccb
Commit
0d27cccb
authored
Apr 02, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日常报销bug修复
parent
6eb940ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
index.vue
src/views/costManage/dailyReimburse/index.vue
+12
-5
No files found.
src/views/costManage/dailyReimburse/index.vue
View file @
0d27cccb
...
...
@@ -236,6 +236,7 @@
import
FlowChart
from
'@/components/FlowChart/index.vue'
import
{
listCostManage
,
projectList
,
deleteDailyReimburse
,
getAllapproveList
}
from
"@/api/costManage/cost.js"
;
import
{
listUser
}
from
"@/api/system/user.js"
;
import
{
getProjectManagerName
}
from
"@/api/examineAndApprove/examineAndApprove.js"
import
{
useRouter
}
from
"vue-router"
;
import
{
ArrowDown
}
from
"@element-plus/icons-vue"
;
...
...
@@ -322,14 +323,20 @@ const getProjectList = () => {
}
})
})
listUser
().
then
(
response
=>
{
headOptions
.
value
=
response
.
rows
.
map
(
item
=>
{
//项目经理
getProjectManagerName
().
then
(
res
=>
{
// console.log("我是项目经理测试",res.data)
managerOptions
.
value
=
res
.
data
.
map
(
item
=>
{
return
{
value
:
item
.
us
erId
,
label
:
item
.
nick
Name
value
:
item
.
projectManag
erId
,
label
:
item
.
projectManager
Name
}
})
managerOptions
.
value
=
response
.
rows
.
map
(
item
=>
{
// console.log("我是项目经理",headOptions.value)
})
//事业部负责人
listUser
().
then
(
response
=>
{
headOptions
.
value
=
response
.
rows
.
map
(
item
=>
{
return
{
value
:
item
.
userId
,
label
:
item
.
nickName
...
...
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