--样式修改
This commit is contained in:
parent
b5f6f9c8d3
commit
9c9b14f1b7
|
@ -619,6 +619,73 @@ kubernetes-container-terminal .terminal-actions {
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.layout-pf.layout-pf-fixed .container-pf-nav-pf-vertical {
|
||||
margin-left: 170px;
|
||||
}
|
||||
.nav-pf-vertical {
|
||||
width: auto;
|
||||
min-width: 170px;
|
||||
}
|
||||
.nav-pf-vertical .list-group > .list-group-item > a {
|
||||
width: auto;
|
||||
}
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .fa,
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .glyphicon,
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .pficon {
|
||||
line-height: 25px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a img {
|
||||
max-height: 16px;
|
||||
max-width: 16px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.navbar-tab-vertical {
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: #1d1d1d;
|
||||
border-color: #1d1d1d;
|
||||
}
|
||||
.navbar-tab-horizontal {
|
||||
height: 100%;
|
||||
width: 100px;
|
||||
display: block;
|
||||
background: #1d1d1d;
|
||||
border-color: #1d1d1d;
|
||||
}
|
||||
.gesture {
|
||||
cursor: pointer;
|
||||
}
|
||||
.navbar-lf {
|
||||
width: 200px;
|
||||
min-height: 800px;
|
||||
background: #1d1d1d;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0px;
|
||||
}
|
||||
.navbar-lf-menu {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
.log-img {
|
||||
width: "66";
|
||||
height: "21";
|
||||
alt: "logo";
|
||||
}
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
a.logo {
|
||||
display: block;
|
||||
width: 130px;
|
||||
padding: 20px 0 0 40px;
|
||||
}
|
||||
.content-margin {
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
||||
.environment-row a {
|
||||
color: black;
|
||||
}
|
||||
|
@ -1097,70 +1164,3 @@ a:hover.data_file_btn {
|
|||
margin-left: -15px;
|
||||
background: url(../img/icons2.gif) -6px 9px no-repeat;
|
||||
}
|
||||
|
||||
.layout-pf.layout-pf-fixed .container-pf-nav-pf-vertical {
|
||||
margin-left: 170px;
|
||||
}
|
||||
.nav-pf-vertical {
|
||||
width: auto;
|
||||
min-width: 170px;
|
||||
}
|
||||
.nav-pf-vertical .list-group > .list-group-item > a {
|
||||
width: auto;
|
||||
}
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .fa,
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .glyphicon,
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a .pficon {
|
||||
line-height: 25px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.nav-pf-vertical > .list-group > .list-group-item > a img {
|
||||
max-height: 16px;
|
||||
max-width: 16px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.navbar-tab-vertical {
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: #1d1d1d;
|
||||
border-color: #1d1d1d;
|
||||
}
|
||||
.navbar-tab-horizontal {
|
||||
height: 100%;
|
||||
width: 100px;
|
||||
display: block;
|
||||
background: #1d1d1d;
|
||||
border-color: #1d1d1d;
|
||||
}
|
||||
.gesture {
|
||||
cursor: pointer;
|
||||
}
|
||||
.navbar-lf {
|
||||
width: 200px;
|
||||
min-height: 800px;
|
||||
background: #1d1d1d;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0px;
|
||||
}
|
||||
.navbar-lf-menu {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
.log-img {
|
||||
width: "66";
|
||||
height: "21";
|
||||
alt: "logo";
|
||||
}
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
a.logo {
|
||||
display: block;
|
||||
width: 130px;
|
||||
padding: 20px 0 0 40px;
|
||||
}
|
||||
.content-margin {
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,9 +16,9 @@ a:hover,a:active{color:#333;}
|
|||
.cl{ clear:both; overflow:hidden;}
|
||||
/* public*/
|
||||
.mt2{margin-top: 3px;}
|
||||
.mt5{ margin-top: 5px;}.mt10{ margin-top: 10px;}
|
||||
.mt5{ margin-top: 5px;}.mt10{ margin-top: 10px;}.mt15{ margin-top: 15px;}
|
||||
.ml5{ margin-left:5px;}.ml10{ margin-left:10px;}.ml15{ margin-left:15px;}
|
||||
.mr5{ margin-right:5px;}.mr10{ margin-right:10px;}
|
||||
.mr5{ margin-right:5px;}.mr10{ margin-right:10px;}.mr15{ margin-right:15px;}.mr17{ margin-right:17px;}.mr20{ margin-right:20px;}
|
||||
.mb10{ margin-bottom: 10px;}
|
||||
a.sj_btn_grey{ display:inline-block; padding:0px 15px; height:30px; line-height:30px; -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; background-image:-webkit-linear-gradient(top, #fdfdfd,#e8e8e8);background-image:linear-gradient(top,#fdfdfd,#e8e8e8); border:1px solid #cecece; color:#505050;}
|
||||
a:hover.sj_btn_grey{ background-image:-webkit-linear-gradient(top, #eeeeee,#d3d3d3);background-image:linear-gradient(top,#eeeeee,#d3d3d3);}
|
||||
|
@ -126,7 +126,7 @@ treecontrol li:hover{}
|
|||
.sj_btn{ box-shadow:none; -webkit-box-shadow:none; font-weight: normal; background:none; color:#0088cc;}
|
||||
.sj_btn:hover{ color: #005580;}
|
||||
.sj_form_input input{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:310px;box-shadow: inset 0px 0px 3px #dcdcdc;}
|
||||
.sj_alert-warning{ background-color: #fff6d0; border-color:#f6e7aa; color: #fd5f00; margin-top:10px;}
|
||||
.sj_alert-warning{ background-color: #fff6d0; border-color:#f6e7aa; color: #fd5f00; }
|
||||
.help-block{ color: #fd5f00;}
|
||||
.alert{ padding:10px 15px; margin-bottom:0;}
|
||||
.sj_control-label{ padding:0; line-height:30px; }
|
||||
|
@ -156,28 +156,27 @@ treecontrol li:hover{}
|
|||
.sj_c_red{ color:#c00000;}
|
||||
.sj_table_border{ border:1px solid #ddd;}
|
||||
|
||||
/*查看弹框 20161018byLB*/
|
||||
.box_chakan{ width: 750px; padding:15px; line-height: 1.9; }
|
||||
.box_chakan h2{ font-size: 14px; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; padding-left: 15px;}
|
||||
.box_chakan li{ margin-bottom: 10px;}
|
||||
.box_chakan_leftinfo{ display:inline-block; width: 120px; text-align: right;}
|
||||
.box_chakan_maxinfo{ display:inline-block; width: 600px; text-align: left; color: #666; }
|
||||
.box_chakan_mininfo{ display:inline-block; width: 230px; text-align: left; color: #666; }
|
||||
.box_chakan_smallinfo{ display:inline-block; width: 140px; text-align: left; color: #666; }
|
||||
|
||||
/*查看弹框 20161018byLB*/
|
||||
.box_chakan{ width: 720px;background:#f4f4f4; padding:15px; line-height: 1.9; }
|
||||
.box_chakan h2{ font-size: 14px; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; padding-left: 15px;}
|
||||
.box_chakan{ width: 750px;background:none; padding:15px; line-height: 1.9; }
|
||||
.box_chakan h2{ font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 10px; padding-left: 15px;}
|
||||
.box_chakan li{ margin-bottom: 10px;}
|
||||
.box_chakan_leftinfo{ display:inline-block; width: 100px; text-align: right;}
|
||||
.box_chakan_leftinfo{ display:inline-block; width: 110px; text-align: right; font-weight: bold;}
|
||||
.box_chakan_maxinfo{ display:inline-block; width: 600px; text-align: left; color: #666; }
|
||||
.box_chakan_mininfo{ display:inline-block; width: 250px; text-align: left; color: #666; }
|
||||
.box_chakan_smallinfo{ display:inline-block; width: 140px; text-align: left; color: #666; }
|
||||
/*查看弹框 20161027byLB*/
|
||||
.sj_box_w440{ width: 430px; height: 400px; overflow-x:scroll; border:1px solid #eee;background: #fff; color: #666; padding:5px;}
|
||||
.sj_new_box02{ width:450px; margin:0 auto; padding:20px; }
|
||||
.sj_box_w440{ width: 430px; height: 400px; overflow-x:scroll; border:1px solid #ddd;background: #fff; color: #666; padding:5px;}
|
||||
.sj_box_w470{ width: 471px; height: 400px; overflow-x:scroll; border:1px solid #ddd;background: #fff; color: #666; padding:5px;}
|
||||
.sj_box_w535{ width: 535px; height: 400px; overflow-x:scroll; border:1px solid #ddd;background: #fff; color: #666; padding:5px;}
|
||||
.sj_new_box02{ width:580px; margin:0 auto; padding:20px; }
|
||||
.sj_new_box03{ width:880px; margin:0 auto; }
|
||||
.sj_new_box04{ width:960px; margin:0 auto; }
|
||||
.sj_new_box05{ width:540px; margin:0 auto; }
|
||||
.sj_width440{width: 440px;}
|
||||
.sj_width470{width: 470px;}
|
||||
.sj_width535{width: 535px;}
|
||||
.sj_box_w580{width:560px;}
|
||||
.fb{ font-weight: bold;}
|
||||
.mr60{ margin-right: 60px;}
|
||||
.sj_link{padding-left: 60px; width: 360px;}
|
||||
|
@ -186,8 +185,18 @@ treecontrol li:hover{}
|
|||
.sj_new_table02{border-top: 1px solid #ddd; border-left: 1px solid #ddd;}
|
||||
.sj_new_table02 tr{ line-height:30px; }
|
||||
.sj_new_table02 td,.sj_new_table02 th{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
|
||||
.sj_popup_toptxt { font-weight: bold; text-align: center; color: #333; }
|
||||
table tr.sj_popup_toptxt th{ font-weight: bold; text-align: center; color: #333; }
|
||||
.sj_popup_boxrightline{ border-right:1px solid #ddd; }
|
||||
.sj_popup_lefttxt { width: 105px; text-align: right;padding:0 5px; }
|
||||
.sj_popup_lefttxt { width: 105px; text-align: right;padding:0 5px; font-weight: bold; }
|
||||
.sj_popup_midtxt { width: 348px; margin-bottom: 10px; color: #666; padding:0 5px;}
|
||||
.sj_popup_righttxt { width: 50px; margin-bottom: 10px; text-align: center; padding:0 5px;}
|
||||
.sj_popup_righttxt { width: 50px; margin-bottom: 10px; text-align: center; padding:0 5px;}
|
||||
|
||||
|
||||
.sj_select_box{ height: 30px; line-height: 30px;}
|
||||
.help-block{ margin-top: 0;}
|
||||
.col-md-12{ padding-left:0; padding-right:20px;}
|
||||
.sj_link_blue{ color:#2a84e9; border:none; padding:0; margin:0; background: none; text-align: left; margin-left: -5px;}
|
||||
.sj_link_blue:hover{ color: #0d62c1;}
|
||||
.table_sj_td_center tr td{ text-align: center;}
|
||||
.sj_popup_txtbold { width: 105px; text-align: center;padding:0 5px; font-weight: bold; }
|
||||
.sj_popup_p{ width:540px; text-align:center; color: #666;}
|
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
</script>
|
||||
<script type="text/ng-template" id="systemInfo.html">
|
||||
<div class="sj_new_box">
|
||||
<div class="sj_new_box mt10">
|
||||
<div class=" mb10">
|
||||
<ul class="box_chakan">
|
||||
<h2 class="mb10">查看详情</h2>
|
||||
|
@ -162,23 +162,24 @@
|
|||
<input type="checkbox" ng-model="checkboxes.checked" class="select-all" value=" " />
|
||||
</script>
|
||||
<script type="text/ng-template" id="sqlView.html">
|
||||
<div class="sj_new_box03">
|
||||
<div class="sj_new_box04">
|
||||
<h2 class="sj_popup_h2 mb10">{{title}}_{{ngDialogData.item.areaCode}}_{{ngDialogData.item.sysCode}}.sql</h2>
|
||||
<div class="clear mb10">
|
||||
<ul class="fl sj_width440">
|
||||
<ul class="fl sj_width470">
|
||||
<li><span class="fb">默认脚本:</span>{{ngDialogData.item[ngDialogData.type + 'StandardModified']}}</li>
|
||||
<li class="sj_link">{{ngDialogData.item[ngDialogData.type + 'PathStandard']}}</li>
|
||||
</ul>
|
||||
<div class="fl sj_width440">
|
||||
<button class="sj_btn_green fl" ng-click="upLoadSqlFile()">上传</button>
|
||||
<div class="fr sj_width470 mr5 mt10">
|
||||
<button class="sj_btn_green fr" ng-click="upLoadSqlFile()">上传</button>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
</div>
|
||||
<div class="clear mb10">
|
||||
<div class="sj_box_w440 fl">
|
||||
<div class="sj_box_w470 fl">
|
||||
<p ng-bind="old_content">
|
||||
</p>
|
||||
</div>
|
||||
<div class=" sj_box_w440 fl ml15">
|
||||
<div class=" sj_box_w470 fl ml15">
|
||||
<p ng-bind="new_content">
|
||||
</p>
|
||||
</div>
|
||||
|
@ -193,11 +194,12 @@
|
|||
</script>
|
||||
<script type="text/ng-template" id="sqlAdd.html">
|
||||
<div class="sj_new_box02">
|
||||
<h2 class="sj_popup_h2 mb10">{{title}}_{{ngDialogData.item.areaCode}}_{{ngDialogData.item.sysCode}}.sql</h2>
|
||||
<div class="clear mb10">
|
||||
<h2 class="sj_popup_h2 mt10 fl">{{title}}_{{ngDialogData.item.areaCode}}_{{ngDialogData.item.sysCode}}.sql</h2>
|
||||
<div class="clear mb10 fr mr5">
|
||||
<button class="sj_btn_green fl" ng-click="sqlFileUpload()">上传</button>
|
||||
</div>
|
||||
<div class="sj_box_w440 mb10">
|
||||
<div class="cl"></div>
|
||||
<div class="sj_box_w535 mb10">
|
||||
<p>{{content}}</p>
|
||||
</div>
|
||||
<div class=" clear">
|
||||
|
@ -250,19 +252,19 @@
|
|||
<li class="sj_link">{{ngDialogData.item[ngDialogData.type + 'PathLast']}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sj_box_w440 mb10">
|
||||
<div class="sj_box_w535 mb10">
|
||||
<p ng-bind="content"></p>
|
||||
</div>
|
||||
<div class=" clear">
|
||||
<button class="btn pull-right sj_btn_blue " ng-disabled="!content && content != ''" ng-click="move()">归档</button>
|
||||
<button class="btn pull-right sj_btn_blue " style="color:#fff;" ng-disabled="!content && content != ''" ng-click="move()">归档</button>
|
||||
<button class="sj_btn_grey mr5 fr" ng-click="cancel()">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
<script type="text/ng-template" id="sysVerificationUpdate.html">
|
||||
<div class="sj_new_box03 ">
|
||||
<h2 class="sj_popup_h2 mb10">{{ngDialogData.areaCode}} {{ngDialogData.cityName}} {{ngDialogData.districtName}} {{ngDialogData.sysName}}</h2>
|
||||
<table class="sj_new_table02 mb10" cellpadding="0" cellspacing="0">
|
||||
<div class="sj_new_box03 mt10 ">
|
||||
<h2 class="sj_popup_h2 mb10 ml10 mt15">{{ngDialogData.areaCode}} {{ngDialogData.cityName}} {{ngDialogData.districtName}} {{ngDialogData.sysName}}</h2>
|
||||
<table class="sj_new_table02 mb10 ml10" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr class="sj_popup_toptxt ">
|
||||
<th> </th>
|
||||
|
@ -348,10 +350,10 @@
|
|||
<tr>
|
||||
<td class="sj_popup_lefttxt">业务范围</td>
|
||||
<td class="sj_popup_midtxt">
|
||||
<span ng-repeat="item in data1.workRange">{{item}}</span>
|
||||
<span ng-repeat="item in data1.workRange" class="mr5">{{item}}</span>
|
||||
</td>
|
||||
<td class="sj_popup_midtxt">
|
||||
<span ng-repeat="item in data2.workRange">{{item}} </span>
|
||||
<span ng-repeat="item in data2.workRange" class="mr5">{{item}} </span>
|
||||
</td>
|
||||
<td class="sj_popup_righttxt">
|
||||
<input type="checkbox" ng-show="data2.workRange && data2.workRange.length > 0" ng-click="click($event, 'workRange')">
|
||||
|
@ -360,29 +362,56 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<div class=" clear">
|
||||
<button class="btn pull-right sj_btn_blue" ng-disabled="checkboxItmes.length==0" ng-click="replace()">更新</button>
|
||||
<button class="btn pull-right sj_btn_blue mr15" ng-disabled="checkboxItmes.length==0" ng-click="replace()">更新</button>
|
||||
<button class="sj_btn_grey mr5 fr" ng-click="cancel()">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
<script type="text/ng-template" id="statusHelp.html">
|
||||
<table border="1" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td>第一行第一栏</td>
|
||||
<td >第一行的第二</td>
|
||||
<td>第一行第三栏</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>第二行及第三行 的 第一栏</td>
|
||||
<td>第二行第二栏</td>
|
||||
<td>第二行第三栏</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>第三行第一栏</td>
|
||||
<td>第三行第二栏</td>
|
||||
<td>第三行第三栏</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="sj_new_box05">
|
||||
<h2 class="sj_popup_h2 mb10 mt10">帮助</h2>
|
||||
<table class="sj_new_table02 mb10" cellpadding="0" cellspacing="0">
|
||||
<thead >
|
||||
<tr class="sj_popup_toptxt ">
|
||||
<th >操作</th>
|
||||
<th >归档脚本</th>
|
||||
<th >新版版本</th>
|
||||
<th >详细说明</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr >
|
||||
<td class="sj_popup_txtbold">审核</td>
|
||||
<td class="sj_popup_txtbold">有</td>
|
||||
<td class="sj_popup_txtbold">有</td>
|
||||
<td class=" sj_popup_midtxt">保留:删除新版脚本文件,保留现有归档脚本
|
||||
<br/>替换:新版脚本文件移动并覆盖原有归档脚本</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sj_popup_txtbold">上传</td>
|
||||
<td class="sj_popup_txtbold">无</td>
|
||||
<td class="sj_popup_txtbold">无</td>
|
||||
<td class=" sj_popup_midtxt">选择本地脚本文件,系统按照命名规范重命名文件并归档</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sj_popup_txtbold">归档</td>
|
||||
<td class="sj_popup_txtbold">无</td>
|
||||
<td class="sj_popup_txtbold">有</td>
|
||||
<td class=" sj_popup_midtxt">将上报的脚本文件移动到归档路径进行归档</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sj_popup_txtbold">查看</td>
|
||||
<td class="sj_popup_txtbold">有</td>
|
||||
<td class="sj_popup_txtbold">无</td>
|
||||
<td class=" sj_popup_midtxt">重新上传:选择本地脚本文件,系统按照命名规范重命名文件并覆盖现有的归档脚本</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="sj_popup_p">
|
||||
<p>一键归档:待归档状态的所有脚本文件,后台一次性全部归档</p>
|
||||
<p>一键审核:待审核状态的所有脚本文件,后台一次性全部替换</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</script>
|
||||
<div ng-controller="Kubernetes.TopLevel">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div ng-hide="model.regionalismInfo.length" class="align-center">
|
||||
<p class="alert alert-info">当前没有可以查看的数据.</p>
|
||||
</div>
|
||||
<div ng-show="model.regionalismInfo.length">
|
||||
<div ng-show="model.regionalismInfo.length" class="mr20">
|
||||
<table ng-table="tableParams" class="table table-condensed table-bordered table-striped" show-filter="true">
|
||||
<tr ng-repeat="row in $data">
|
||||
<td title="'行政区划代码'" filter="{ code: 'text'}" sortable="'code'">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div ng-hide="model.systemInfo.length" class="align-center">
|
||||
<p class="alert alert-info">当前没有可以查看的数据.</p>
|
||||
</div>
|
||||
<div ng-show="model.systemInfo.length">
|
||||
<div ng-show="model.systemInfo.length" class="mr20">
|
||||
<table ng-table="tableParams" class="table table-condensed table-bordered table-striped" show-filter="true">
|
||||
<tr ng-repeat="row in $data">
|
||||
<td title="'系统编码'" filter="{ code: 'text'}" sortable="'code'">
|
||||
|
|
|
@ -2,29 +2,27 @@
|
|||
<div hawtio-tabs></div>
|
||||
<div class="container-content ">
|
||||
<div class="container-fluid sj_fluid">
|
||||
<div class="row clear fl">
|
||||
<div class="row clear fl mb10">
|
||||
<!--<input type="checkbox" class="fl mr5 " style="margin-top: 8px;" />
|
||||
<label class="fl mr5 " style="margin-top: 5px; font-style:nomal;">全选</label>-->
|
||||
<span class="pull-right"> </span>
|
||||
<span class="pull-right"> </span>
|
||||
<button class="btn pull-right sj_btn_grey " ng-click="downloadFilePackage()">
|
||||
<button class="btn pull-right sj_btn_grey " ng-click="downloadFilePackage()">
|
||||
<i class="glyphicon glyphicon-save"></i> 文件包导出
|
||||
</button>
|
||||
<span class="pull-right"> </span>
|
||||
<button class="btn pull-right sj_btn_grey " ng-click="downLoadExcelFile()">
|
||||
<button class="btn pull-right sj_btn_grey mr5" ng-click="downLoadExcelFile()">
|
||||
<i class="glyphicon glyphicon-export"></i> Excel导出
|
||||
</button>
|
||||
<span class="pull-right"> </span>
|
||||
<button class="sj_btn_green fl" ng-click="upLoadExcelFile()">
|
||||
<button class="sj_btn_green fl mr5" ng-click="upLoadExcelFile()">
|
||||
<i class="glyphicon glyphicon-import"></i>Excel导入
|
||||
</button>
|
||||
</div>
|
||||
<div ng-show="true">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12" style="padding-left:0; padding-right:20px;">
|
||||
<div ng-show="model.length == 0" class="alert alert-warning sj_alert-warning">
|
||||
<span class="help-block">
|
||||
当前没有可以查看的数据,请点击Excel导入按钮导入Excel数据</span></div>
|
||||
<table ng-show="model.length != 0" ng-table-dynamic="tableParams with columns" class="table table-condensed table-bordered table-striped">
|
||||
<table ng-show="model.length != 0" ng-table-dynamic="tableParams with columns" class="table table-condensed table-bordered table-striped table_sj_td_center">
|
||||
<tr ng-repeat="row in $data">
|
||||
<td ng-repeat="col in $columns">
|
||||
<span ng-show="col.field != 'id'">{{row[col.field]}}</span>
|
||||
|
|
|
@ -1,47 +1,49 @@
|
|||
<div ng-controller="System.SystemSQLManagement">
|
||||
<div hawtio-tabs></div>
|
||||
<div class="container-fluid sj_fluid">
|
||||
<div class="row clear fl">
|
||||
<label>行政区划代码</label>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control" ng-change="citySelect(x)" ng-model="x" ng-init="x='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="city in cities">{{city}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control" ng-change="countrySelect(y)" ng-model="y" ng-init="y='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="country in countries">{{country.name}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control" ng-change="statusSelect(z)" ng-model="z" ng-init="z='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="value in status">{{value.label}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="quickCheck()">
|
||||
<i class="glyphicon glyphicon-save"></i> 一键审核
|
||||
</button>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="quitFile()">
|
||||
<i class="glyphicon glyphicon-save"></i> 一键归档
|
||||
</button>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<!--<button class="btn btn-danger pull-right sj_btn_grey " ng-click="help()">-->
|
||||
<i style="cursor:pointer" class="glyphicon glyphicon-question-sign " ng-click="help()" title="查看状态详情"></i>
|
||||
<!--</button> -->
|
||||
<div class="mb10 clear">
|
||||
<div class="row clear fl mr5 mt5">
|
||||
<label>行政区划代码</label>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control sj_select_box" ng-change="citySelect(x)" ng-model="x" ng-init="x='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="city in cities">{{city}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control sj_select_box" ng-change="countrySelect(y)" ng-model="y" ng-init="y='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="country in countries">{{country.name}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl mr10">
|
||||
<select class="form-control sj_select_box" ng-change="statusSelect(z)" ng-model="z" ng-init="z='all'">
|
||||
<option value="all">全部</option>
|
||||
<option ng-repeat="value in status">{{value.label}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fr mt5 ml5 mr20">
|
||||
<!--<button class="btn btn-danger pull-right sj_btn_grey " ng-click="help()">-->
|
||||
<i style="cursor:pointer; font-size:18px;" class="glyphicon glyphicon-question-sign " ng-click="help()" title="查看状态详情"></i>
|
||||
<!--</button> -->
|
||||
</div>
|
||||
<div class="row clear fr">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="quitFile()">
|
||||
<i class="glyphicon glyphicon-save"></i> 一键归档
|
||||
</button>
|
||||
</div>
|
||||
<div class="row clear fr">
|
||||
<button class="btn pull-right sj_btn_grey mr5" ng-disabled="!checkable" ng-click="quickCheck()">
|
||||
<i class="glyphicon glyphicon-save"></i> 一键审核
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div ng-show="tableParams.dataset.length<=0" class="alert alert-warning sj_alert-warning">
|
||||
<span class="help-block">
|
||||
当前没有查到符合过滤条件的数据,请重新选择过滤条件</span></div>
|
||||
<table ng-table="tableParams" class="table table-condensed table-bordered table-striped">
|
||||
<table ng-table="tableParams" class="table table-condensed table-bordered table-striped table_sj_td_center">
|
||||
<colgroup>
|
||||
<col width="2%" />
|
||||
<col width="10%" />
|
||||
|
|
|
@ -1,34 +1,36 @@
|
|||
<div ng-controller="System.SystemVerificationController">
|
||||
<div hawtio-tabs></div>
|
||||
<div class="container-content ">
|
||||
<div class="container-fluid sj_fluid">
|
||||
<div class="row clear fl">
|
||||
<label>行政区划代码</label>
|
||||
<div class="container-fluid sj_fluid ">
|
||||
<div class="mb10 clear">
|
||||
<div class="row clear fl mr5 mt5">
|
||||
<label>行政区划代码</label>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control sj_select_box" ng-change="citySelect(x)" ng-model="x" ng-init="x='all'">
|
||||
<option value="all">请选择市级</option>
|
||||
<option ng-repeat="city in cities">{{city}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl mr10">
|
||||
<select class="form-control sj_select_box" ng-change="countrySelect(y)" ng-model="y" ng-init="y='all'">
|
||||
<option value="all">请选择区/县</option>
|
||||
<option ng-repeat="country in countries">{{country.name}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fr mr20">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="deleteRows()">
|
||||
<i class="glyphicon glyphicon-save"></i> 删除
|
||||
</button>
|
||||
</div>
|
||||
<div class="row clear fr mr5">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="check()">
|
||||
<i class="glyphicon glyphicon-save"></i> 校验
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control" ng-change="citySelect(x)" ng-model="x" ng-init="x='all'">
|
||||
<option value="all">请选择市级</option>
|
||||
<option ng-repeat="city in cities">{{city}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<select class="form-control" ng-change="countrySelect(y)" ng-model="y" ng-init="y='all'">
|
||||
<option value="all">请选择区/县</option>
|
||||
<option ng-repeat="country in countries">{{country.name}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="check()">
|
||||
<i class="glyphicon glyphicon-save"></i> 校验
|
||||
</button>
|
||||
</div>
|
||||
<div class="row clear fl">
|
||||
<button class="btn pull-right sj_btn_grey " ng-disabled="!checkable" ng-click="deleteRows()">
|
||||
<i class="glyphicon glyphicon-save"></i> 删除
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<table ng-show="tableData.length > 0" ng-table="tableParams" class="table table-condensed table-bordered table-striped">
|
||||
<div class="col-md-12 clear">
|
||||
<table ng-show="tableData.length > 0" ng-table="tableParams" class="table table-condensed table-bordered table-striped table_sj_td_center">
|
||||
<colgroup>
|
||||
<col width="2%" />
|
||||
</colgroup>
|
||||
|
@ -43,8 +45,8 @@
|
|||
<td title="'市'">{{row.cityName}}</td>
|
||||
<td title="'区/县'">{{row.districtName}}</td>
|
||||
<td title="'行政区划代码'">{{row.areaCode}}</td>
|
||||
<td title="'更新'">
|
||||
<button ng-show="row.collUpdate == '是'" class="btn sj_btn" ng-click="update(row)"> 是</button>
|
||||
<td title="'更新'" class="sj_td_center">
|
||||
<button ng-show="row.collUpdate == '是'" class="sj_link_blue" ng-click="update(row)"> 是</button>
|
||||
<span ng-hide="row.collUpdate == '是'">否</span>
|
||||
</td>
|
||||
<td title="'系统名称'">{{row.sysName}}</td>
|
||||
|
@ -55,7 +57,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<div ng-hide="tableData.length > 0" class="col-sm-12 alert alert-warning sj_alert-warning">
|
||||
<span class="help-block">
|
||||
<span class="help-block" >
|
||||
当前没有选择需要校验的数据,请选择需要校验的数据!
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -21,7 +21,7 @@ module System{
|
|||
{ field: "cityName", title: "市", filter: { cityName: 'text' }, show: true },
|
||||
{ field: "districtName", title: "区/县", filter: { districtName: 'text' }, show: true },
|
||||
{ field: "areaCode", title: "行政区划代码", filter: {areaCode: 'text'}, show: true },
|
||||
{ field: "areaLevel", title: "级次", filter: { areaLevel: "select" }, filterData: levelType(), show: true },
|
||||
{ field: "areaLevel", title: "地区级次", filter: { areaLevel: "select" }, filterData: levelType(), show: true },
|
||||
{ field: "sysName", title: "信息系统名称", filter: { sysName: "text" }, show: true },
|
||||
{ field: "departmentManager", title: "联系人", filter: { departmentManager: "text" }, show: true },
|
||||
{ field: "managerContacts", title: "联系方式", filter: { managerContacts: "text" }, show: true },
|
||||
|
|
Loading…
Reference in New Issue