Commit 8178ab2f authored by youjie's avatar youjie

no message

parent 07c8f288
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
<el-dialog custom-class='w400' title="手配费制单" :visible.sync="iszhidanBox" center> <el-dialog custom-class='w400' title="手配费制单" :visible.sync="iszhidanBox" center>
<template> <template>
<div style="color: black;font-size: 17px;padding: 0 0 10px 10px;border-bottom: 1px solid #EBEEF5;"> <div style="color: black;font-size: 17px;padding: 0 0 10px 10px;border-bottom: 1px solid #EBEEF5;">
<p>已选中{{multipleSelection.length}}数据</p> <p>已选中{{multipleSelection.length}}数据</p>
<p style="margin-top: 15px;">原币总金额: <p style="margin-top: 15px;">原币总金额:
{{totalZD.toFixed(2)}} {{totalZD.toFixed(2)}}
</p> </p>
...@@ -518,9 +518,9 @@ export default { ...@@ -518,9 +518,9 @@ export default {
setHandFeeFr(){ setHandFeeFr(){
this.$refs['shezhiMsg'].validate((valid) => { this.$refs['shezhiMsg'].validate((valid) => {
if (valid) { if (valid) {
this.apipost('Financial_post_SetFinanceHandFeeCode',this.shezhiMsg,res=>{ this.apipost('Financial_post_SetFinanceHandFeeRelevance',this.shezhiMsg,res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.iszhidanBox = false this.isshezhiBox = false
this.getPageList() this.getPageList()
}else{ }else{
this.Error(res.data.message); this.Error(res.data.message);
......
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