jrj/project/business/AP/Select.AP.cpp
@@ -93,6 +93,7 @@ //获取焦点事件,用于重置工具条 AttachEvent(L"WM_SETFOCUS", (FEvent)&APSelectDlg::OnSetFocus); AttachEvent(L"dw_list", L"DWV_DOUBLECLICKED", (FEvent)&APSelectDlg::onOk); return 1; } int RetrieveData() @@ -109,6 +110,7 @@ int onload() { SetArg(); dw_list = GetControl(L"dw_list"); dw_list.openUrl(L"/sale/view/PurchaseOrder/template/purchaseorder/POAdvance"); OnAttachEvent();