Commit 866a029cfe99fdb7cff62f1679932797c92d9698
1 parent
76310566
1.维修上报form ID修正
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/wxsb.html
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | </form> |
| 8 | 8 | </div> |
| 9 | 9 | |
| 10 | - <script id="schedule-dftz-form-temp" type="text/html"> | |
| 10 | + <script id="schedule-wxsb-form-temp" type="text/html"> | |
| 11 | 11 | <input type="hidden" name="id" value="{{id}}"/> |
| 12 | 12 | <div class="uk-grid"> |
| 13 | 13 | <div class="uk-width-1-2"> |
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | $(modal).on('init', function(e, data) { |
| 42 | 42 | e.stopPropagation(); |
| 43 | 43 | sch=data.sch; |
| 44 | - var formHtml = template('schedule-dftz-form-temp', sch); | |
| 44 | + var formHtml = template('schedule-wxsb-form-temp', sch); | |
| 45 | 45 | $('form', modal).html(formHtml); |
| 46 | 46 | |
| 47 | 47 | //班次类型字典 | ... | ... |