Commit 9dd7880f authored by wangyongyu's avatar wangyongyu

修改EOB名称改为EOB备注

parent a6a97b80
...@@ -292,7 +292,6 @@ ...@@ -292,7 +292,6 @@
<script> <script>
import Goback from "@/components/CUSTOMER/goback"; import Goback from "@/components/CUSTOMER/goback";
import { message } from 'ant-design-vue';
import BurtPagination from "@/components/CUSTOMER/pagation"; import BurtPagination from "@/components/CUSTOMER/pagation";
import { EOBStatusOptions } from "@/utils/utilsdictOptions.js"; import { EOBStatusOptions } from "@/utils/utilsdictOptions.js";
import { exportFile } from '@/utils/index'; import { exportFile } from '@/utils/index';
...@@ -505,7 +504,7 @@ export default { ...@@ -505,7 +504,7 @@ export default {
totalMoney -= Number(item.backAmount); totalMoney -= Number(item.backAmount);
}); });
if(totalMoney < 0){ if(totalMoney < 0){
message.error('可核销余额不足') this.$message.error('可核销余额不足')
} }
return Number(totalMoney.toFixed(2)); return Number(totalMoney.toFixed(2));
}, },
......
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