From 2eea9593bb05b24c0f0898c0f4f671905315fade Mon Sep 17 00:00:00 2001 From: dengyu Date: Tue, 15 Aug 2023 15:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E8=B4=B9=E5=8F=91=E7=A5=A8=E6=A0=B8?= =?UTF-8?q?=E9=94=80=20=E5=AE=A1=E6=A0=B8=E7=95=8C=E9=9D=A2=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8F=8C=E5=87=BB=E6=98=8E=E7=BB=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Chfee_Invoicehexiao/ChInvoicehexiaoAudit.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DSWeb/Areas/Account/Viewsjs/Chfee_Invoicehexiao/ChInvoicehexiaoAudit.js b/DSWeb/Areas/Account/Viewsjs/Chfee_Invoicehexiao/ChInvoicehexiaoAudit.js index 96eb4f7c..dd2c597c 100644 --- a/DSWeb/Areas/Account/Viewsjs/Chfee_Invoicehexiao/ChInvoicehexiaoAudit.js +++ b/DSWeb/Areas/Account/Viewsjs/Chfee_Invoicehexiao/ChInvoicehexiaoAudit.js @@ -742,6 +742,16 @@ Ext.extend(Shipping.MsChInvoicehexiaoAudit, Ext.Panel, { _this.storeBodySum.load({ params: { condition: sql} }); }, this); + this.gridListdetail.addListener('itemdblclick', function (dataview, record, item, index, e, b) { + this.SelectedRecord = record; + var openSet = "height=700, width=1024, toolbar=no, menubar=no,scrollbars=1, resizable=1,location=no, status=no,Top= " + (screen.height - 750) / 2 + ",Left= " + (screen.width - 1100) / 2 + var openType = "_blank"; + var openUrl = ""; + openUrl = "../../MvcShipping/MsOpBill/MsOpFeeView?handle=check&bsno=" + record.data.BSNO; + + window.open(openUrl, openType, openSet); + // DsOpenEditWin("/TruckMng/MsWlPc/Edit"); + }, this); }, //end initUIComponents