@@ -784,6 +784,7 @@
) {
let count = (this.purchasePriceList[i].saleLimit - response / 1000).toFixed(2)
if (count <= 0) {
+ count = 0
this.$alert(
'该客户累计销售' +
this.inspect.goodsName +