付费发票核销 审核界面 增加双击明细显示业务信息

DS7_JinGang
dengyu 1 year ago
parent 68c93fa91c
commit 2eea9593bb

@ -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

Loading…
Cancel
Save