<%@ Page Title="" 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 GID;
    function getSessgion1() {
        GID = '<%= 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/MvcShipping/Viewsjs/Comm/MonthField.js"></script>
  <script type="text/javascript" src="../../../../Areas/Import/Viewsjs/Comm/UnitDEF.js"></script>
  <script type="text/javascript" src="../../../../Areas/Import/Viewsjs/Comm/SaveGridPanel.js"></script>
  <script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_management/C_MModel.js"></script>
  <script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_management/C_MIndex.js"></script>
  <script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_management/Index.js"></script>
  <script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DsQuery.js"></script>
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
</asp:Content>