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
d5f5ad11
Commit
d5f5ad11
authored
Mar 31, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用审批-日常报销修改
parent
242f0ebe
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
308 additions
and
85 deletions
+308
-85
cost.js
src/api/costManage/cost.js
+8
-0
index.vue
src/views/costManage/dailyReimburse/index.vue
+9
-9
dailyReimburseApprove.vue
...ge/examineAndApprove/components/dailyReimburseApprove.vue
+291
-76
No files found.
src/api/costManage/cost.js
View file @
d5f5ad11
...
...
@@ -8,6 +8,14 @@ import request from '@/utils/request'
// })
// }
export
const
listDailyApprove
=
(
query
)
=>
{
return
request
({
url
:
'/expenseApproval/dailyExpenseList'
,
method
:
'get'
,
params
:
query
})
}
// 日常报销列表
export
const
listCostManage
=
(
query
)
=>
{
return
request
({
...
...
src/views/costManage/dailyReimburse/index.vue
View file @
d5f5ad11
...
...
@@ -105,15 +105,15 @@
@
keyup
.
enter=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"申请人姓名"
prop=
""
>
<el-input
v-model=
"queryParams.endDate"
placeholder=
"请输入申请人姓名"
style=
"width: 220px"
clearable
@
keyup
.
enter=
"handleQuery"
/
>
</el-form-item
>
<!--
<el-form-item
label=
"申请人姓名"
prop=
""
>
--
>
<!--
<el-input-->
<!-- v-model="queryParams.endDate"-->
<!-- placeholder="请输入申请人姓名"-->
<!-- style="width: 220px"-->
<!-- clearable-->
<!-- @keyup.enter="handleQuery"-->
<!-- />--
>
<!--
</el-form-item>
--
>
</div>
</transition>
</el-form>
...
...
src/views/costManage/examineAndApprove/components/dailyReimburseApprove.vue
View file @
d5f5ad11
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