<!--<!DOCTYPE html>-->
|
<!--<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">-->
|
<!--<head>-->
|
<!--<meta charset="UTF-8"/>-->
|
<!--<title>关联图层设置</title>-->
|
<!--<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>-->
|
<!--<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/css/style.css'}"/>-->
|
<!--<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/css/bootstrap-extract.css'}"/>-->
|
<!--<link th:href="@{${pubzyWebRoot} + 'media/css/pagination.css'}" type="text/css" rel="stylesheet"/>-->
|
<!--<link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet"-->
|
<!--type="text/css"/>-->
|
<!--<!– 表单样式 –>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/jquery.min.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/layer/layer.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/tether.min.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/bootstrap.min.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'jqPaginator/jqpaginator.min.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/ext-all.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/locale/ext-lang-zh_CN.js'}"></script>-->
|
<!--<script src="/js/Extjs/ZYML/BusinessRefList.js"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>-->
|
<!--<script src="/js/openresource.js"></script>-->
|
<!--<style>-->
|
<!--.pagination > li {-->
|
<!--display: inline;-->
|
<!--}-->
|
|
<!--#tbSet th, td {-->
|
<!--white-space: nowrap;-->
|
<!--text-align: center !important;-->
|
<!--}-->
|
<!--</style>-->
|
<!--<script th:inline="javascript">-->
|
<!--//查询-->
|
<!--function Search() {-->
|
<!--Ext.getCmp('gridexample').dockedItems.items[1].store.currentPage = 1;-->
|
<!--BusinessRefStore.load();-->
|
<!--}-->
|
<!--//弹出添加窗口-->
|
<!--function OpenAddWin() {-->
|
<!--var search = window.location.search;-->
|
<!--var resourceid = "";-->
|
<!--if(search.indexOf("?") > -1){-->
|
<!--search = search.replace("?", "");-->
|
<!--resourceid = search.split('=')[1];-->
|
<!--}-->
|
<!--layer.open({-->
|
<!--type: 2,-->
|
<!--title: "添加关联",-->
|
<!--shadeClose: true,-->
|
<!--area: ["900px", "650px"],-->
|
<!--content: '../../common/resource_select?flag=gltc&resourceid=' + resourceid-->
|
<!--});-->
|
<!--}-->
|
<!--</script>-->
|
<!--</head>-->
|
<!--<body>-->
|
<!--<div id="rapp">-->
|
<!--<div>-->
|
<!--<div class="panel panel-default">-->
|
<!--<div class="panel-body SearchBox">-->
|
<!--<form id="SearchForm">-->
|
<!--<div class="row" style="display:block;">-->
|
<!--<div style="float: right;padding-right: 0.75em;">-->
|
<!--<a class="btn btn-primary" onclick="OpenAddWin();"><i class="fa fa-plus"></i> 添加</a>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--</form>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div id="grid" style="width: 100%"></div>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div id="resOtherInfo" style="padding:20px;display:none;">-->
|
<!--<input type="hidden" id="resrefid" />-->
|
<!--<div style="float:left;line-height:24px;width:100%;">-->
|
<!--<label style="float: left; margin-top: 10px;width:15%;">参数名称:</label>-->
|
<!--<div style="float:left;width:85%;">-->
|
<!--<input id="outputparam" name="outputparam" class="form-control col-sm-6"/>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div style="float:left;line-height:24px;width:100%;">-->
|
<!--<label style="float: left; margin-top: 10px;width:15%;">参数字段:</label>-->
|
<!--<div style="float:left;width:85%;">-->
|
<!--<input id="inputparam" name="inputparam" class="form-control col-sm-6"/>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div style="float:left;line-height:16px;width:100%;">-->
|
<!--<label style="float: left; margin-top: 10px;width:15%;">关联类型:</label>-->
|
<!--<div style="float:left;width:85%;">-->
|
<!--<select id="reftype" class="form-control col-sm-6">-->
|
<!--<option value="0">图层关联</option>-->
|
<!--<option value="1">对象关联</option>-->
|
<!--</select>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div style="margin-top:25px;float:right;">-->
|
<!--<button class="btn btn-primary" onclick="SaveOther()" type="button">-->
|
<!--<i class="fa fa-check"></i> 保存-->
|
<!--</button>-->
|
<!--<button class="btn btn-warning" id="close" type="button" onclick="ColseLayer()">-->
|
<!--<i class="fa fa-remove"></i> 取消-->
|
<!--</button>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--</body>-->
|
<!--</html>-->
|