hjg
2024-01-20 4a3404efc438b16044fd9170814e6545a3f86fae
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition template="/template/nit/tmp_brief.xhtml">
    <ui:define name="acss">
        <style>
        #searchBtn {
            height: 34px;
        }
        p.error {
            color: #D9534F
        }
        input.error {
            border: 1px solid #D9534F;
        }
        #simple-table th,#simple-table td{
            text-align: center;
            padding: 1px 8px;
        }
        #form .control-label {
            margin-right: -14px
        }
        .t-error{
            color: red;
            position: relative;
            right: 2px;
            top: 3px;
        }
        .pagination {
            margin: 10px 0;
        }
        #simple-table th {
            padding: 0
        }
        .th {
            position: relative;
            width: 100%;
            display: block;
            background: #F2F2F2;
            border: 1px solid #DDDDDD;
            z-index: 1;
            border-left: none;
        }
        #searchBox {
            display: none;
        }
        #sDate, #eDate{
            width: 45%;
            float: left
        }
        .date-line {
            width: 10%;
            float: left;
            line-height: 34px;
            text-align: center
        }
        input[type="radio"], input[type="checkbox"] {
            margin-top: 0px;
        }
        </style>
    </ui:define>
    <ui:define name="acontent">
        <input type="hidden" value="#{param.page}" id="p" />
        <input type="hidden" value="#{param.keyword}" id="k" />
        <div class="row">
            <div class="col-xs-2" data-bind="visible: isAdmin">
                <select name="" id="" class="form-control" data-bind="value: companyNo, options: tList, optionsText: 'name', optionsValue: 'companyNo', optionsCaption: '全部运输公司', event: {change: change}"></select>
            </div>
            <div class="col-xs-2" data-bind="">
                <select name="" id="" class="form-control" data-bind="value: type, options: sList, optionsText: 'key', optionsValue: 'value', events: {change: change}, style: {'margin-left': isAdmin() ? '-31px': '0px'}"></select>
            </div>
            <div class="col-xs-4" style="width: 25%;">
                <div class="input-group" data-bind="style: {'margin-left': isAdmin() ? '-62px': '-31px'}">
                    <input class="form-control input-mask-date" type="text" value="#{param.keyword}" id="keyword" placeholder="输入关键字搜索" data-bind="value: keyword, valueUpdate: 'afterkeydown'" />
                    <span class="input-group-btn">
                        <button class="btn btn-sm btn-default searchBtn" type="button" id="searchBtn">
                            <i class="ace-icon fa fa-search bigger-110"></i>
                            搜索
                        </button>
                    </span>
                </div>
            </div>
            <!-- <div class="col-xs-2" style="line-height: 34px">
                <a href="javascript:;" id="moreSearchCondition">更多筛选条件<i class="fa fa-chevron-down"></i></a>
            </div> -->
             <!-- <div class="col-xs-6" style="margin-top: 6px;margin-bottom: 5px;"> -->
                <div class="col-xs-1" style="padding-left: 0px;width: 10%;">
                    <select name="" id="wcSign" class="form-control" data-bind="event:{change:fendanChoose} ">
                        <option selected="true" value="0">未分单完成</option>
                        <option value="1">分单完成</option>
                       <option value="2">已关闭</option>
                    </select>
                </div>
                <div class="col-xs-1" style="padding-left: 0px;">
                        <div class="col-md-9 " style="padding-left: 0px;">
                            <button class="btn btn-sm btn-info searchBtns" id="sortBtn" type="button" style="width: 100px">
                                排序
                            </button>
                        </div>
                </div>
            <!-- </div> -->
            <div class="col-xs-2" style="text-align: right;width: 15%;">
                <button class="btn btn-sm btn-warning" type="button" id="unbindBtn">
                    取消配车
                </button>
 
                <button class="btn btn-sm btn-info" type="button" id="vehicleBtn" >
                    配车
                </button>
            </div>
 
 
            <div class="col-xs-12" style="margin-top: 8px;margin-bottom: -15px;display:inline;" id="searchBox">
                    <form class="form-horizontal" id="formss">
                    <div class="form-body col-xs-4" >
                        <div class="form-group">
                            <label class="col-md-3 control-label" >制单日期</label>
                            <div class="col-md-9">
                                <input type="text" class="form-control" id="sDate" placeholder="起始日期"  onClick="WdatePicker()"/>
                                <span class="date-line">—</span>
                                <input type="text" class="form-control" id="eDate" placeholder="截止日期"  onClick="WdatePicker()"/>
                            </div>
                        </div>
                    </div>
                    <!-- <div class="form-group col-xs-4" >
                            <div class="col-md-9 col-md-offset-3">
                                <button class="btn btn-sm btn-info searchBtns" id="sortBtn" type="button" style="width: 100px">
                                    排序
                                </button>
                            </div>
                    </div> -->
                </form>
                <div class="col-md-8" style="width: 43%;padding-right: 1px;">
               <!--  <div id="pagdiv" style="display: inline-block"></div> -->
                <div id="selectMessage"  style="display: 'inline-block';float: left;line-height: 2.5;font-size: 15px;">
                    <p class="bg-info">
                        已选择:<span data-bind="text: selectedNum">0</span>件,
                        重量:<span data-bind="text: selectedPZ">0</span>吨。
                    </p>
                </div>
               <div  style="display: 'inline-block';float: left;line-height: 2.5;font-size: 15px;padding-left: 20px;" >
                    <button class="btn btn-sm btn-info searchBtns" type="button" id="fdqxclosefdBtn" style="width: 100px;background-color: #ffb752 !important;border-color: #ffb752;">关闭分单
                    </button>
                    <button class="btn btn-sm btn-info searchBtns" type="button" id="fdqxopenfdBtn" style="display: none;width: 100px;" >
                        恢复分单
                    </button>
                </div>
                <div  style="display: 'inline-block';float: right;line-height: 2.5;font-size: 15px;padding-left: 10px;" >
                     <select class="form-control" data-bind="value: cqVal, options: cqList, optionsText: 'name', optionsValue: 'cqval', event: {change: cqchange}"></select>
                </div>
            </div>
            </div>
 
            <div class="col-xs-12 table-responsive main-table" style="margin-top: 8px;">
                <table id="simple-table" class="table  table-bordered table-hover table-striped">
                    <thead>
                        <tr>
                            <th class="detail-col" style="min-width: 48px">
                           <span class="th">序号</span> </th>
                               <th style="min-width: 80px" data-bind="visible: fdqxbgType()"><span class="th">整单打印</span></th>
                            <th style="min-width: 160px"  data-bind="visible: !fdqxbgType()" ><span class="th">关闭时间</span></th>
                            <th style="min-width: 180px"><span class="th">提单编号</span></th>
                            <th style="min-width: 60px"  data-bind="visible: fdqxbgType()" ><span class="th">提单类型</span></th>
                            <th style="min-width: 60px"  data-bind="visible: !fdqxbgType()" ><span class="th">关闭人</span></th>
                            <th style="min-width: 250px"><span class="th">客户名称</span></th>
                            <th style="min-width: 120px"><span class="th">发票编号</span></th>
                            <th style="min-width: 355px"><span class="th">备注</span></th>
                            <th style="min-width: 140px"><span class="th">收货地点</span></th>
                            <th style="min-width: 90px" data-bind="visible: fdqxbgType()"><span class="th">未分数量(件)</span></th>
                            <th style="min-width: 90px" data-bind="visible: fdqxbgType()" ><span class="th">未分重量(吨)</span></th>
                            <th style="min-width: 90px" data-bind="visible: !fdqxbgType()"><span class="th">关闭数量(件)</span></th>
                            <th style="min-width: 90px" data-bind="visible: !fdqxbgType()" ><span class="th">关闭重量(吨)</span></th>
                            <th style="min-width: 180px"><span class="th">制单时间</span></th>
                            <th style="min-width: 100px"><span class="th">制单部门</span></th>
                            <th style="min-width: 70px"><span class="th">制单人</span></th>
                            <!-- <th style="min-width: 100px"><span class="th">业务日期</span></th> -->
                            <th style="min-width: 220px"><span class="th">物流公司</span></th>
                            <th style="min-width: 220px"><span class="th">NC提交时间</span></th>
                        </tr>
                    </thead>
 
                    <tbody data-bind="foreach: list">
                        <tr class="bitem" data-bind="attr: {'data-indx': indx, 'data-td_tdbh': td_tdbh}">
                            <td class="center">
                                <span data-bind="text: $index() + 1"></span>
                            </td>
                           <td  data-bind="visible: fdqxbgType" >
                               <div class="btn-group">
                                   <button class="btn btn-xs btn-info" title="分单" data-bind="click: $parent.print">
                                       <i class="ace-icon fa fa-pencil bigger-120"></i>
                                       打印
                                   </button>
                               </div>
                           </td>
                           <td  data-bind="visible: !fdqxbgType,text:td_gbsj" >
                           </td>
                            <td  data-bind="visible: fdqxbgType" >
                                <a href="javascript:;" data-bind="text: td_tdbh, click: $parent.edit" title="分单"></a>
                            </td>
                            <td  data-bind="visible: !fdqxbgType,text:td_tdbh" >
 
                            </td>
                            <td data-bind="visible: fdqxbgType,text: td_ztbz"></td><!-- data-bind="text: td_khmc" -->
                            <td data-bind="visible: !fdqxbgType,text: td_gbr"></td>
                            <td style="text-align: left;" data-bind="text: td_khmc"></td>
                            <td style="text-align: left;" data-bind="text: td_fpbh"></td>
                            <td style="text-align: left;" data-bind="text: td_bz"></td>
                            <td style="text-align: left;" data-bind="text: td_shdd"></td>
                            <td data-bind="visible:fdqxbgType,text: td_wfdsl"></td>
                            <td style="text-align: right;" data-bind="visible:fdqxbgType,text: td_wfdzl"></td>
 
                            <td data-bind="visible:!fdqxbgType,text: td_gbsl"></td>
                            <td style="text-align: right;" data-bind="visible:!fdqxbgType,text: td_gbzl"></td>
 
                            <td data-bind="text: td_djrq"></td>
                            <td data-bind="text: td_bmmc"></td>
                            <td data-bind="text: td_zdr"></td>
                            <!-- <td data-bind="text: td_ywrq"></td> -->
                            <td style="text-align: left;" data-bind="text: companyName"></td>
                            <td data-bind="text: $data.committime"></td>
                        </tr>
                    </tbody>
                </table>
            </div>
          <div class="col-md-12">
              <div id="pagdiv" style="display: inline-block"></div>
              <!-- <div id="selectMessage" style="display: 'inline-block'; float: right">
                  <p class="bg-info">
                      已选择:<span data-bind="text: selectedNum">0</span>件,
                      重量:<span data-bind="text: selectedPZ">0</span>吨。
                  </p>
              </div> -->
          </div>
        </div>
        <div id="dialog-confirm" class="hide">
            <div class="alert alert-info bigger-110" id="modalContent">
            </div>
        </div>
        <div class="modal fade" id="modal">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                        <h4 class="modal-title">排序</h4>
                    </div>
                    <div class="modal-body" style="overflow: hidden">
                        <table class="table table-bordered table-hover table-striped" style="width: 30%; float: left">
                            <thead>
                                <tr>
                                    <th>选择</th>
                                </tr>
                            </thead>
                            <tbody data-bind="foreach: oList">
                                <tr data-bind="visible: visible">
                                    <td>
                                        <a href="javascript:;" data-bind="text: key, click: $parent.addSort"></a>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        <table class="table  table-bordered table-hover table-striped" style="width: 70%; float: left">
                            <thead>
                                <tr>
                                    <th>规则</th>
                                    <th>升序</th>
                                    <th>降序</th>
                                </tr>
                            </thead>
                            <tbody data-bind="foreach: soList">
                                <tr>
                                    <td>
                                        <a href="javascript:;" data-bind="text: key, click: $parent.removeSort"></a>
                                    </td>
                                    <td>
                                        <input type="radio" value="asc" data-bind="checked: result, attr: {name: target}"/>
                                    </td>
                                    <td>
                                        <input type="radio" value="desc" data-bind="checked: result, attr: {name: target}"/>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-default btn-sm" ddata-dismiss="modal" id="clearSortBtn">清除</button>
                        <button type="button" class="btn btn-primary btn-sm" data-dismiss="modal" id="searchSortBtn" >确定</button>
                    </div>
                </div>
            </div>
        </div>
 
        <div class="modal fade" id="vehicleModal">
            <div class="modal-dialog modal-lg">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                        <h4 class="modal-title" style="display: inline-block; float: left;line-height: 34px;">选择车辆</h4>
                        <div class="col-xs-4">
                            <div class="input-group">
                                <input class="form-control input-mask-date" type="text" id="vehicleKeyword" placeholder="输入车牌号检索" />
                                <span class="input-group-btn">
                                    <button class="btn btn-sm btn-default searchBtn" type="button" id="searchVehicleBtn">
                                        <i class="ace-icon fa fa-search bigger-110"></i>
                                        搜索
                                    </button>
                                </span>
                            </div>
                        </div>
                    </div>
                    <div class="modal-body table-responsive" style="max-height: 400px; overflow-Y: scroll">
                        <table class="table table-bordered table-hover table-striped">
                            <thead>
                                <tr>
                                    <th style="min-width: 100px">车牌号</th>
                                    <th style="min-width: 150px">可配车重量</th>
                                    <th style="min-width: 350px">特征</th>
                                    <th style="min-width: 100px">车重</th>
                                    <th style="min-width: 100px">载重</th>
                                    <th style="min-width: 150px">已配车数量</th>
                                    <th style="min-width: 150px">已配车重量</th>
                                    <th style="min-width: 400px;">备注</th>
                                    <th style="min-width: 80px">司机</th>
                                    <th style="min-width: 100px">联系电话</th>
                                    <th style="min-width: 150px">身份证号</th>
                                </tr>
                            </thead>
                            <tbody data-bind="foreach: vList">
                                <tr class="vitem" data-bind="attr: {'data-indx': indx}">
                                    <td data-bind="text: vehicleId"></td>
                                    <td data-bind="text: lastweight"></td>
                                    <td data-bind="text: feature"></td>
                                    <td data-bind="text: vehicleweight"></td>
                                    <td data-bind="text: loadweight"></td>
                                    <td data-bind="text: fdnum"></td>
                                    <td data-bind="text: fdweight"></td>
                                    <td data-bind="text: note"></td>
                                    <td data-bind="text: driver"></td>
                                    <td data-bind="text: phone"></td>
                                    <td data-bind="text: IDNum"></td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-primary btn-sm" id="addTempVehicle" style="float: left">配车到临时车辆</button>
                       <!--  <button type="button" class="btn btn-primary btn-sm" id="refreshVehicleBtn" style="float: left">
                            <i class="ace-icon fa fa-refresh bigger-110"></i>
                            更新车辆状态
                        </button> -->
                        <button type="button" class="btn btn-default btn-sm" data-dismiss="modal">取消</button>
                        <button type="button" class="btn btn-primary btn-sm" id="vehicleBindBtn">确定配车</button>
                    </div>
                </div>
            </div>
        </div>
 
 
        <div class="modal fade" id="tempVehicleModal">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                        <h4 class="modal-title">编辑临时车辆</h4>
                    </div>
                    <div class="modal-body">
                        <form class="form-horizontal" id="form">
                            <div class="form-body">
                                <div class="form-group">
                                    <label class="col-md-3 control-label"><span class="t-error">*</span> 车牌号</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" style="text-transform:uppercase" id="vehicleId" name="vehicleId" placeholder="" data-bind="value: o().vehicleId"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label class="col-md-3 control-label"><span class="t-error">*</span> 司机</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" name="driver" data-bind="value: o().driver"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label class="col-md-3 control-label"><span class="t-error">*</span> 手机号</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" name="phone" data-bind="value: o().phone"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                 <div class="form-group">
                                    <label class="col-md-3 control-label"><span class="t-error">*</span> 身份证号</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" name="IDNum" data-bind="value: o().IDNum"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label class="col-md-3 control-label"> 车辆重量(吨)</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" name="vehicleweight" data-bind="value: o().vehicleweight"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label class="col-md-3 control-label"> 载重重量(吨)</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" name="vehicleweight" data-bind="value: o().loadweight"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label class="col-md-3 control-label">特征</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" data-bind="value: o().feature"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                                    <div class="form-group">
                                    <label class="col-md-3 control-label">备注</label>
                                    <div class="col-md-6">
                                        <input type="text" class="form-control" placeholder="" data-bind="value: o().note"/>
                                    </div>
                                    <div class="col-md-3">
                                        <p class="form-control-static text-error"></p>
                                    </div>
                                </div>
                            </div>
                        </form>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-sm btn-default" data-dismiss="modal">取消</button>
                        <button type="button" class="btn btn-sm btn-primary" id="tempVehicleBindBtn">保存并配车</button>
                    </div>
                </div>
            </div>
        </div>
        <div class="modal fade" id="closefdModel">
             <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                        <h4 class="modal-title">关闭分单</h4>
                    </div>
                    <div class="modal-body" >
                        <div class="form-group" style="height: 20px;" >
                            <label class="col-md-2 control-label"> 车&nbsp;&nbsp;牌&nbsp;&nbsp;号</label>
                            <div class="col-md-6">
                                <input type="text" class="form-control" placeholder="" data-bind="value: fdqxvehcileId" />
                            </div>
                        </div>
                        <div class="form-group" style="height: 20px; margin-top: 25px;" >
                            <label class="col-md-2 control-label"> 司机姓名</label>
                            <div class="col-md-6">
                                <input type="text" class="form-control" placeholder="" data-bind="value: fdqxdriver" />
                            </div>
                        </div>
                        <div class="form-group" style="height: 20px; margin-top: 25px;" >
                            <label class="col-md-2 control-label"> 联系方式</label>
                            <div class="col-md-6">
                                <input type="text" class="form-control" placeholder="" data-bind="value: fdqxphone" />
                            </div>
                        </div>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-sm btn-default" data-dismiss="modal">取消</button>
                        <button type="button" class="btn btn-sm btn-primary" id="fdqxclosefdmBtn">确认</button>
                    </div>
                </div>
            </div>
        </div>
    </ui:define>
    <ui:define name="myscript">
        <script type="text/javascript" src="#{request.contextPath}/template/nit/cdn/js/getdate/WdatePicker.js"></script>
        <script src="js/bizList.js?v=#{sessionScope.login_page_vesion}"></script>
    </ui:define>
</ui:composition>
</html>