2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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 th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/PagingToolbar.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script src="/js/openresource.js"></script>
    <script src="/js/common/resource_set_gltc.js"></script>
    <style>
        body {
            padding: 0;
        }
        .pagination > li {
            display: inline;
        }
 
        #tbSet th, td {
            white-space: nowrap;
            text-align: center !important;
        }
 
        .x-grid-with-row-lines .x-grid-td {
            vertical-align: text-top;
        }
        .x-grid-view {
            overflow: hidden !important;
        }
        .x-body{
            overflow-x: hidden;
        }
        .DivHeight {
            height: 45px;
        }
 
        .form-horizontal .control-label {
            width: 70px;
        }
 
        [class*='span'] {
            margin-left: 0 !important;
        }
 
        .row-fluid [class*='span'] {
            margin-left: 0 !important;
        }
 
        .row {
            margin-left: 0;
            margin-right: 0;
        }
 
        .x-grid-row td,
        .x-grid-data-row td {
            border-right: 1px solid #E3E3E3;
        }
 
        .col-sm-12, .col-md-6, .col-lg-4, .col-xl-3 {
            padding-left: 0;
            padding-right: 0;
        }
 
        body {
            padding-bottom: 0px;
        }
 
        .x-grid-cell {
            line-height: 20px;
        }
    </style>
    <script th:inline="javascript">
        //查询
        function Search() {
            Ext.getCmp('gridexample').dockedItems.items[1].store.currentPage = 1;
            BusinessRefStore.load();
        }
    </script>
</head>
<body>
<div id="rapp">
    <div>
        <div class="span12" align="right" style="padding: 5px 50px;" >
            <button class="btn btn-primary" onclick="OpenAddWin()"><i class="fa fa-plus"></i> 添加</button>
        </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>