Blame view

assets/pages/scripts/rulesetFile/analFile/analogbilling.html 11.1 KB
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
  <!--搜索----------------------------------------->
  <div class="row ">
      <div class="col-md-12 ITD-padding-common margin-bottom-18 margin-top-18">
          <div class=" ITD-padding22-24 ITD-bgcolor-white ITD-border-radius ITD-box-shadow pos-rel clearfix">
              <div class="row">
                  <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
                      <select id="parkIds" class="selectpicker" data-width="100%"  data-size="5" data-live-search="true">
                      </select>
                  </div>
                  <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
                      <select id="carType" class="selectpicker" data-width="100%"  data-size="5" data-live-search="true">
                      </select>
                  </div>
                  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
                      <span class="control-label ITD-common-parking-l float-left ITD-common-color070 ITD-common-fontsize14">车牌号</span>
                      <input type="text" class="ITD-parkinput78 paddingleft-10 ITD-input-bordercolor" maxlength="8" value="鲁A88888" id="carNo" >
                  </div>
                  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
                      <div class="float-right">
                          <div class="ITD-search-morebtn ITD-common-color070">更多</div>
                      </div>
                      <div class="float-right margin-right-10">
                          <div class="ITD-common-searchbtn" id="queryBtn">查询</div>
                      </div>
                  </div>
              </div>
              <!--隐藏 sta-->
              <div class="row hide-common-style margin-top-15 display-none">
                  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
                      <label class="control-label ITD-common-parking-l ITD-common-color060 ITD-common-fontsize14">进场时间</label>
                      <div class="input-group analog-parkinput78"  >
                          <input type="text" class="form-control ITD-daterange-bg" id="timeinStartDate"  readonly="">
                      </div>
                  </div>
                  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
                      <label class="control-label ITD-common-parking-l ITD-common-color060 ITD-common-fontsize14">出场时间</label>
                      <div class="input-group ITD-daterange-btn">
                          <input type="text" class="form-control ITD-daterange-bg" id="timeinEndDate"  readonly="">
                      </div>
                  </div>
              </div>
              <!--隐藏 end-->
          </div>
  
      </div>
  </div>
  <!--主体内容----------------------------------------->
  <div class="row ">
      <div class="col-md-12 margin-bottom-18 ITD-padding-common">
          <div class="ITD-box-shadow ITD-border-radius padding0-20">
              <div class="ITD-common-title pos-rel ITD-common-fontsize14 ITD-common-color070">
                  <span>停车计费标准</span>
              </div>
              <div class="portlet-body ITD-bgcolor-white" style="padding: 18px 0">
                 <div class="clearfix">
                     <div class="float-left col_center">
                         <table class="table table-striped table-bordered table-hover" id="ruleTable">
                             <thead>
                             <tr>
                                 <th> 车型 </th>
                                 <th> 适用日期 </th>
                                 <th> 单日限价 </th>
                                 <th> 单次限价 </th>
                                 <th> 单次免费时长 </th>
                                 <th> 跨时间段规则 </th>
                             </tr>
                             </thead>
                             <tbody>
                             <tr>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                             </tr>
  
                             </tbody>
                         </table>
                         <table class="table table-striped table-bordered table-hover" id="ruleDetailTable">
                             <thead>
                             <tr>
                                 <th> 开始时间</th>
                                 <th> 结束时间 </th>
                                 <th> 时长限制 </th>
                                 <th> 计费类型 </th>
                                 <th> 费率 </th>
                                 <th> 单位免费时长 </th>
                             </tr>
                             </thead>
                             <tbody>
                             <tr>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                                 <td> - </td>
                             </tr>
                             </tbody>
                         </table>
                     </div>
                     <div class="float-left col_right">
                         <ul class="col_right_ul clearfix">
                             <li>
                                 <div class="col_right_li_title">费用总计</div>
                                 <div class="col_right_li_mon">
                                     <span>0</span><span>.00  元</span>
                                 </div>
                             </li>
                             <li>
                                 <div class="col_right_li_title">停车时长</div>
                                 <div class="col_right_li_mon">
                                     <span>0</span><span>.00  分钟</span>
                                 </div>
                             </li>
                             <li>
                                 <div class="col_right_li_title col_right_li_title_l">车牌号</div>
                                 <div class="col_right_li_mon">
                                     -
                                 </div>
                             </li>
                             <li>
                                 <div class="col_right_li_title col_right_li_title_l">停车场</div>
                                 <div class="col_right_li_mon col_right_li_mon_ellipsis" >
                                     -
                                 </div>
                             </li>
                         </ul>
                     </div>
                 </div>
              </div>
  
          </div>
      </div>
  </div>
  
  <!--echarts sta-->
  <div class="row">
      <div class="col-md-12 ITD-padding-common">
          <div class="ITD-box-shadow ITD-border-radius padding0-20">
              <div class="ITD-common-title ITD-common-color070 ITD-common-fontsize14 pos-rel">
                  <span>费用计算明细</span>
              </div>
              <div class="portlet-body ITD-bgcolor-white" style="padding: 18px 0;width: 100%">
                  <div class="echart_main ITD-overflowhidden">
                      <div class="echart_con" id="echart_con">
                      </div>
                  </div>
              </div>
  
          </div>
      </div>
  </div>
  <!--echarts sta-->
  <!--<div class="row ">
      <div class="col-md-12 main_wrap">
          <div class="portlet light ">
              <div class="clearfix">
                  <div class="float-left col_left">
                      <span>停车计费标准</span>
                  </div>
                  <div class="float-left col_center">
                      <table class="table table-striped table-bordered table-hover" id="ruleTable">
                          <thead>
                          <tr>
                              <th> 车型 </th>
                              <th> 适用日期 </th>
                              <th> 单日限价 </th>
                              <th> 单次限价 </th>
                              <th> 单次免费时长 </th>
                              <th> 跨时间段规则 </th>
                          </tr>
                          </thead>
                          <tbody>
                          <tr>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                          </tr>
  
                          </tbody>
                      </table>
                      <table class="table table-striped table-bordered table-hover" id="ruleDetailTable">
                          <thead>
                          <tr>
                              <th> 开始时间</th>
                              <th> 结束时间 </th>
                              <th> 时长限制 </th>
                              <th> 计费类型 </th>
                              <th> 费率 </th>
                              <th> 单位免费时长 </th>
                          </tr>
                          </thead>
                          <tbody>
                          <tr>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                              <td> - </td>
                          </tr>
                          </tbody>
                      </table>
                  </div>
                  <div class="float-left col_right">
                      <ul class="col_right_ul clearfix">
                          <li>
                              <div class="col_right_li_title">费用总计</div>
                              <div class="col_right_li_mon">
                                  <span>0</span><span>.00  元</span>
                              </div>
                          </li>
                          <li>
                              <div class="col_right_li_title">停车时长</div>
                              <div class="col_right_li_mon">
                                  <span>0</span><span>.00  分钟</span>
                              </div>
                          </li>
                          <li>
                              <div class="col_right_li_title col_right_li_title_l">车牌号</div>
                              <div class="col_right_li_mon">
                                  -
                              </div>
                          </li>
                          <li>
                              <div class="col_right_li_title col_right_li_title_l">停车场</div>
                              <div class="col_right_li_mon col_right_li_mon_ellipsis" >
                                  -
                              </div>
                          </li>
                      </ul>
                  </div>
              </div>
              <div class="echarts_wrap">
                  <p class="echarts_wrap_title">费用计算明细</p >
                  <div class="echart_main">
                      <div class="echart_con" id="echart_con">
  
                      </div>
                  </div>
  
              </div>
          </div>
  
      </div>
  </div>-->
  <script src='../../assets/pages/scripts/rulesetFile/analFile/analogbilling.js'></script>