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,6 +146,7 @@ | ||
| 146 | var f = $('form', modal).formValidation(gb_form_validation_opts); | 146 | var f = $('form', modal).formValidation(gb_form_validation_opts); |
| 147 | f.on('success.form.fv', function(e) { | 147 | f.on('success.form.fv', function(e) { |
| 148 | e.preventDefault(); | 148 | e.preventDefault(); |
| 149 | + $('[type=submit]', f).attr('disabled', 'disabled'); | ||
| 149 | var data = $(this).serializeJSON(); | 150 | var data = $(this).serializeJSON(); |
| 150 | if(data.dfsj==sch.dfsj && data.remarks=='' && data.bcType == sch.bcType){ | 151 | if(data.dfsj==sch.dfsj && data.remarks=='' && data.bcType == sch.bcType){ |
| 151 | return; | 152 | return; |