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.
DS7/DSWeb/Areas/MvcShipping/Views/MsPrice/QuotationEdit.aspx

45 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/MsPrice/MsPriceModel.js"></script>
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsPrice/MsPrice_QuotationEdit.js"></script>
<script type="text/javascript">
Ext.BLANK_IMAGE_URL = '../../TruckMng/Content/Images/s.gif';
var panelEdit = null;
Ext.onReady(function () {
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
panelEdit = new window.Shipping.MsPrice_QuotationEdit({
tital: '报价管理_编辑',
region: 'center',
layout: 'border'
});
var view = new Ext.Viewport({
layout: 'border',
renderTo: 'viewport',
border: false,
items: [panelEdit]
});
});
function OprationSwap() {
return panelIndex.OprationSwap();
}
stroplb = 'Op_SeaPrice_Quotation';
</script>
<div id="YAXIANGEDIT" ></div>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
</asp:Content>