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/MvcShipping/Views/MsCodeAll/Lanes.aspx

79 lines
2.4 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 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 SHOWNAME;
function getSessgion() {
SHOWNAME = '<%=Session["SHOWNAME"] %>';
}
getSessgion();
var usercode;
function getSessgion2() {
usercode = '<%=Session["CODENAME"] %>';
}
getSessgion2();
var USERID;
function getSessgion3() {
USERID = '<%=Session["USERID"] %>';
}
getSessgion3();
var COMPANYID;
function getSessgion4() {
COMPANYID = '<%= Session["COMPANYID"] %>';
}
getSessgion4();
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/MsCodeAll/Zi_en-us.js\"></sc' + 'ript>');
}
else {
document.write('<script type=\"text/javascript\" src=\"../../../../Areas/MvcShipping/Viewsjs/MsCodeAll/Zi_zh-cn.js\"></sc' + 'ript>');
}
}
getSessgion6();
var formtype = "Operate";
</script>
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCodeAll/MsCodeAllMode.js"></script>
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCodeAll/LanesIndex.js"></script>
<script type="text/javascript">
Ext.onReady(function () {
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
panelTest = new Shipping.LanesIndex({ layout: 'border', region: 'center' });
var view = new Ext.Viewport({
layout: 'border',
renderTo: 'viewport',
border: false,
items: [{
region: 'center',
layout: 'fit',
items: [panelTest]
}]
});
});
function OprationSwap() {
return panelTest.OprationSwap();
}
</script>
<div id="viewport" ></div>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
</asp:Content>