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.
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
2 years ago
|
<%@ 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 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();
|
||
|
</script>
|
||
|
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DsComm.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/TimePickerField.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimePicker.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimeField.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimeMenu.js"></script>
|
||
|
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/MonthField.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCwVouchers/MsCwVouchersModel.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCwVouchers/MsCwVouchersEdit.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsCwVouchers/Edit.js"></script>
|
||
|
</asp:Content>
|
||
|
|
||
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
||
|
<div id="viewport" ></div>
|
||
|
</asp:Content>
|