yangc 8 лет назад
Родитель
Сommit
344cd68b14
1 измененных файлов с 2 добавлено и 2 удалено
  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 () {