Commit 1ab4ec3b authored by jay's avatar jay

云迹拉取修改

parent 0841f68d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<ul class="breadcrumb"> <ul class="breadcrumb">
<li> <li>
<span class="divider" style="color:#26a0da;font-weight:bold;">/</span> <span class="divider" style="color:#26a0da;font-weight:bold;">/</span>
<a href="${ctx}/cloudactivity/list">云迹活动列表</a> <a href="${ctx}/cloudactivity/pullList">云迹拉取数据列表</a>
</li> </li>
<li class="active"> <li class="active">
<span class="divider" style="color:#26a0da;font-weight:bold;">/</span> <span class="divider" style="color:#26a0da;font-weight:bold;">/</span>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<a class="btn" onclick="btnSubmit();">搜索</a> <a class="btn" onclick="btnSubmit();">搜索</a>
</div> </div>
<div style="margin-left: 80%"> <div style="margin-left: 80%">
<button type="button" class="btn btn-default" onclick="toAddCloud()">创建活动</button> <%--<button type="button" class="btn btn-default" onclick="toAddCloud()">创建活动</button>--%>
<shiro:hasPermission name="FUNC:CUSTOMCLOUD"> <shiro:hasPermission name="FUNC:CUSTOMCLOUD">
<button type="button" class="btn btn-default" onclick="showModalNew()" style="margin-left: 10px">定制云迹数据</button> <button type="button" class="btn btn-default" onclick="showModalNew()" style="margin-left: 10px">定制云迹数据</button>
</shiro:hasPermission> </shiro:hasPermission>
...@@ -240,9 +240,9 @@ ...@@ -240,9 +240,9 @@
$("#cloudModal").modal('show'); $("#cloudModal").modal('show');
}; };
var toAddCloud = function () { // var toAddCloud = function () {
window.open("/house365-hgs-web/cloudactivity/toAdd", "_blank"); // window.open("/house365-hgs-web/cloudactivity/toAdd", "_blank");
}; // };
var checkNum = 0; var checkNum = 0;
function checkAll(btn) { function checkAll(btn) {
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
class="m-wrap small" placeholder="活动名称">&nbsp;&nbsp;&nbsp;&nbsp; class="m-wrap small" placeholder="活动名称">&nbsp;&nbsp;&nbsp;&nbsp;
<a class="btn" onclick="btnSubmit();">搜索</a> <a class="btn" onclick="btnSubmit();">搜索</a>
</div> </div>
<div style="margin-left: 80%">
<button type="button" class="btn btn-default" onclick="toAddCloud()">创建活动</button>
</div>
</form> </form>
<table class="table table-bordered table-advance table-hover"> <table class="table table-bordered table-advance table-hover">
...@@ -116,6 +119,10 @@ ...@@ -116,6 +119,10 @@
window.open("/house365-hgs-web/cloudcustomer/list/" + id, "_blank"); window.open("/house365-hgs-web/cloudcustomer/list/" + id, "_blank");
} }
var toAddCloud = function () {
window.open("/house365-hgs-web/cloudactivity/toAdd", "_blank");
};
</script> </script>
</body> </body>
</html> </html>
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