You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/Areas/SoftMng/Views/Home/Index.aspx

155 lines
6.8 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<link type="text/css" href="/Areas/SoftMng/Content/bootstrap-4.1.1-dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="/Areas/SoftMng/Content/font-awesome-3.2.1/css/font-awesome-hplus.css" rel="stylesheet" />
<link href="/Areas/SoftMng/Content/common-css/site.css" rel="stylesheet" />
<link href="/Areas/SoftMng/Content/common-css/index.css" rel="stylesheet" />
<link type="text/css" href="/Areas/SoftMng/Content/bootstraptable-1.12.1-dist/bootstrap-table.min.css" rel="stylesheet" />
<link type="text/css" href="/Areas/SoftMng/Content/font-awesome-3.2.1/css/font-awesome.min.css" rel="stylesheet" />
<style>
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #d39e00;
border-color: #c69500;
}
.fixed-table-container tbody td {
border-left: 1px solid #ddd;
font-size: 12px;
}
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
margin-top: 0px;
margin-bottom: 0px;
width:100%;
}
.btn-group, .btn-group-vertical,.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
width: 100%;
}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
margin-top: 5px;
margin-bottom: 0px;
}
.ibox-content{
overflow-y: auto;
}
</style>
<div class="gray-bg">
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-sm-5">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5><%=ViewData["GONGGAO"]%></h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<ul class="sortable-list connectList agile-list echarts" id="notice"></ul>
</div>
</div>
</div>
<div class="col-sm-7">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5><%=ViewData["DAIBAN"]%></h5>
<div class="ibox-tools">
<button class="btn btn-sm btn-white" onclick="refreshWarning()" title="刷新" style="border: none;margin:0"><i class="icon-refresh"></i></button>
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<%-- <div class="btn-group btn-group-toggle" aria-label="Second group" data-toggle="buttons" id="toolbar_preWarning">
<label class="btn btn-sm btn-warning active">
<input type="radio" name="status" value="0" checked>
报关未放 - <span class="badge badge-white">0</span>票
</label>
<label class="btn btn-sm btn-danger">
<input type="radio" name="status" value="1">
装载未放 - <span class="badge badge-white">0</span>票
</label>
<label class="btn btn-sm btn-info">
<input type="radio" name="status" value="2">
码头未放 - <span class="badge badge-white">0</span>票
</label>
<label class="btn btn-sm btn-success">
<input type="radio" name="status" value="3">
外理未放 - <span class="badge badge-white">0</span>票
</label>
</div>--%>
<div class="table-responsive">
<table class="table table-striped table-fixed" id="preWarning"></table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var GID;
function getSessgion1() {
GID = '<%= Session["USERID"] %>';
}
getSessgion1();
var usercode;
function getSessgion2() {
usercode = '<%= Session["CODENAME"] %>';
}
getSessgion2();
var SHOWNAME;
function getSessgion3() {
SHOWNAME = '<%= Session["SHOWNAME"] %>';
}
getSessgion3();
var COMPANYID;
function getSessgion4() {
COMPANYID = '<%=Session["COMPANYID"] %>';
}
getSessgion4();
var DEPTNAME;
function getSessgion5() {
DEPTNAME = '<%= Session["DEPTNAME"] %>';
}
getSessgion5();
var strLANGUAGES;
function getSessgion6() {
strLANGUAGES = '<%= Session["LANGUAGES"] %>'; //zh-cn-中文en-us英文
if (strLANGUAGES == "en-us") {
document.write('<script type=\"text/javascript\" src=\"../../../../Areas/SoftMng/Viewsjs/Home/Zi_en-us.js\"></sc' + 'ript>');
}
else {
document.write('<script type=\"text/javascript\" src=\"../../../../Areas/SoftMng/Viewsjs/Home/Zi_zh-cn.js\"></sc' + 'ript>');
}
}
getSessgion6();
</script>
<script type="text/javascript" src="/Areas/SoftMng/Content/jquery-3.3.1-dist/js/jquery.min.js-v=2.1.4.js"></script>
<script type="text/javascript" src="/Areas/SoftMng/Content/bootstrap-4.1.1-dist/js/popper.min.js"></script>
<script type="text/javascript" src="/Areas/SoftMng/Content/bootstrap-4.1.1-dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/Areas/SoftMng/Content/bootstraptable-1.12.1-dist/bootstrap-table.min.js"></script>
<script type="text/javascript" src="/Areas/SoftMng/Content/bootstraptable-1.12.1-dist/locale/bootstrap-table-zh-CN.min.js"></script>
<script src="/Areas/SoftMng/Content/jquery-3.3.1-dist/js/jquery-ui.min.js"></script>
<script src="/Areas/SoftMng/Content/jquery-3.3.1-dist/extensions/echarts-all.js"></script>
<script src="/Areas/SoftMng/Viewsjs/Home/Index.min.js"></script>
<script src="/Areas/SoftMng/Content/layer-v3.1.1/layer/layer.js"></script>
<script src="/Areas/SoftMng/Content/common-js/common.js"></script>
<script type="text/javascript" src="/TruckMng/Scripts/extjs/ext-all.js"></script>
<script>
var _noticeData=<%=new System.Web.Script.Serialization.JavaScriptSerializer().Serialize(ViewData["Notice"])%>;
</script>