仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-APP-before
进销存APP-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
OA部分查询条件变更
yyb
2026-05-22
552ec6b7d8ccc56c379da195fc6c9c74312b1070
[product-inventory-APP-before.git]
/
src
/
pages
/
oa
/
ReimburseManage
/
cost-reimburse
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
<!--
OA / 报销管理 / 费用报销(/finReimbursement/listPage,reimbursementType=2)
-->
<template>
<FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" />
</template>
<script setup>
import FinReimbursementListPage from "../../_components/FinReimbursementListPage.vue";
import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
</script>