lvhao 5 小時之前
父節點
當前提交
b275917475

+ 1 - 1
template/erp/fullorderamz_edit.html

@@ -535,7 +535,7 @@
 	{else}
 		<select name="qm" class="printtype select class">
 		<option value="0" {if $fullorderamz['qm'] == 0}selected="selected"{/if}>默认</option>
-		<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>成人签名</option>
+		<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要签名</option>
 		</select>
 	{/if}
 {else}

+ 2 - 2
template/erp/fullorderamz_readonly.html

@@ -459,7 +459,7 @@
 <option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要</option>
 </select>
 {else}
-<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}{if $fullorderamz['express'] == 2}签名{else}成人签名{/if}{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
+<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}{if $fullorderamz['express'] == 2}签名{else}需要签名{/if}{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
 {/if}
 </li>
 
@@ -623,7 +623,7 @@ $(document).ready(function() {
 $("#refundtime").calendar();custom();pptskc('2');
 if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项11
 		{
-			 $("select[name='qm']").html('<option value="0" {if $fullorderamz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorderamz["qm"] == 1}selected="selected"{/if}>成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" {if $fullorderamz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorderamz["qm"] == 1}selected="selected"{/if}>需要签名</option>');
 		}
 		else
 		{

+ 1 - 1
template/erp/fullordersmt_edit.html

@@ -753,7 +753,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 
         if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项
 		{
-			 $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>默认</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>默认</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>需要签名</option>');
 			 $(".qm").show();
 		}
 		else

+ 1 - 1
template/erp/fullordersmt_readonly.html

@@ -522,7 +522,7 @@
 $(document).ready(function() { 
 if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项
 		{
-			 $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>默认</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>默认</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>需要签名</option>');
 			 $(".qm").show();
 		}
 		else

+ 1 - 1
template/erp/fullordertt_readonly.html

@@ -644,7 +644,7 @@ $(document).ready(function() {
 $("#refundtime").calendar();custom();pptskc('2');
 if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项11
 		{
-			 $("select[name='qm']").html('<option value="0" {if $fullordertt["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullordertt["qm"] == 1}selected="selected"{/if}>成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" {if $fullordertt["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullordertt["qm"] == 1}selected="selected"{/if}>需要签名</option>');
 		}
 		else
 		{

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

@@ -651,7 +651,7 @@ $("#currency").change(function(){
 		// }
 		if(id == '24' || id == '31' )//联邦的话替换签名选项
 		{
-			 $("select[name='qm']").html('<option value="0" selected="selected">默认</option><option value="1">成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" selected="selected">默认</option><option value="1">需要签名</option>');
 		}
 		else if(id == '2'){
 			$("select[name='qm']").html('<option value="0" selected="selected">默认</option><option value="1">签名</option>');

+ 1 - 1
template/erp/returngoods_reorder.html

@@ -409,7 +409,7 @@ var fh="/fullorder";
 $(document).ready(function() { 
 if($("select[name='express']").find("option:selected").val() == '24')//联邦的话替换签名选项
 		{
-			 $("select[name='qm']").html('<option value="0" {if $fullorder["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorder["qm"] == 1}selected="selected"{/if}>成人签名</option>');
+			 $("select[name='qm']").html('<option value="0" {if $fullorder["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorder["qm"] == 1}selected="selected"{/if}>需要签名</option>');
 		}
 		else
 		{