|
@@ -496,7 +496,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
- <statistical-data>
|
|
|
|
|
|
|
+ <statistical-data class="mb20">
|
|
|
<span class="label">总合计:<span class="value">{{ysxAmount}}</span></span>
|
|
<span class="label">总合计:<span class="value">{{ysxAmount}}</span></span>
|
|
|
<span class="label">已生效:{{ysxAmount}}</span>
|
|
<span class="label">已生效:{{ysxAmount}}</span>
|
|
|
</statistical-data>
|
|
</statistical-data>
|
|
@@ -930,14 +930,16 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<!-- 查看流程 -->
|
|
<!-- 查看流程 -->
|
|
|
<el-dialog title="查看流程" :visible.sync="openFlowDetail" width="837px" append-to-body>
|
|
<el-dialog title="查看流程" :visible.sync="openFlowDetail" width="837px" append-to-body>
|
|
|
- <flow-detail :financeId="financeId" :financeType="financeType" :financeActive="financeActive" v-if="openFlowDetail"></flow-detail>
|
|
|
|
|
|
|
+ <div class="zap-form">
|
|
|
|
|
+ <flow-detail :financeId="financeId" :financeType="financeType" :financeActive="financeActive" v-if="openFlowDetail"></flow-detail>
|
|
|
|
|
+ </div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="closeFliwDetail">关闭</el-button>
|
|
<el-button type="primary" @click="closeFliwDetail">关闭</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
<!--查看内部审批流程-->
|
|
<!--查看内部审批流程-->
|
|
|
<el-dialog title="流程进度" :visible.sync="hisTaskForm">
|
|
<el-dialog title="流程进度" :visible.sync="hisTaskForm">
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div class="zap-form">
|
|
|
<el-steps direction="vertical" :active="histaskList[histaskList.length-1] && histaskList[histaskList.length-1].activityType == 'endEvent' ? histaskList.length : histaskList.length-1" finish-status="success" space="60px">
|
|
<el-steps direction="vertical" :active="histaskList[histaskList.length-1] && histaskList[histaskList.length-1].activityType == 'endEvent' ? histaskList.length : histaskList.length-1" finish-status="success" space="60px">
|
|
|
<el-step :title="item.name" v-for="(item,index) in histaskList" :key="index">
|
|
<el-step :title="item.name" v-for="(item,index) in histaskList" :key="index">
|
|
|
<template slot="description">
|
|
<template slot="description">
|