提交 730403d6 编写于 作者: chendeli's avatar chendeli

库存操作

上级 11fe9eeb
...@@ -812,7 +812,7 @@ ...@@ -812,7 +812,7 @@
} }
if(this.stock.type == 1){ if(this.stock.type == 1){
if(this.stock.num > this.formData.stock){ if(this.stock.num > this.formData.goodsStock){
return this.$message({ return this.$message({
message: '减少库存数量不得大于当前库存', message: '减少库存数量不得大于当前库存',
type: 'warning' type: 'warning'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册