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.
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
2 years ago
|
<%@ Page Title="" Language="C#" MasterPageFile="~/Areas/Import/Views/Shared/SiteChild.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 DEPTGID;
|
||
|
function getSessgion5() {
|
||
|
DEPTGID = '<%= Session["DEPTGID"] %>';
|
||
|
}
|
||
|
getSessgion5();
|
||
|
/*
|
||
|
function SetTitle(title) {
|
||
|
document.title = title;
|
||
|
}*/
|
||
|
</script>
|
||
|
|
||
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/CargoName/CargoNameModel.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/CargoName/CargoNameEdit.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/CargoName/Edit.js"></script>
|
||
|
|
||
|
</asp:Content>
|
||
|
|
||
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
||
|
</asp:Content>
|