mxx 3 anni fa
parent
commit
c45a6db87b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/houseSelfCollect/inspectInfo.vue

+ 1 - 0
src/views/houseSelfCollect/inspectInfo.vue

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