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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org" layout:decorator="MasterPage/Layout.Empty">
 
<head>
    <meta charset="UTF-8" />
    <title th:text="'资源发布 - ' + ${systemName}"></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/jqgrid/ui.jqgrid-bootstrap.css'}" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/jquery.form-3.51.0.js'}"></script>
    <style>
        body {
            background-color: white;
            box-sizing: border-box;
            overflow-x: hidden;
        }
 
        .form-control {
            padding: 0.3rem 0.7rem;
            height: 34px;
            display: inline-block;
        }
 
        .control-label {
            padding-top: 0 !important;
            width: 160px;
            float: left;
            line-height: 30px;
            padding-right: 1.5em;
        }
 
        .control-group {
            margin-bottom: 1em;
        }
 
        .controls {
            margin-left: 160px;
        }
 
        .col-sm-3,
        .col-sm-6,.col-sm-12 {
            padding-left: 0;
            padding-right: 0;
        }
 
        .fade {
            display: none;
        }
 
        .in.fade {
            display: block;
        }
 
        .control-group error {
            border-color: #b94a48;
        }
 
        #button {
            color: #fff !important;
            background-color: #039cfd !important;
            border-color: #039cfd !important;
        }
 
        img {
            cursor: pointer;
        }
 
        .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }
        . {
            display: none;
        }
    </style>
 
    <script th:inline="javascript">
        /*<![CDATA[*/
        var pubdate = $("#pubdate").val();
 
        var f_project_def = function () {
            this.onTab = function (actionJ, params) { //切换页签
                var datasourceid = $("#datasourceid").val();
                var tablename = $("#tablename").val();
                var primarykey = $("#primarykey").val();
                var resMainInfoId=$("#resMainInfoId").val();
                var bianji=$("#bianji").val();
                var myaction = actionJ.action;
                var url = myaction + "?datasourceid="+datasourceid +"&tablename="+tablename+"&bianji="+bianji+"&random=" + Math.random();
                FTabPages.onTab({
                    container: "#div_" + myaction,
                    isErase: actionJ.isErase,
                    url: url,
                    type: 'post',
                    params: {"resMainInfoId":resMainInfoId,"primarykey":primarykey},
                    callback: function () {
                        jQuery(".date-picker").datepicker({ language: 'zh-CN',format: 'yyyy-mm-dd' });
                        if (actionJ.callback != null) {
                            actionJ.callback();
                        }
                    }
                });
            };
 
            FTabPages.init({
                container: "#div_ZiDuanBieMingBasic_Edit",
                isErase: false
            });
 
            return {
                onTab: function (actionJ, path) {
                    onTab(actionJ, path);
                }
            };
        }();
 
        $(function () {
            f_project_def.onTab({action: "ZiDuanBieMingBasic_Edit", isErase: false});
        });
        /*]]>*/
    </script>
</head>
 
<body>
<div id="rapp" layout:fragment="content" style="background-color: #fff;">
    <input type="hidden" id="datasourceid" th:value="${datasourceid}" />
    <input type="hidden" id="primarykey" th:value="${primarykey}" />
    <input type="hidden" id="tablename" th:value="${tablename}" />
    <input type="hidden" id="resMainInfoId" th:value="${resMainInfoId}"/>
    <input type="hidden" id="bianji" th:value="${bianji}"/>
    <div id="curtain" style="position:fixed!important;z-index:100;width:100%;height:100%;opacity:0.7;bottom:70px;visibility:collapse;color:white;text-align:center;display:table;">
        <div id="uploading" style="height:100px;width:200px;background-color:black;color:white;margin:auto;text-align:center;font-size:larger;display:table-cell;vertical-align:middle">
            上传中
        </div>
    </div>
    <div id="div_content" style="width: 100%;">
        <div class="tabbable tabbable-custom" id="divTabsView">
            <div class="tab-content" id="divContent">
                <div class="tab-pane active" id="tabContent" style="overflow-y: auto;">
                    <div class="row-fluid">
                        <div class="span12">
                            <!--BEGIN TABS-->
                            <div class="tabbable tabbable-custom">
 
                                <ul class="nav nav-tabs" role="tablist">
                                    <li class="nav-item">
                                        <a class="nav-link active" href="#tab_ZiDuanBieMingBasic_Edit" data-toggle="tab"
                                           onclick="f_project_def.onTab({ action: 'ZiDuanBieMingBasic_Edit', isErase: false })">
                                            <div class="top_tabs_li">字段别名设置</div>
                                        </a>
                                    </li>
                                </ul>
                                <div class="tab-content" style="border-left: 1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;">
                                    <div id="div_ZiDuanBieMingBasic_Edit">
 
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>