Commit 6bfec481 authored by youjie's avatar youjie

no message

parent c3f56d0f
......@@ -475,6 +475,7 @@ export default {
this.$refs.multipleTable.toggleRowSelection(row);
});
}
this.getMoney()
// this.multipleSelection.splice(index,1)
},
// 单据详情
......@@ -535,6 +536,7 @@ export default {
},
handleSelectionChange(val) {
this.multipleSelection = val;
this.getMoney()
},
GetHandFee() {
this.apipost(
......
......@@ -4,6 +4,7 @@
<el-dialog :title="`已选数据${dataList.length}条`"
:visible.sync="showDialog" center @close="close"
width="600px">
<div style="max-height: 400px;overflow: auto;">
<el-table
:data="dataList"
tooltip-effect="dark"
......@@ -32,7 +33,8 @@
{{scope.row.Money}}
</template>
</el-table-column>
<template slot="append">
</el-table>
</div>
<div class="totalMoney-box">
<div>
<span>原币合计:</span>
......@@ -43,8 +45,6 @@
<span style="color: red;">{{totalBWZD}}</span>
</div>
</div>
</template>
</el-table>
<div slot="footer" class="dialog-footer">
<el-button class="hollowFixedBtn" @click="close">{{$t('pub.cancelBtn')}}</el-button>
<el-button class="normalBtn" type="primary" @click="clicksubmit">{{$t('pub.sureBtn')}}生成</el-button>
......
......@@ -4,7 +4,7 @@
<el-dialog :title="`已选数据${dataList.length}条`"
:visible.sync="showDialog" center @close="close"
width="1000px">
<div style="height: 400px;overflow: auto;">
<div style="max-height: 400px;overflow: auto;">
<el-table
:data="dataList"
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