longyi 1 settimana fa
parent
commit
3150483740

+ 2 - 2
core/CoreApp/controllers/Apitt.php

@@ -697,9 +697,9 @@ $j = json_decode($j, true);
 								
 								
 								}
 								}
 								//如果是走cbt的店铺那么系统将会自动将获取的快递修改为cbt的快递
 								//如果是走cbt的店铺那么系统将会自动将获取的快递修改为cbt的快递
-								if(in_array($post['shop'],[39,40,41,46,49,58])){
+								if(in_array($post['shop'],[35,39,40,41,46,49,58])){
 									$post['express'] = 83;
 									$post['express'] = 83;
-								}else if(in_array($post['shop'],[35,38,44])){
+								}else if(in_array($post['shop'],[38,44])){
 									$post['express'] = 85;
 									$post['express'] = 85;
 								}
 								}
 								//42有部分货发许昌仓 
 								//42有部分货发许昌仓 

+ 2 - 2
template/erp/fullordertt_edit.html

@@ -768,7 +768,7 @@ $(".yzxx").click(function() {
 	 let shop = "{$fullordertt['shop']}"
 	 let shop = "{$fullordertt['shop']}"
 	 shop = shop*1
 	 shop = shop*1
 	 if(source == 2){
 	 if(source == 2){
-		if([39,40,41,46,58].includes(shop)){
+		if([35,39,40,41,46,58].includes(shop)){
 			let express = $("select[name='express']").find("option:selected").val();
 			let express = $("select[name='express']").find("option:selected").val();
 			if(express != 83){
 			if(express != 83){
 				layx.confirm('提示','确定CBT发货模式店铺不走cbt吗?',null,{
 				layx.confirm('提示','确定CBT发货模式店铺不走cbt吗?',null,{
@@ -791,7 +791,7 @@ $(".yzxx").click(function() {
 			}else{
 			}else{
 				doyzxx_next()
 				doyzxx_next()
 			}
 			}
-		}else if([35,38,44].includes(shop)){
+		}else if([38,44].includes(shop)){
 			let express = $("select[name='express']").find("option:selected").val();
 			let express = $("select[name='express']").find("option:selected").val();
 			if(express != 85 && express != 87){
 			if(express != 85 && express != 87){
 				layx.confirm('提示','确定shipping发货模式店铺不走shipping吗?',null,{
 				layx.confirm('提示','确定shipping发货模式店铺不走shipping吗?',null,{