Commit 25c57e99 by 黑潮

fix: 库存修改

parent 051e9438
......@@ -75,7 +75,7 @@ export default {
},
max() {
if (this.needCheck) {
return this.calculate ? this.maxStock - this.totalCount : this.currentCount;
return this.calculate ? this.maxStock : this.currentCount;
} else {
return this.calculate ? 1000000 : this.currentCount;
}
......
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