Sfoglia il codice sorgente

修改发件方付税为无

lvhao 3 mesi fa
parent
commit
dab1eac9ba

+ 3 - 3
template/erp/fullorder_edit.html

@@ -641,7 +641,7 @@
 		</select>
 	{else if $fullorder['express'] == 1}
 		<select name="js" class="printtype select class">
-		<option value="5" {if $fullorder['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
+		<option value="5" {if $fullorder['js'] != 6}selected="selected"{/if}> </option>
 		<option value="6" {if $fullorder['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
 		</select>
 	{else}
@@ -657,7 +657,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}
@@ -943,7 +943,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 			
 		}
 		else if(eid == 1){
-			$("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
+			$("select[name='js']").html('<option value="5"></option><option value="6">从发件方付税</option>');
 			if(jsxz == 6){
 				$("select[name='js']").find('option[value="6"]').prop('selected','selected');
 			}else{

+ 3 - 3
template/erp/fullorderamz_edit.html

@@ -567,7 +567,7 @@
 		</select>
 	{else if $fullorderamz['express'] == 1}
 		<select name="js" class="printtype select class">
-		<option value="5" {if $fullorderamz['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
+		<option value="5" {if $fullorderamz['js'] != 6}selected="selected"{/if}> </option>
 		<option value="6" {if $fullorderamz['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
 		</select>
 	{else}
@@ -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}
@@ -809,7 +809,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 			}
 		}
 		else if(eid == 1){
-			$("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
+			$("select[name='js']").html('<option value="5"></option><option value="6">从发件方付税</option>');
 			if(jsxz == 6){
 				$("select[name='js']").find('option[value="6"]').prop('selected','selected');
 			}else{

+ 3 - 3
template/erp/fullordersmt_edit.html

@@ -481,7 +481,7 @@
 		</select>
 	{else if $fullordersmt['express'] == 1}
 		<select name="js" class="printtype select class">
-		<option value="5" {if $fullordersmt['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
+		<option value="5" {if $fullordersmt['js'] != 6}selected="selected"{/if}> </option>
 		<option value="6" {if $fullordersmt['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
 		</select>
 	{else}
@@ -499,7 +499,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}
@@ -723,7 +723,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 			}
 		}
 		else if(eid == 1){
-			$("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
+			$("select[name='js']").html('<option value="5"></option><option value="6">从发件方付税</option>');
 			if(jsxz == 6){
 				$("select[name='js']").find('option[value="6"]').prop('selected','selected');
 			}else{

+ 3 - 3
template/erp/fullordertt_edit.html

@@ -557,7 +557,7 @@
 		</select>
 	{else if $fullordertt['express'] == 1}
 		<select name="js" class="printtype select class">
-		<option value="5" {if $fullordertt['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
+		<option value="5" {if $fullordertt['js'] != 6}selected="selected"{/if}> </option>
 		<option value="6" {if $fullordertt['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
 		</select>
 	{else}
@@ -573,7 +573,7 @@
 	{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>
+		<b>{if ($fullordertt['js'] == 6)} 从发件方付税  {else }  {/if}</b>
 	{else}
 		<b>{if $fullordertt['js'] == 0}Ground Advantage{else if $fullordertt['js'] == 1}PRIORITY{else if $fullordertt['js'] == 2}EXPRESS{/if}</b>
 	{/if}
@@ -799,7 +799,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 			}
 		}
 		else if(eid == 1){
-			$("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
+			$("select[name='js']").html('<option value="5"></option><option value="6">从发件方付税</option>');
 			if(jsxz == 6){
 				$("select[name='js']").find('option[value="6"]').prop('selected','selected');
 			}else{

+ 1 - 1
template/erp/js/fullorder-addedit.js

@@ -685,7 +685,7 @@ $("#currency").change(function(){
 			 $("select[name='js']").html('<option value="0">Ground Advantage</option><option value="1">PRIORITY</option><option value="2">EXPRESS</option>');
 		}
 		else if(id == 1){
-			$("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
+			$("select[name='js']").html('<option value="5"></option><option value="6">从发件方付税</option>');
 		}
 		else
 		{