|
@@ -581,7 +581,7 @@ $("#currency").change(function(){
|
|
|
var io = $(this).find("option:selected").val();
|
|
|
var gj =$("select[name='express']").find("option:selected").val();
|
|
|
if( (![66,67].includes(gj*1)) && io == 'IOSS243131124412071487821'){
|
|
|
- layx.alert('提示','此物流不可选择!',null,{dialogIcon:'error'});
|
|
|
+ layx.alert('提示','该物流方式不可选用IOSS号!',null,{dialogIcon:'error'});
|
|
|
$("select[name=ioss]").find("option[value='']").prop("selected","selected");
|
|
|
}
|
|
|
});
|