Commit 866a029cfe99fdb7cff62f1679932797c92d9698

Authored by Hill
1 parent 76310566

1.维修上报form ID修正

src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/wxsb.html
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 </form> 7 </form>
8 </div> 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 <input type="hidden" name="id" value="{{id}}"/> 11 <input type="hidden" name="id" value="{{id}}"/>
12 <div class="uk-grid"> 12 <div class="uk-grid">
13 <div class="uk-width-1-2"> 13 <div class="uk-width-1-2">
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
41 $(modal).on('init', function(e, data) { 41 $(modal).on('init', function(e, data) {
42 e.stopPropagation(); 42 e.stopPropagation();
43 sch=data.sch; 43 sch=data.sch;
44 - var formHtml = template('schedule-dftz-form-temp', sch); 44 + var formHtml = template('schedule-wxsb-form-temp', sch);
45 $('form', modal).html(formHtml); 45 $('form', modal).html(formHtml);
46 46
47 //班次类型字典 47 //班次类型字典