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