浏览代码

no message

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 +