Commit 6bfec481 authored by youjie's avatar youjie

no message

parent c3f56d0f
...@@ -475,6 +475,7 @@ export default { ...@@ -475,6 +475,7 @@ export default {
this.$refs.multipleTable.toggleRowSelection(row); this.$refs.multipleTable.toggleRowSelection(row);
}); });
} }
this.getMoney()
// this.multipleSelection.splice(index,1) // this.multipleSelection.splice(index,1)
}, },
// 单据详情 // 单据详情
...@@ -535,6 +536,7 @@ export default { ...@@ -535,6 +536,7 @@ export default {
}, },
handleSelectionChange(val) { handleSelectionChange(val) {
this.multipleSelection = val; this.multipleSelection = val;
this.getMoney()
}, },
GetHandFee() { GetHandFee() {
this.apipost( this.apipost(
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<el-dialog :title="`已选数据${dataList.length}条`" <el-dialog :title="`已选数据${dataList.length}条`"
:visible.sync="showDialog" center @close="close" :visible.sync="showDialog" center @close="close"
width="600px"> width="600px">
<div style="max-height: 400px;overflow: auto;">
<el-table <el-table
:data="dataList" :data="dataList"
tooltip-effect="dark" tooltip-effect="dark"
...@@ -32,7 +33,8 @@ ...@@ -32,7 +33,8 @@
{{scope.row.Money}} {{scope.row.Money}}
</template> </template>
</el-table-column> </el-table-column>
<template slot="append"> </el-table>
</div>
<div class="totalMoney-box"> <div class="totalMoney-box">
<div> <div>
<span>原币合计:</span> <span>原币合计:</span>
...@@ -43,8 +45,6 @@ ...@@ -43,8 +45,6 @@
<span style="color: red;">{{totalBWZD}}</span> <span style="color: red;">{{totalBWZD}}</span>
</div> </div>
</div> </div>
</template>
</el-table>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button class="hollowFixedBtn" @click="close">{{$t('pub.cancelBtn')}}</el-button> <el-button class="hollowFixedBtn" @click="close">{{$t('pub.cancelBtn')}}</el-button>
<el-button class="normalBtn" type="primary" @click="clicksubmit">{{$t('pub.sureBtn')}}生成</el-button> <el-button class="normalBtn" type="primary" @click="clicksubmit">{{$t('pub.sureBtn')}}生成</el-button>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-dialog :title="`已选数据${dataList.length}条`" <el-dialog :title="`已选数据${dataList.length}条`"
:visible.sync="showDialog" center @close="close" :visible.sync="showDialog" center @close="close"
width="1000px"> width="1000px">
<div style="height: 400px;overflow: auto;"> <div style="max-height: 400px;overflow: auto;">
<el-table <el-table
:data="dataList" :data="dataList"
tooltip-effect="dark" tooltip-effect="dark"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment