Commit 11ff04ad77f386507438b0f75d276e4b188a4030

Authored by 王通
1 parent 3ca17368

1.里程数限制从max=222->max=400

Showing 15 changed files with 27 additions and 27 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/add_temp_sch.html
... ... @@ -100,7 +100,7 @@
100 100 <div class="uk-form-row">
101 101 <label class="uk-form-label">里程</label>
102 102 <div class="uk-form-controls">
103   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  103 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
104 104 required>
105 105 </div>
106 106 </div>
... ... @@ -226,7 +226,7 @@
226 226 <div class="uk-form-row">
227 227 <label class="uk-form-label">里程</label>
228 228 <div class="uk-form-controls">
229   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  229 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
230 230 required>
231 231 </div>
232 232 </div>
... ... @@ -344,7 +344,7 @@
344 344 <div class="uk-form-row">
345 345 <label class="uk-form-label">里程</label>
346 346 <div class="uk-form-controls">
347   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  347 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
348 348 required>
349 349 </div>
350 350 </div>
... ... @@ -473,7 +473,7 @@
473 473 <div class="uk-form-row">
474 474 <label class="uk-form-label">里程</label>
475 475 <div class="uk-form-controls">
476   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  476 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
477 477 required>
478 478 </div>
479 479 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task/add_sub_task_oil.html
... ... @@ -31,7 +31,7 @@
31 31 <div class="uk-form-row">
32 32 <label class="uk-form-label">里程</label>
33 33 <div class="uk-form-controls">
34   - <input type="number" step="0.01" name="mileage" max=222
  34 + <input type="number" step="0.01" name="mileage" max=400
35 35 data-fv-lessthan-inclusive="false"
36 36 disabled>
37 37 </div>
... ... @@ -80,7 +80,7 @@
80 80 <div class="uk-form-row">
81 81 <label class="uk-form-label">里程</label>
82 82 <div class="uk-form-controls">
83   - <input type="number" step="0.01" name="mileage" max=222
  83 + <input type="number" step="0.01" name="mileage" max=400
84 84 data-fv-lessthan-inclusive="false"
85 85 required>
86 86 </div>
... ... @@ -129,7 +129,7 @@
129 129 <div class="uk-form-row">
130 130 <label class="uk-form-label">里程</label>
131 131 <div class="uk-form-controls">
132   - <input type="number" step="0.01" name="mileage" max=222
  132 + <input type="number" step="0.01" name="mileage" max=400
133 133 data-fv-lessthan-inclusive="false"
134 134 required>
135 135 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task/add_sub_task_other.html
... ... @@ -57,7 +57,7 @@
57 57 <div class="uk-form-row">
58 58 <label class="uk-form-label">公里数</label>
59 59 <div class="uk-form-controls">
60   - <input class="form-control" name="mileage" max=222 data-fv-lessthan-inclusive="false" required>
  60 + <input class="form-control" name="mileage" max=400 data-fv-lessthan-inclusive="false" required>
61 61 </div>
62 62 </div>
63 63 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task_v2/edit.html
... ... @@ -70,7 +70,7 @@
70 70 <div class="uk-form-row">
71 71 <label class="uk-form-label">公里</label>
72 72 <div class="uk-form-controls">
73   - <input class="form-control" name="mileage" max=222 data-fv-lessthan-inclusive="false"
  73 + <input class="form-control" name="mileage" max=400 data-fv-lessthan-inclusive="false"
74 74 required style="width: 42%;" value="{{cTask.mileage}}">
75 75 <select class="form-control nt-dictionary" required name="mileageType"
76 76 data-group="MileageType" style="width: 52%;"></select>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task_v2/main.html
... ... @@ -98,7 +98,7 @@
98 98 <div class="uk-form-row">
99 99 <label class="uk-form-label">公里</label>
100 100 <div class="uk-form-controls">
101   - <input class="form-control" name="mileage" max=222 data-fv-lessthan-inclusive="false"
  101 + <input class="form-control" name="mileage" max=400 data-fv-lessthan-inclusive="false"
