Commit 9cb03dac authored by jay's avatar jay

云迹查询修改

parent c3e382b3
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
} }
function cleanVisitTime() { function cleanVisitTime() {
$("#signTimeNew").val("");
$("#seeStartTime").val(""); $("#seeStartTime").val("");
$("#seeEndTime").val(""); $("#seeEndTime").val("");
return false; return false;
...@@ -262,6 +263,7 @@ ...@@ -262,6 +263,7 @@
click: function () { click: function () {
$(this).dialog("close"); $(this).dialog("close");
window.open("/house365-hgs-web/cloudcustomer/list/" + $("#activeId").val(), "_self"); window.open("/house365-hgs-web/cloudcustomer/list/" + $("#activeId").val(), "_self");
// window.open("/house365-hgs-web/cloudcustomer/list/" + $("#activeId").val(), "_blank");
return true; return true;
} }
} }
......
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