Commit 9764dbdd authored by youjie's avatar youjie

no message

parent 26df9768
......@@ -143,7 +143,7 @@
style="margin-right: 5px;margin-bottom: 5px;"
v-for="(x,index) in multipleSelection"
:key="x.FrID" @close="handleClose([multipleSelection[index]])">
{{x.FinanceId}}/{{x.OriginalMoney}}
{{x.FinanceId}}/{{x.CurrencyName+':'+x.OriginalMoney}}
</el-tag>
</template>
<template v-else>
......@@ -301,6 +301,8 @@
</div>
</template>
</el-dialog>
<!-- 已选制单列表 -->
<!--
<template v-if="showDialog">
<selectListData
:BillMakingMsg="BillMakingMsg"
......@@ -309,7 +311,7 @@
:multipleSelection="multipleSelection"
@success="showDialog=false,getPageList()"
@close="showDialog=false"></selectListData>
</template>
</template> -->
</div>
</template>
<script>
......@@ -514,13 +516,13 @@ export default {
}
this.getMoney()
this.BillMakingMsg.Money = this.totalZD
// this.iszhidanBox = true
this.iszhidanBox = true
this.apipost('Financial_post_SetFinanceHandFeeCode',{
FrIds: ids.join(',')
},res=>{
if(res.data.resultCode==1){
this.BillMakingMsg.StandardCurrencyName = res.data.data
this.showDialog = true
// this.showDialog = true
}else{
this.Error(res.data.message);
}
......@@ -621,9 +623,9 @@ export default {
this.DataList.forEach(x=>{
this.totalYB+=x.OriginalMoney
if(x.HandFeeIncomeFrId){
this.totalBW+=x.Money
this.totalBW+=x.OriginalMoney
}else{
this.totalBW2+=x.Money
this.totalBW2+=x.OriginalMoney
}
this.total+=x.Money
})
......
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