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
7bdb1475
Commit
7bdb1475
authored
Apr 03, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
差旅报销、出差申请bug修复
parent
bf20e3da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
index.vue
src/views/costManage/tripApplication/index.vue
+5
-5
index.vue
src/views/costManage/tripReimburse/index.vue
+5
-5
No files found.
src/views/costManage/tripApplication/index.vue
View file @
7bdb1475
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<
script
setup
>
<
script
setup
>
import
{
listTripApplication
,
projectList
,
deleteTripApplication
}
from
"../../../api/costManage/cost.js"
;
import
{
listTripApplication
,
projectList
,
deleteTripApplication
}
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
{
useRouter
}
from
"vue-router"
;
import
{
ArrowDown
}
from
"@element-plus/icons-vue"
;
import
{
ArrowDown
}
from
"@element-plus/icons-vue"
;
...
@@ -253,11 +253,11 @@ const getProjectList = () => {
...
@@ -253,11 +253,11 @@ const getProjectList = () => {
})
})
// console.log("我是项目数据",projectOption.value)
// console.log("我是项目数据",projectOption.value)
})
})
listUser
().
then
(
response
=>
{
getProjectManagerName
().
then
(
response
=>
{
managerOptions
.
value
=
response
.
rows
.
map
(
item
=>
{
managerOptions
.
value
=
response
.
data
.
map
(
item
=>
{
return
{
return
{
value
:
item
.
us
erId
,
value
:
item
.
projectManag
erId
,
label
:
item
.
nick
Name
label
:
item
.
projectManager
Name
}
}
})
})
})
})
...
...
src/views/costManage/tripReimburse/index.vue
View file @
7bdb1475
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
</template>
</template>
<
script
setup
>
<
script
setup
>
import
{
listUser
}
from
"@/api/system/user.js"
;
import
{
getProjectManagerName
}
from
"@/api/examineAndApprove/examineAndApprove.js"
import
{
listTripReimburse
,
projectList
,
deleteTripReimburse
}
from
"@/api/costManage/cost.js"
;
import
{
listTripReimburse
,
projectList
,
deleteTripReimburse
}
from
"@/api/costManage/cost.js"
;
import
{
useRouter
}
from
"vue-router"
;
import
{
useRouter
}
from
"vue-router"
;
import
{
ArrowDown
}
from
"@element-plus/icons-vue"
;
import
{
ArrowDown
}
from
"@element-plus/icons-vue"
;
...
@@ -224,11 +224,11 @@ const getProjectList = () => {
...
@@ -224,11 +224,11 @@ const getProjectList = () => {
})
})
// console.log("我是项目数据",projectOption.value)
// console.log("我是项目数据",projectOption.value)
})
})
listUser
().
then
(
response
=>
{
getProjectManagerName
().
then
(
response
=>
{
managerOptions
.
value
=
response
.
rows
.
map
(
item
=>
{
managerOptions
.
value
=
response
.
data
.
map
(
item
=>
{
return
{
return
{
value
:
item
.
us
erId
,
value
:
item
.
projectManag
erId
,
label
:
item
.
nick
Name
label
:
item
.
projectManager
Name
}
}
})
})
})
})
...
...
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