102 102 required style="width: 42%;">
103 103 <select class="form-control nt-dictionary" required name="mileageType"
104 104 data-group="MileageType" style="width: 52%;"></select>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch/add_normal.html
... ... @@ -76,7 +76,7 @@
76 76 <div class="uk-form-row">
77 77 <label class="uk-form-label">里程</label>
78 78 <div class="uk-form-controls">
79   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  79 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
80 80 required>
81 81 </div>
82 82 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch/add_park_to_park.html
... ... @@ -77,7 +77,7 @@
77 77 <div class="uk-form-row">
78 78 <label class="uk-form-label">里程</label>
79 79 <div class="uk-form-controls">
80   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  80 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
81 81 required>
82 82 </div>
83 83 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch/add_two_way.html
... ... @@ -76,7 +76,7 @@
76 76 <div class="uk-form-row">
77 77 <label class="uk-form-label">里程</label>
78 78 <div class="uk-form-controls">
79   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  79 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
80 80 required>
81 81 </div>
82 82 </div>
... ... @@ -194,7 +194,7 @@
194 194 <div class="uk-form-row">
195 195 <label class="uk-form-label">里程</label>
196 196 <div class="uk-form-controls">
197   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  197 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
198 198 required>
199 199 </div>
200 200 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch_v2/add_normal.html
... ... @@ -76,7 +76,7 @@
76 76 <div class="uk-form-row">
77 77 <label class="uk-form-label">里程</label>
78 78 <div class="uk-form-controls">
79   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  79 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
80 80 required>
81 81 </div>
82 82 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch_v2/add_park_to_park.html
... ... @@ -77,7 +77,7 @@
77 77 <div class="uk-form-row">
78 78 <label class="uk-form-label">里程</label>
79 79 <div class="uk-form-controls">
80   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  80 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
81 81 required>
82 82 </div>
83 83 </div>
... ...
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch_v2/add_two_way.html
... ... @@ -76,7 +76,7 @@
76 76 <div class="uk-form-row">
77 77 <label class="uk-form-label">里程</label>
78 78 <div class="uk-form-controls">
79   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  79 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
80 80 required>
81 81 </div>
82 82 </div>
... ... @@ -204,7 +204,7 @@
204 204 <div class="uk-form-row">
205 205 <label class="uk-form-label">里程</label>
206 206 <div class="uk-form-controls">
207   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  207 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
208 208 required>
209 209 </div>
210 210 </div>
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch/editor.html
... ... @@ -128,7 +128,7 @@
128 128 <div class="uk-form-row">
129 129 <label class="uk-form-label" >里程</label>
130 130 <div class="uk-form-controls">
131   - <input type="text" name="jhlc" value="{{sch.jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  131 + <input type="text" name="jhlc" value="{{sch.jhlc}}" max=400 data-fv-lessthan-inclusive="false"
132 132 required>
133 133 </div>
134 134 </div>
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch/h_add_sub_task_oil.html
... ... @@ -31,7 +31,7 @@
31 31 <div class="uk-form-row">
32 32 <label class="uk-form-label">里程</label>
33 33 <div class="uk-form-controls">
34   - <input type="number" step="0.01" name="mileage" max=222
  34 + <input type="number" step="0.01" name="mileage" max=400
35 35 data-fv-lessthan-inclusive="false"
36 36 disabled>
37 37 </div>
... ... @@ -80,7 +80,7 @@
80 80 <div class="uk-form-row">
81 81 <label class="uk-form-label">里程</label>
82 82 <div class="uk-form-controls">
83   - <input type="number" step="0.01" name="mileage" max=222
  83 + <input type="number" step="0.01" name="mileage" max=400
84 84 data-fv-lessthan-inclusive="false"
85 85 required>
86 86 </div>
... ... @@ -129,7 +129,7 @@
129 129 <div class="uk-form-row">
130 130 <label class="uk-form-label">里程</label>
131 131 <div class="uk-form-controls">
132   - <input type="number" step="0.01" name="mileage" max=222
  132 + <input type="number" step="0.01" name="mileage" max=400
133 133 data-fv-lessthan-inclusive="false"
134 134 required>
135 135 </div>
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch/h_add_sub_task_other.html
... ... @@ -73,7 +73,7 @@
73 73 <div class="uk-form-row">
74 74 <label class="uk-form-label">公里数</label>
75 75 <div class="uk-form-controls">
76   - <input class="form-control" name="mileage" max=222 data-fv-lessthan-inclusive="false" required>
  76 + <input class="form-control" name="mileage" max=400 data-fv-lessthan-inclusive="false" required>
77 77 </div>
78 78 </div>
79 79 </div>
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch/h_add_temp_sch.html
... ... @@ -100,7 +100,7 @@
100 100 <div class="uk-form-row">
101 101 <label class="uk-form-label">里程</label>
102 102 <div class="uk-form-controls">
103   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  103 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
104 104 required>
105 105 </div>
106 106 </div>
... ... @@ -226,7 +226,7 @@
226 226 <div class="uk-form-row">
227 227 <label class="uk-form-label">里程</label>
228 228 <div class="uk-form-controls">
229   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  229 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
230 230 required>
231 231 </div>
232 232 </div>
... ... @@ -344,7 +344,7 @@
344 344 <div class="uk-form-row">
345 345 <label class="uk-form-label">里程</label>
346 346 <div class="uk-form-controls">
347   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  347 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
348 348 required>
349 349 </div>
350 350 </div>
... ... @@ -473,7 +473,7 @@
473 473 <div class="uk-form-row">
474 474 <label class="uk-form-label">里程</label>
475 475 <div class="uk-form-controls">
476   - <input type="text" name="jhlc" value="{{jhlc}}" max=222 data-fv-lessthan-inclusive="false"
  476 + <input type="text" name="jhlc" value="{{jhlc}}" max=400 data-fv-lessthan-inclusive="false"
477 477 required>
478 478 </div>
479 479 </div>
... ...