shish 3 anni fa
parent
commit
c07ef12dee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hdApp/src/pagesPurchase/xj.vue

+ 1 - 1
hdApp/src/pagesPurchase/xj.vue

@@ -150,7 +150,7 @@ export default {
 			}
 			}
 
 
 			if(totalNum > Number(this.option.stock)){
 			if(totalNum > Number(this.option.stock)){
-				this.$msg("数量超过库存")
+				this.$msg("数量超过库存")
 				return false
 				return false
 			}
 			}