优化代课下单优惠券选择

This commit is contained in:
gyq
2025-11-14 18:13:38 +08:00
parent a3cbe7576e
commit 18d2a73073
6 changed files with 28 additions and 27 deletions

View File

@@ -387,10 +387,10 @@ export default {
conName: v.conName,
purchasePrice: v.price,
unitName: v.conUnit,
inOutNumber: v.number,
inOutNumber: inOutNumber,
subTotal: this.xiaoji(v),
imgUrls: v.imgUrls,
number: inOutNumber,
number: v.number,
};
});
if (this.type == "in") {