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.
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
2 years ago
|
<%@ Page Title="" validateRequest="false" Language="C#" MasterPageFile="~/Areas/MvcShipping/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/BookingConfirm/BookingConfirmModel.js"></script>
|
||
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/BookingConfirm/Booking_SIIndex.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
Ext.onReady(function () {
|
||
|
Ext.QuickTips.init();
|
||
|
Ext.form.Field.prototype.msgTarget = 'side';
|
||
|
panelIndex = new Shipping.Booking_SIIndex({ layout: 'border', region: 'center' });
|
||
|
|
||
|
var view = new Ext.Viewport({
|
||
|
layout: 'border',
|
||
|
renderTo: 'viewport',
|
||
|
border: false,
|
||
|
items: [{
|
||
|
region: 'center',
|
||
|
layout: 'fit',
|
||
|
items: [panelIndex]
|
||
|
}]
|
||
|
});
|
||
|
});
|
||
|
|
||
|
function OprationSwap() {
|
||
|
return panelIndex.OprationSwap();
|
||
|
}
|
||
|
|
||
|
function AddNewRecord(record) {
|
||
|
panelIndex.AddNewRecord(record);
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<div id="BookingConfirm_Index" ></div>
|
||
|
|
||
|
|
||
|
</asp:Content>
|
||
|
|
||
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
||
|
</asp:Content>
|