ellisran 1 месяц назад
Родитель
Сommit
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 = {