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.
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
<%@ Page Title="" validateRequest="false" Language="C#" MasterPageFile="~/Areas/Import/Views/Shared/SiteExcel.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();
|
|
</script>
|
|
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/ReceiptDoc/ReceiptDocIndex.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/ReceiptDoc/ReceiptDocModel.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/Comm/StatusColor.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/ReceiptDoc/Index.js"></script>
|
|
|
|
</asp:Content>
|