mxx 3 年 前
コミット
c45a6db87b
1 ファイル変更1 行追加0 行削除
  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 +