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.
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
<%@ 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" src="../../../../Areas/MvcShipping/Viewsjs/Comm/MonthField.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/OA/Viewsjs/ChfeeList/ChfeeListIndex.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/Import/Viewsjs/Comm/SaveGridPanel.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/TruckMng/Viewsjs/Comm/MsChFeeMode.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/TruckMng/Viewsjs/Comm/MsChFeeAudit.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/TruckMng/Viewsjs/Comm/MsChFeeComm.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
var GID;
|
|
function getSessgion1() {
|
|
GID = '<%=Session["USERID"] %>';
|
|
}
|
|
getSessgion1();
|
|
|
|
var SHOWNAME;
|
|
function getSessgion2() {
|
|
SHOWNAME = '<%=Session["SHOWNAME"] %>';
|
|
}
|
|
getSessgion2();
|
|
|
|
Ext.onReady(function () {
|
|
Ext.QuickTips.init();
|
|
Ext.form.Field.prototype.msgTarget = 'side';
|
|
window.pnlChfeeListIndex = new DsTruck.ChfeeListIndex({ layout: 'border', region: 'center' });
|
|
|
|
var view = new Ext.Viewport({
|
|
layout: 'border',
|
|
renderTo: 'viewport',
|
|
border: false,
|
|
items: [{
|
|
region: 'center',
|
|
layout: 'fit',
|
|
items: [window.pnlChfeeListIndex]
|
|
}]
|
|
});
|
|
});
|
|
|
|
</script>
|
|
|
|
<div id="viewport" ></div>
|
|
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
|
</asp:Content>
|