lvhao 2 miesięcy temu
rodzic
commit
1516baa8f2

+ 1 - 1
template/erp/fullorder_readonly.html

@@ -508,7 +508,7 @@
 {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>
+	<b>{if ($fullorder['js'] == 6)} 从发件方付税  {else} 无 {/if}</b>
 {else}
 	<b>{if $fullorder['js'] == 0}Ground Advantage{else if $fullorder['js'] == 1}PRIORITY{else if $fullorder['js'] == 2}EXPRESS{/if}</b>
 {/if}

+ 1 - 1
template/erp/fullorderamz_edit.html

@@ -583,7 +583,7 @@
 	{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>
+		<b>{if ($fullorderamz['js'] == 6)} 从发件方付税  {else} 无 {/if}</b>
 	{else}
 		<b>{if $fullorderamz['js'] == 0}Ground Advantage{else if $fullorderamz['js'] == 1}PRIORITY{else if $fullorderamz['js'] == 2}EXPRESS{/if}</b>
 	{/if}

+ 1 - 1
template/erp/fullorderamz_readonly.html

@@ -463,7 +463,7 @@
 {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>
+	<b>{if ($fullorderamz['js'] == 6)} 从发件方付税  {else} 无 {/if}</b>
 {else}
 	<b>{if $fullorderamz['js'] == 0}Ground Advantage{else if $fullorderamz['js'] == 1}PRIORITY{else if $fullorderamz['js'] == 2}EXPRESS{/if}</b>
 {/if}

+ 1 - 1
template/erp/fullordersmt_readonly.html

@@ -363,7 +363,7 @@
 {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>
+<b>{if ($fullordersmt['js'] == 6)} 从发件方付税  {else} 无 {/if}</b>
 {else}
 <b>{if $fullordersmt['js'] == 0}Ground Advantage{else if $fullordersmt['js'] == 1}PRIORITY{else if $fullordersmt['js'] == 2}EXPRESS{/if}</b>
 {/if}