|
@@ -3,21 +3,18 @@
|
|
|
<div class="warp">
|
|
|
<div class="fixed">
|
|
|
<ul class="search">
|
|
|
+<li style="margin-right: 30px;">
|
|
|
+ <font class="cona " style="color:#fff;background-color: #f33;">当前部门:{$transfer['title']}</font>
|
|
|
+</li>
|
|
|
<li>订单号:<input value="" name="orderinfo" type="text"></li>
|
|
|
<li>扫描时间:<input id="timetk" value="{date('Y-m-d',time()-14*24*3600)} 0:00" name="timetk" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
|
至 <input id="timetj" value="{date('Y-m-d',time()+24*3600)} 0:00" name="timetj" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
<input type="hidden" name="tid" value="{$transfer['id']}">
|
|
|
<li><span>确 定</span></li>
|
|
|
<li style="margin-right: 30px;">
|
|
|
- <font class="cona " style="color:#fff;background-color: #f33;">未完成({$wwcsl})</font>
|
|
|
-
|
|
|
-
|
|
|
-</li>
|
|
|
-<li style="margin-right: 30px;">
|
|
|
-
|
|
|
-
|
|
|
- <font class="cona " style="color:#fff;background-color: #f33;">当前部门:{$transfer['title']}</font>
|
|
|
+ <font class="cona " style="color:#fff;background-color: #f33;">未完成({$wwcsl})</font>
|
|
|
</li>
|
|
|
+
|
|
|
</ul>
|
|
|
|
|
|
<table class="datatitle data" border="0" style="border-collapse:collapse;">
|