fix: 🐛 优化批发商品,起批量提示
This commit is contained in:
parent
053e5ce062
commit
f0882793e4
@ -371,7 +371,7 @@ export default {
|
||||
changeCount(val) {
|
||||
if (this.wholesaleList && this.wholesaleList.length > 0) {
|
||||
if (this.count <= this.wholesaleList[0].num) {
|
||||
this.$Message.warning("购买数量不能小于起批数量");
|
||||
this.$Message.warning("批发商品购买数量不能小于起批数量");
|
||||
this.count = this.wholesaleList[0].num;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user