|
|
@@ -380,6 +380,10 @@
|
|
380
|
380
|
<option value="">请选择调度员</option>
|
|
381
|
381
|
</select>
|
|
382
|
382
|
</td>
|
|
|
383
|
+ <th>工号:</th>
|
|
|
384
|
+ <td>
|
|
|
385
|
+ <input type="text" placeholder="输入工号" id="workNumber" class="Min-width" />
|
|
|
386
|
+ </td>
|
|
383
|
387
|
<td colspan="7" style="text-align: center;" >
|
|
384
|
388
|
<botton class="btns Seach">搜索</botton>
|
|
385
|
389
|
<botton class="btns Export">导出</botton>
|
|
|
@@ -470,6 +474,10 @@
|
|
470
|
474
|
usercodeID=""
|
|
471
|
475
|
}
|
|
472
|
476
|
|
|
|
477
|
+ if (usercodeID === "") {
|
|
|
478
|
+ usercodeID = $("#workNumber").val();
|
|
|
479
|
+ }
|
|
|
480
|
+
|
|
473
|
481
|
// 调度员
|
|
474
|
482
|
var ddusercodeID="";
|
|
475
|
483
|
var ddusercode_=$("#yardman").val(); //坐席
|