| 
					
				 | 
			
			
				@@ -12,6 +12,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	display: none;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<link rel="stylesheet" href="{$theme}js/tishi/mTips.css?v=20250916">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<script src="{$theme}js/tishi/mTips.js?v=20250916"></script>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <body>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <div class="warp">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <div class="packing">
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -390,10 +394,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <em>快递方式:</em>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <select name="express" class="select class">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {loop express(100) as $val}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<option value="{$val['id']}" data-type="{$val['type']}" {if $fullordertt['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<option value="{$val['id']}" data-ts="{$val['xxts']}" data-type="{$val['type']}" {if $fullordertt['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {/loop}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </select>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<font class="expressfa"><i id="tipdata" class="fa fa-question-circle none"></i><font class="expressfa1 none"><font class="expressfa2" style="color:#903"></font></font></font>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<font class="expressfa"><i id="show_express" class="fa fa-question-circle " style="display: none;" ></i></font>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </li>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <li class="lengththree">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <em>打印类型:</em>
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -647,6 +651,17 @@ if($("select[name='express']").find("option:selected").val() == '24' || $("selec 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		console.log("--------------------------")
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		var eid = $("select[name='express']").children("option:selected").val();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if(eid*1 > 0 ){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			//$('#tipdata').attr('title', a.msg);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			let msg =	$("select[name='express']").children("option:selected").data('ts')			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			$("#show_express").css("display","inline-block")
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			showExpressTiShi(msg)
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 });
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function custom() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 var num = $('.packing .datatitle tr').children().length;
 
			 |