yangc 8 年 前
コミット
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 () {