master
wangxubin1999 3 years ago
parent 644c7e3cc5
commit 521da610e7

@ -635,6 +635,7 @@
<el-button size="samll" type="primary" plain @click="openList" <el-button size="samll" type="primary" plain @click="openList"
>收银列表</el-button >收银列表</el-button
> >
<el-button size="samll" type="primary" plain @click="goBack">{{ <el-button size="samll" type="primary" plain @click="goBack">{{
isAddition == 1 ? "收银" : "补单" isAddition == 1 ? "收银" : "补单"
}}</el-button> }}</el-button>
@ -680,6 +681,7 @@ import recash from "./recash";
import orders from "./detail/detail"; import orders from "./detail/detail";
import { partten } from "@/utils/partten/index.js"; import { partten } from "@/utils/partten/index.js";
export default { export default {
components: { components: {
member, member,
reccard, reccard,
@ -1218,7 +1220,7 @@ export default {
this.recForm.collectionIntegralAmount this.recForm.collectionIntegralAmount
).toFixed(2) * 1; ).toFixed(2) * 1;
console.log("🚀 ~ file: service.vue ~ line 1213 ~ sumNum ~ this.recForm", this.recForm) console.log("🚀 ~ file: service.vue ~ line 1213 ~ sumNum ~ this.recForm", this.recForm)
this.recForm.collectionAmounts = spendMoney.toFixed(2) * 1; this.recForm.collectionAmounts =spendMoney?spendMoney.toFixed(2) * 1:0;;
this.recForm.rechargeAmount = spendNumber.toFixed(2) * 1; this.recForm.rechargeAmount = spendNumber.toFixed(2) * 1;
@ -1858,7 +1860,8 @@ export default {
adminList: [], adminList: [],
payLists: this.payLists, payLists: this.payLists,
rechargeAccountList: [], // rechargeAccountList: [], //
collectionCashAmounts: 0 collectionCashAmounts: 0,
collectionAmounts:0,
}; };
this.projectMomey = 0; this.projectMomey = 0;
this.recIndex = -1; this.recIndex = -1;

Loading…
Cancel
Save