费用报销流程审批

main
15036302109 3 months ago
parent 03222e9654
commit aab2638e12

@ -129,13 +129,13 @@
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['report:report:remove']" v-hasPermi="['report:report:remove']"
>删除</el-button> >删除</el-button>
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDecal(scope.row)" @click="handleDecal(scope.row)"
v-hasPermi="['report:report:edit']" v-hasPermi="['report:report:edit']"
>查看</el-button> >查看</el-button>-->
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
@ -293,9 +293,9 @@
<!-- 添加或修改费用报销审批记录对话框 --> <!-- 添加或修改费用报销审批记录对话框 -->
<el-dialog :title="title" :visible.sync="shenpiopenjidu" width="900px" append-to-body> <el-dialog :title="title" :visible.sync="shenpiopenjidu" width="900px" append-to-body>
<el-steps :active="active" align-center> <el-steps :active="active" align-center>
<el-step title="填写报销单" description="根据公司提供的报销单模板,逐项填写报销内容,包括费用类别、金额、日期、事由等。"></el-step> <!-- <el-step title="填写报销单" description="根据公司提供的报销单模板,逐项填写报销内容,包括费用类别、金额、日期、事由等。"></el-step>-->
<el-step title="审批中" description="部门经理或初审人员对报销申请进行初步审核,确认费用是否合理、凭证是否齐全"></el-step> <el-step title="审批中" description="部门经理或初审人员对报销申请进行初步审核,确认费用是否合理、凭证是否齐全"></el-step>
<el-step title="报销完成" description="报销人确认收款情况"></el-step> <el-step title="审批通过" description="报销人确认收款情况"></el-step>
</el-steps> </el-steps>
</el-dialog> </el-dialog>
</div> </div>

Loading…
Cancel
Save