소스 검색

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 +