Przeglądaj źródła

修改服务类型

lvhao 2 miesięcy temu
rodzic
commit
2e7ff6fc37

+ 5 - 7
template/erp/fullorder_readonly.html

@@ -505,14 +505,12 @@
 
 <li class="lengththree">
 <em>服务类型:</em>
-{if $fullorder['express'] == 2 || $fullordersmt['express'] == 64}
-<b>{if $fullorder['js'] == 0}Ground Advantage
-{else if $fullorder['js'] == 1}PRIORITY
-{else if $fullorder['js'] == 2}EXPRESS
-{/if}
-</b>
+{if in_array($fullorder['express'],[24,31])}
+	<b>{if ($fullorder['js'] == 3)} IP {else} FICP{/if}</b>
+{else if $fullorder['express'] == 1}
+	<b>{if ($fullorder['js'] == 6)} 从发件方付税  {else } 无 {/if}</b>
 {else}
-<b>无</b>
+	<b>{if $fullorder['js'] == 0}Ground Advantage{else if $fullorder['js'] == 1}PRIORITY{else if $fullorder['js'] == 2}EXPRESS{/if}</b>
 {/if}
 </li>
 

+ 5 - 7
template/erp/fullorderamz_readonly.html

@@ -460,14 +460,12 @@
 
 <li class="lengththree">
 <em>服务类型:</em>
-{if $fullorderamz['express'] == 2 || $fullordersmt['express'] == 64}
-<b>{if $fullorderamz['js'] == 0}Ground Advantage
-{else if $fullorderamz['js'] == 1}PRIORITY
-{else if $fullorderamz['js'] == 2}EXPRESS
-{/if}
-</b>
+{if in_array($fullorderamz['express'],[24,31])}
+	<b>{if ($fullorderamz['js'] == 3)} IP {else} FICP{/if}</b>
+{else if $fullorderamz['express'] == 1}
+	<b>{if ($fullorderamz['js'] == 6)} 从发件方付税  {else } 无 {/if}</b>
 {else}
-<b>无</b>
+	<b>{if $fullorderamz['js'] == 0}Ground Advantage{else if $fullorderamz['js'] == 1}PRIORITY{else if $fullorderamz['js'] == 2}EXPRESS{/if}</b>
 {/if}
 </li>
 

+ 5 - 7
template/erp/fullordersmt_readonly.html

@@ -360,14 +360,12 @@
 
 <li class="usps none">
 <em>服务类型:</em>
-{if $fullordersmt['express'] == 2 || $fullordersmt['express'] == 64}
-<b>{if $fullordersmt['js'] == 0}Ground Advantage
-{else if $fullordersmt['js'] == 1}PRIORITY
-{else if $fullordersmt['js'] == 2}EXPRESS
-{/if}
-</b>
+{if in_array($fullordersmt['express'],[24,31])}
+<b>{if ($fullordersmt['js'] == 3)} IP {else} FICP{/if}</b>	
+{else if $fullordersmt['express'] == 1}
+<b>{if ($fullordersmt['js'] == 6)} 从发件方付税  {else } 无 {/if}</b>
 {else}
-<b></b>
+<b>{if $fullordersmt['js'] == 0}Ground Advantage{else if $fullordersmt['js'] == 1}PRIORITY{else if $fullordersmt['js'] == 2}EXPRESS{/if}</b>
 {/if}
 </li>
 </div>

+ 5 - 7
template/erp/fullordertt_readonly.html

@@ -461,14 +461,12 @@
 
 <li class="lengththree">
 <em>服务类型:</em>
-{if $fullordertt['express'] == 2 || $fullordersmt['express'] == 64}
-<b>{if $fullordertt['js'] == 0}Ground Advantage
-{else if $fullordertt['js'] == 1}PRIORITY
-{else if $fullordertt['js'] == 2}EXPRESS
-{/if}
-</b>
+{if in_array($fullordertt['express'],[24,31])}
+	<b>{if ($fullordertt['js'] == 3)} IP {else} FICP{/if}</b>
+{else if $fullordertt['express'] == 1}
+	<b>{if ($fullordertt['js'] == 6)} 从发件方付税  {else } 无 {/if}</b>
 {else}
-<b>无</b>
+	<b>{if $fullordertt['js'] == 0}Ground Advantage{else if $fullordertt['js'] == 1}PRIORITY{else if $fullordertt['js'] == 2}EXPRESS{/if}</b>
 {/if}
 </li>