lvhao 1 일 전
부모
커밋
2f681b6bb4
2개의 변경된 파일30개의 추가작업 그리고 4개의 파일을 삭제
  1. 15 2
      template/erp/fullorderamz_edit.html
  2. 15 2
      template/erp/fullorderamz_readonly.html

+ 15 - 2
template/erp/fullorderamz_edit.html

@@ -13,6 +13,8 @@
 }
 
 </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">
@@ -453,10 +455,10 @@
 <em>快递方式:</em>
 <select name="express" class="select class">
 {loop express(100) as $val}
-<option value="{$val['id']}" data-sbpm="{$val['sbpm']}"  data-type="{$val['type']}" {if $fullorderamz['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
+<option value="{$val['id']}" data-ts="{$val['xxts']}" data-sbpm="{$val['sbpm']}"  data-type="{$val['type']}" {if $fullorderamz['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">
@@ -837,6 +839,17 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 		{
 			 $("select[name='js']").html('<option value="0" selected="selected">无</option>');//<option value="1">需要</option>
 		}
+
+		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)
+				
+	
+		}
 /**
 if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项11
 		{

+ 15 - 2
template/erp/fullorderamz_readonly.html

@@ -12,6 +12,8 @@
 }
 
 </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">
@@ -386,10 +388,10 @@
 <em>快递方式:</em>
 <select name="express" class="select class">
 {loop express(100) as $val}
-<option value="{$val['id']}" data-type="{$val['type']}" {if $fullorderamz['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
+<option value="{$val['id']}" data-ts="{$val['xxts']}" data-type="{$val['type']}" {if $fullorderamz['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>
@@ -644,6 +646,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;