<%@ 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 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 bltype = 'TruckIndex';


    var INVOICEPORT = "normal";

</script>
    
     <script type="text/javascript" src="../../../../Views/../TruckMng/Scripts/ExtjsEx/gridToExcel.js"></script>   

<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_invoiceapplication/ChInvoiceapplicationModel.js"></script>

<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_invoiceapplication/ChInvoiceapplicationIndex.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_invoiceapplication/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">
    <div id="viewport" ></div>
</asp:Content>