ellisran 1 ヶ月 前
コミット
29b73e9e28
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/public/js/measure_material.js

+ 1 - 1
app/public/js/measure_material.js

@@ -244,7 +244,7 @@ $(function () {
         const is_stage_self = parseInt($('input[name="is_stage_self"]:checked').val());
         if (is_stage_self && stage_id.length > 12) {
             toastr.error('独立调差下最多选择12个计量期');
-            $(this).removeAttr('disabled');
+            $(this).removeAttr('disabled').text('确认添加');
             return false;
         }
         const newMaterialData = {