yangc 7 years ago
parent
commit
344cd68b14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/applyPurchase/ApplyInfo.vue

+ 2 - 2
components/applyPurchase/ApplyInfo.vue

@@ -428,8 +428,8 @@
       },
       onReplyLapQtyInput: function (index) {
         let lapQty = this.sayPriceObj.replies[index].lapQty
-        if (lapQty.length >= 9) {
-          this.sayPriceObj.replies[index].lapQty = lapQty.substring(0, 8)
+        if (lapQty.length > 9) {
+          this.sayPriceObj.replies[index].lapQty = lapQty.substring(0, 9)
         }
       },
       getLimitDownQty: function () {