Commit 1549f0d6 by wangling

车牌号类型转换

parent 6a716a8b
......@@ -67,7 +67,9 @@ function toGjhs(objectValue,objectType) {
var jssj = new Date(curDate.getTime()).format("yyyy-MM-dd");//当前时间格式化
if (objectType == "4314"){
objectType = "006";
}
} else if (objectType == "6424"||objectType == "6423"||objectType == "6422"||objectType == "7888"||objectType == "6426"){
objectType = "005";
}
var url= "/toYsgjzs?projectName=00&yhCate=00&kssj="+ kssj + "&jssj=" + jssj + "&objValue=" + objectValue + "&objType=" + objectType;
window.open(url);
}
......@@ -82,7 +84,7 @@ function skgjfxData(objectValue,objectType){
var jssj = new Date(curDate.getTime()).format("yyyy-MM-dd");//当前时间格式化
if (objectType == "4314"){
objectType = "006";
} else if (objectType == "6424"){
} else if (objectType == "6424"||objectType == "6423"||objectType == "6422"||objectType == "7888"||objectType == "6426"){
objectType = "005";
}
var url = mapPath + "/#/TrackEcho/getTrackList/00/刑专智慧智慧侦查脑图/"+objectValue+"/"+objectType+"/"+kssj+"/"+jssj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment