Commit 1fd0435db271719d995627953b751b55cb0ee911
1 parent
646116d5
update...
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/dftz.html
| ... | ... | @@ -146,6 +146,7 @@ |
| 146 | 146 | var f = $('form', modal).formValidation(gb_form_validation_opts); |
| 147 | 147 | f.on('success.form.fv', function(e) { |
| 148 | 148 | e.preventDefault(); |
| 149 | + $('[type=submit]', f).attr('disabled', 'disabled'); | |
| 149 | 150 | var data = $(this).serializeJSON(); |
| 150 | 151 | if(data.dfsj==sch.dfsj && data.remarks=='' && data.bcType == sch.bcType){ |
| 151 | 152 | return; | ... | ... |