|
|
|
@ -35,6 +35,11 @@
|
|
|
|
|
border-top: 1px solid #EEEEEE !important;
|
|
|
|
|
/* border-left: 1px solid #EEEEEE !important; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-input-block {
|
|
|
|
|
margin-left: 86px;
|
|
|
|
|
min-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -43,7 +48,7 @@
|
|
|
|
|
<div class="mainBox">
|
|
|
|
|
<div class="main-container">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;">共享表:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: auto !important;">共享表:</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<div class="layui-btn-container tag" lay-filter="ipTag" lay-allowclose="true" lay-newTag="true"
|
|
|
|
|
id="tag">
|
|
|
|
@ -85,7 +90,7 @@
|
|
|
|
|
type: "GET",
|
|
|
|
|
async: false,
|
|
|
|
|
url: "/QingLong/dataShare/getShareTable?system_id=" + systemId,
|
|
|
|
|
success: function (res) {
|
|
|
|
|
success: function (res) {
|
|
|
|
|
var ipArr = res;
|
|
|
|
|
|
|
|
|
|
var ipTpl = ipScript.innerHTML,
|
|
|
|
|