| 
															
																@@ -4,7 +4,15 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 <div class="fixed"> 
															 | 
															
															 | 
															
																 <div class="fixed"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 <ul class="search"> 
															 | 
															
															 | 
															
																 <ul class="search"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 <li style="margin-right: 30px;"> 
															 | 
															
															 | 
															
																 <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;">当前部门:<font id="dqbm">{$transfer['title']}</font></font> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+</li> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+<li> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    操作部门:<select name="transfer" class="select"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+     
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    {loop $transfer_list as $val} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    <option value="{$val['id']}" {if $val['id']==$transfer['id']} selected {/if}>{$val['title']}</option> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    {/loop} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    </select> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 </li> 
															 | 
															
															 | 
															
																 </li> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 <li>订单号:<input value="" name="orderinfo" type="text"></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'})"> 
															 | 
															
															 | 
															
																 <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'})"> 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -64,6 +72,14 @@ $(this).find('td:eq(7)').css("width","5%"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 });} 
															 | 
															
															 | 
															
																 });} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+$("select[name='transfer']").on("change",function(){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    var tid = $(this).val(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    $("input[name='tid']").val(tid); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    $("#dqbm").text($("select[name='transfer'] option:selected").text()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    $(".search span").click(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+}) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 window.onload = function() {  
															 | 
															
															 | 
															
																 window.onload = function() {  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 if(typeof $("select[name='printer']").length < 1) return; 
															 | 
															
															 | 
															
																 if(typeof $("select[name='printer']").length < 1) return; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 setTimeout(function(){ wprinter.printer()},1000);}; 
															 | 
															
															 | 
															
																 setTimeout(function(){ wprinter.printer()},1000);}; 
															 |