|
@@ -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 = {
|