From ec90f7030ecbc56cde76355cff6934c9990167b6 Mon Sep 17 00:00:00 2001 From: hanxuntao Date: Tue, 19 Nov 2024 09:09:25 +0800 Subject: [PATCH] 1 --- DSWeb/Areas/MvcShipping/Viewsjs/MsOpSeaeEdi/MsOpSeaeEdiIndex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/MsOpSeaeEdi/MsOpSeaeEdiIndex.js b/DSWeb/Areas/MvcShipping/Viewsjs/MsOpSeaeEdi/MsOpSeaeEdiIndex.js index 04d5b1c2..2f9b9293 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/MsOpSeaeEdi/MsOpSeaeEdiIndex.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/MsOpSeaeEdi/MsOpSeaeEdiIndex.js @@ -243,7 +243,7 @@ Ext.extend(Shipping.MsOpSeaeEdiIndex, Ext.Panel, { this.SelectedRecord = record; this.OprationStatus = 'edit'; - DsOpenEditWin('/MvcShipping/MsOpSeaeEdi/Edit'); + DsOpenEditWin('/MvcShipping/MsOpSeaeEdi/ENSEdit'); // window.open('/MvcShipping/MsOpSubSeaOrder/Edit', "ORDER EDIT", 'width=1200,height=' + (window.screen.availHeight - 55) + ',top=0,left=0,resizable=yes,status=yes,menubar=no,scrollbars=yes'); }, this);