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
205a0c93
Commit
205a0c93
authored
Mar 06, 2025
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
001f85db
09e57b45
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
293 additions
and
286 deletions
+293
-286
projectCostRequest.js
src/api/projectCostRequest/projectCostRequest.js
+9
-0
index.vue
src/views/costManage/projectCostReimbursement/index.vue
+4
-1
detail.vue
src/views/costManage/projectCostRequest/detail.vue
+181
-118
index.vue
src/views/costManage/projectCostRequest/index.vue
+99
-167
No files found.
src/api/projectCostRequest/projectCostRequest.js
0 → 100644
View file @
205a0c93
import
request
from
'@/utils/request'
// 查询项目费用申请列表
export
function
getCostRequestList
()
{
return
request
({
url
:
'/projectCostRequest/list'
,
method
:
'get'
,
})
}
src/views/costManage/projectCostReimbursement/index.vue
View file @
205a0c93
<
script
setup
>
<
script
setup
>
import
{
getDicts
}
from
"@/api/system/dict/data"
;
getDicts
(
"project_cost_type"
).
then
(
response
=>
{
console
.
log
(
response
)
});
</
script
>
</
script
>
<
template
>
<
template
>
...
...
src/views/costManage/projectCostRequest/detail.vue
View file @
205a0c93
This diff is collapsed.
Click to expand it.
src/views/costManage/projectCostRequest/index.vue
View file @
205a0c93
This diff is collapsed.
Click to expand it.
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