normalberth.html
3.84 KB
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
<div class="row margin-top-18">
<div class="col-md-12 ITD-padding-common">
<div class="ITD-padding-24 margin-bottom-24 ITD-bgcolor-white ITD-border-radius ITD-box-shadow pos-rel">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
<select id="berthintval-service" 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="berthintval-park" class="selectpicker" data-width="100%" data-size="5" data-live-search="true">
</select>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<div class="float-right">
<div class="ITD-common-searchbtn" id="berthinterval-queryBtn">查询</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--table-->
<div class="row">
<div class="col-md-12 ITD-padding-common">
<div class="berthmanagement-table ITD-bgcolor-white ITD-border-radius padding0-14 ITD-box-shadow" style="width:100%">
<div class="ITD-common-title ITD-common-color070 pos-rel">
<span>泊位详情</span>
<div class="btn-actions pos-abs">
<div class="btn-export float-right">
<button class="btn ITD-panelbtn-iconedit ITD-panelbtn-icon-gray " id="berthmanage-change">
<i class="fa ITD-panelicon-edit"></i>一键推送
</button>
</div>
</div>
</div>
<div class="portlet-body">
<table id="norbertable" class="ITD-fix-table common-tableh47"></table>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- 更换泊位区间 sta -->
<div class="modal fade in" id="popberthmodel" style="display: none;" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="ITD-modal-dialog blue-modal">
<div class="modal-content ITD-common-color070">
<div class="modal-header ITD-model-header">
<button type="button" class="close ITD-model-close" data-dismiss="modal" aria-hidden="true">×</button>
<span class="ITD-common-fontsize16 colorbig ITD-ztree-headername" >修改</span>
</div>
<div class="modal-body">
<!--错误提示 sta-->
<div id="berthmanage_changemodel-error" class="ITD-model-errormsg display-none"></div>
<div class="ITD-form-group margin-bottom-24">
<span class="ITD-form-padleft25-read float-left ITD-pop-panel-wid120">车场名称</span>
<input type="text" class="ITD-input-wid180 ITD-input-bordercolor" readonly id="jobfunName" maxlength="32">
</div>
<div class="ITD-form-group margin-bottom-24">
<span class="ITD-form-padleft25-read float-left ITD-pop-panel-wid120">空闲车位<span class="ITD-color-red" style="padding-left: 3px;">*</span></span>
<input type="text" class="ITD-input-wid180 ITD-input-bordercolor" id="carnumkx" maxlength="6">
</div>
<!--底部 sta-->
<div class="modal-footer ITD-model-footer">
<button type="button" class="btn ITD-model-btn ITD-bgcolor-c2cad8" data-dismiss="modal">取消</button>
<button type="button" class="btn ITD-model-btn ITD-bgcolor-green textTrue" id="berthmanage-areachange-submit">确定</button>
</div>
<!--底部 end-->
</div>
</div>
</div>
</div>
<!-- 更换泊位区间 end -->