操控增加国际化代码,修改列表action检索
This commit is contained in:
@@ -547,8 +547,9 @@ $(function(){
|
||||
|
||||
//处理增强字符串配置的匹配区域
|
||||
$(".district").each(function(){
|
||||
if($(this).siblings(".otherValue").val()!=''){
|
||||
if($(this).val()!=$(this).siblings(".otherValue").val()){
|
||||
var otherVal = $(this).siblings(".otherValue").val();
|
||||
if(otherVal != '' && typeof otherVal != 'undefined'){
|
||||
if($(this).val() != otherVal){
|
||||
$(this).find("option[value=others]").attr("selected","selected");
|
||||
$(this).siblings(".otherValue").prop("type","text");
|
||||
}
|
||||
|
||||
@@ -174,11 +174,14 @@ var importCfg=function(){
|
||||
}
|
||||
|
||||
// 代理-操控业务Profile Info
|
||||
if($("#profileSelId").val() == "" || $("#profileSelId").val() == null){
|
||||
$("span",$error).html($("#noneProfileTip").val());
|
||||
$error.removeClass("hide");
|
||||
$error.addClass("show");
|
||||
return false;
|
||||
if($("#functionId").val() == 215){
|
||||
if($("#profileSelId").val() == "" || $("#profileSelId").val() == null){
|
||||
$("span",$error).html($("#noneProfileTip").val());
|
||||
$error.removeClass("hide");
|
||||
$error.addClass("show");
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if(fileName==""){
|
||||
|
||||
Reference in New Issue
Block a user