|
|
@@ -755,7 +755,7 @@ $(".yzxx").click(function() {
|
|
|
let shop = "{$fullordertt['shop']}"
|
|
|
shop = shop*1
|
|
|
if(source == 2){
|
|
|
- if([35,38,39,40,41,44,46,58].includes(shop)){
|
|
|
+ if([35,39,40,41,44,46,58].includes(shop)){
|
|
|
let express = $("select[name='express']").find("option:selected").val();
|
|
|
if(express != 83){
|
|
|
layx.confirm('提示','确定CBT发货模式店铺不走cbt吗?',null,{
|
|
|
@@ -778,6 +778,29 @@ $(".yzxx").click(function() {
|
|
|
}else{
|
|
|
doyzxx_next()
|
|
|
}
|
|
|
+ }else if([38].includes(shop)){
|
|
|
+ let express = $("select[name='express']").find("option:selected").val();
|
|
|
+ if(express != 85){
|
|
|
+ layx.confirm('提示','确定shipping发货模式店铺不走shipping吗?',null,{
|
|
|
+ buttons:[
|
|
|
+ {
|
|
|
+ label:'确定',
|
|
|
+ callback:function(id, button, event){
|
|
|
+ layx.destroy(id);
|
|
|
+ doyzxx_next()
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label:'取消',
|
|
|
+ callback:function(id, button, event){
|
|
|
+ return layx.destroy(id);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ doyzxx_next()
|
|
|
+ }
|
|
|
}else{
|
|
|
doyzxx_next()
|
|
|
}
|