优化更新

This commit is contained in:
gyq
2025-11-11 11:04:26 +08:00
parent 2432c53a73
commit 636fa4e033
32 changed files with 2280 additions and 704 deletions

View File

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