|
|
<%@ Page Title="" Language="C#" MasterPageFile="~/Areas/MvcShipping/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
|
|
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
|
<script type="text/javascript">
|
|
|
var USERID;
|
|
|
function getSessgion1() {
|
|
|
USERID = '<%= 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/MvcShipping/Viewsjs/MsOpSeai/Zi_en-us.js\"></sc' + 'ript>');
|
|
|
}
|
|
|
else {
|
|
|
document.write('<script type=\"text/javascript\" src=\"../../../../Areas/MvcShipping/Viewsjs/MsOpSeai/Zi_zh-cn.js\"></sc' + 'ript>');
|
|
|
}
|
|
|
}
|
|
|
getSessgion6();
|
|
|
</script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/FenRowExpander.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/Comm/SaveGridPanel.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeai/MsOpSeaiModel.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCodeOpService/MsCodeOpServiceModel.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeae/CommonBuild.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeai/MsOpSeaiIndex.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeai/Index.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeai/FileImport.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DsQuery.js"></script>
|
|
|
<%--Cover插件--%>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeaPlugin/OpSeaCover.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeaPlugin/OpSeaCoverModel.js"></script>
|
|
|
`<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpSeaPlugin/OpSeaCoverEdit.js"></script>
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCodeOpStatus/MsCodeOpStatusModel.js"></script>
|
|
|
<%--Cover插件End--%>
|
|
|
<style>
|
|
|
._ctWin .x-window-body .x-column-header-inner {
|
|
|
background-color: #78B8E7;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
padding: 7px 6px;
|
|
|
border-right: 1px solid #c5c5c5;
|
|
|
text-align: center;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-grid-row-alt .x-grid-cell{
|
|
|
background-color: #E1F0F9;
|
|
|
color: #555;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-grid-cell{
|
|
|
color: #555;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
|
|
|
display: none;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-column-header-over {
|
|
|
background-image: none;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-grid-row {
|
|
|
vertical-align: middle;
|
|
|
height: 30px;
|
|
|
}
|
|
|
._ctWin .x-window-body .x-grid-back-blue,#qqctWin .x-grid-row-alt .x-grid-back-blue {
|
|
|
background-color: #0B82C3;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
</asp:Content>
|
|
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
|
|
<div id="viewport" ></div>
|
|
|
</asp:Content>
|