8565b8594fae1949fb8ec24820b2cad3deb931f3.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  1. /**
  2. * output package name
  3. */
  4. package com.kingdee.eas.custom.bill.salary.client;
  5. import java.awt.event.*;
  6. import org.apache.log4j.Logger;
  7. import com.kingdee.bos.ui.face.CoreUIObject;
  8. import com.kingdee.bos.dao.IObjectValue;
  9. import com.kingdee.eas.framework.*;
  10. import com.kingdee.eas.framework.client.multiDetail.DetailPanel;
  11. import com.kingdee.eas.hr.base.client.IHRBillEditUIBiz;
  12. import com.kingdee.bos.ctrl.kdf.table.KDTable;
  13. /**
  14. * output class name
  15. */
  16. public class SalaryBagEditUI extends AbstractSalaryBagEditUI
  17. {
  18. private static final Logger logger = CoreUIObject.getLogger(SalaryBagEditUI.class);
  19. /**
  20. * output class constructor
  21. */
  22. public SalaryBagEditUI() throws Exception
  23. {
  24. super();
  25. }
  26. /**
  27. * output loadFields method
  28. */
  29. public void loadFields()
  30. {
  31. super.loadFields();
  32. }
  33. /**
  34. * output storeFields method
  35. */
  36. public void storeFields()
  37. {
  38. super.storeFields();
  39. }
  40. /**
  41. * output btnAddLine_actionPerformed method
  42. */
  43. protected void btnAddLine_actionPerformed(java.awt.event.ActionEvent e) throws Exception
  44. {
  45. super.btnAddLine_actionPerformed(e);
  46. }
  47. /**
  48. * output menuItemEnterToNextRow_itemStateChanged method
  49. */
  50. protected void menuItemEnterToNextRow_itemStateChanged(java.awt.event.ItemEvent e) throws Exception
  51. {
  52. super.menuItemEnterToNextRow_itemStateChanged(e);
  53. }
  54. /**
  55. * output MenuItemPCVoucher_actionPerformed method
  56. */
  57. protected void MenuItemPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
  58. {
  59. super.MenuItemPCVoucher_actionPerformed(e);
  60. }
  61. /**
  62. * output menuItemDelPCVoucher_actionPerformed method
  63. */
  64. protected void menuItemDelPCVoucher_actionPerformed(java.awt.event.ActionEvent e) throws Exception
  65. {
  66. super.menuItemDelPCVoucher_actionPerformed(e);
  67. }
  68. /**
  69. * output kdtEntrys_editStopping method
  70. */
  71. protected void kdtEntrys_editStopping(com.kingdee.bos.ctrl.kdf.table.event.KDTEditEvent e) throws Exception
  72. {
  73. super.kdtEntrys_editStopping(e);
  74. }
  75. /**
  76. * output kdtEntrys_editStopped method
  77. */
  78. protected void kdtEntrys_editStopped(com.kingdee.bos.ctrl.kdf.table.event.KDTEditEvent e) throws Exception
  79. {
  80. super.kdtEntrys_editStopped(e);
  81. }
  82. /**
  83. * output actionPageSetup_actionPerformed
  84. */
  85. public void actionPageSetup_actionPerformed(ActionEvent e) throws Exception
  86. {
  87. super.actionPageSetup_actionPerformed(e);
  88. }
  89. /**
  90. * output actionExitCurrent_actionPerformed
  91. */
  92. public void actionExitCurrent_actionPerformed(ActionEvent e) throws Exception
  93. {
  94. super.actionExitCurrent_actionPerformed(e);
  95. }
  96. /**
  97. * output actionHelp_actionPerformed
  98. */
  99. public void actionHelp_actionPerformed(ActionEvent e) throws Exception
  100. {
  101. super.actionHelp_actionPerformed(e);
  102. }
  103. /**
  104. * output actionAbout_actionPerformed
  105. */
  106. public void actionAbout_actionPerformed(ActionEvent e) throws Exception
  107. {
  108. super.actionAbout_actionPerformed(e);
  109. }
  110. /**
  111. * output actionOnLoad_actionPerformed
  112. */
  113. public void actionOnLoad_actionPerformed(ActionEvent e) throws Exception
  114. {
  115. super.actionOnLoad_actionPerformed(e);
  116. }
  117. /**
  118. * output actionSendMessage_actionPerformed
  119. */
  120. public void actionSendMessage_actionPerformed(ActionEvent e) throws Exception
  121. {
  122. super.actionSendMessage_actionPerformed(e);
  123. }
  124. /**
  125. * output actionCalculator_actionPerformed
  126. */
  127. public void actionCalculator_actionPerformed(ActionEvent e) throws Exception
  128. {
  129. super.actionCalculator_actionPerformed(e);
  130. }
  131. /**
  132. * output actionExport_actionPerformed
  133. */
  134. public void actionExport_actionPerformed(ActionEvent e) throws Exception
  135. {
  136. super.actionExport_actionPerformed(e);
  137. }
  138. /**
  139. * output actionExportSelected_actionPerformed
  140. */
  141. public void actionExportSelected_actionPerformed(ActionEvent e) throws Exception
  142. {
  143. super.actionExportSelected_actionPerformed(e);
  144. }
  145. /**
  146. * output actionRegProduct_actionPerformed
  147. */
  148. public void actionRegProduct_actionPerformed(ActionEvent e) throws Exception
  149. {
  150. super.actionRegProduct_actionPerformed(e);
  151. }
  152. /**
  153. * output actionPersonalSite_actionPerformed
  154. */
  155. public void actionPersonalSite_actionPerformed(ActionEvent e) throws Exception
  156. {
  157. super.actionPersonalSite_actionPerformed(e);
  158. }
  159. /**
  160. * output actionProcductVal_actionPerformed
  161. */
  162. public void actionProcductVal_actionPerformed(ActionEvent e) throws Exception
  163. {
  164. super.actionProcductVal_actionPerformed(e);
  165. }
  166. /**
  167. * output actionExportSave_actionPerformed
  168. */
  169. public void actionExportSave_actionPerformed(ActionEvent e) throws Exception
  170. {
  171. super.actionExportSave_actionPerformed(e);
  172. }
  173. /**
  174. * output actionExportSelectedSave_actionPerformed
  175. */
  176. public void actionExportSelectedSave_actionPerformed(ActionEvent e) throws Exception
  177. {
  178. super.actionExportSelectedSave_actionPerformed(e);
  179. }
  180. /**
  181. * output actionKnowStore_actionPerformed
  182. */
  183. public void actionKnowStore_actionPerformed(ActionEvent e) throws Exception
  184. {
  185. super.actionKnowStore_actionPerformed(e);
  186. }
  187. /**
  188. * output actionAnswer_actionPerformed
  189. */
  190. public void actionAnswer_actionPerformed(ActionEvent e) throws Exception
  191. {
  192. super.actionAnswer_actionPerformed(e);
  193. }
  194. /**
  195. * output actionRemoteAssist_actionPerformed
  196. */
  197. public void actionRemoteAssist_actionPerformed(ActionEvent e) throws Exception
  198. {
  199. super.actionRemoteAssist_actionPerformed(e);
  200. }
  201. /**
  202. * output actionPopupCopy_actionPerformed
  203. */
  204. public void actionPopupCopy_actionPerformed(ActionEvent e) throws Exception
  205. {
  206. super.actionPopupCopy_actionPerformed(e);
  207. }
  208. /**
  209. * output actionHTMLForMail_actionPerformed
  210. */
  211. public void actionHTMLForMail_actionPerformed(ActionEvent e) throws Exception
  212. {
  213. super.actionHTMLForMail_actionPerformed(e);
  214. }
  215. /**
  216. * output actionExcelForMail_actionPerformed
  217. */
  218. public void actionExcelForMail_actionPerformed(ActionEvent e) throws Exception
  219. {
  220. super.actionExcelForMail_actionPerformed(e);
  221. }
  222. /**
  223. * output actionHTMLForRpt_actionPerformed
  224. */
  225. public void actionHTMLForRpt_actionPerformed(ActionEvent e) throws Exception
  226. {
  227. super.actionHTMLForRpt_actionPerformed(e);
  228. }
  229. /**
  230. * output actionExcelForRpt_actionPerformed
  231. */
  232. public void actionExcelForRpt_actionPerformed(ActionEvent e) throws Exception
  233. {
  234. super.actionExcelForRpt_actionPerformed(e);
  235. }
  236. /**
  237. * output actionLinkForRpt_actionPerformed
  238. */
  239. public void actionLinkForRpt_actionPerformed(ActionEvent e) throws Exception
  240. {
  241. super.actionLinkForRpt_actionPerformed(e);
  242. }
  243. /**
  244. * output actionPopupPaste_actionPerformed
  245. */
  246. public void actionPopupPaste_actionPerformed(ActionEvent e) throws Exception
  247. {
  248. super.actionPopupPaste_actionPerformed(e);
  249. }
  250. /**
  251. * output actionToolBarCustom_actionPerformed
  252. */
  253. public void actionToolBarCustom_actionPerformed(ActionEvent e) throws Exception
  254. {
  255. super.actionToolBarCustom_actionPerformed(e);
  256. }
  257. /**
  258. * output actionCloudFeed_actionPerformed
  259. */
  260. public void actionCloudFeed_actionPerformed(ActionEvent e) throws Exception
  261. {
  262. super.actionCloudFeed_actionPerformed(e);
  263. }
  264. /**
  265. * output actionCloudShare_actionPerformed
  266. */
  267. public void actionCloudShare_actionPerformed(ActionEvent e) throws Exception
  268. {
  269. super.actionCloudShare_actionPerformed(e);
  270. }
  271. /**
  272. * output actionCloudScreen_actionPerformed
  273. */
  274. public void actionCloudScreen_actionPerformed(ActionEvent e) throws Exception
  275. {
  276. super.actionCloudScreen_actionPerformed(e);
  277. }
  278. /**
  279. * output actionXunTongFeed_actionPerformed
  280. */
  281. public void actionXunTongFeed_actionPerformed(ActionEvent e) throws Exception
  282. {
  283. super.actionXunTongFeed_actionPerformed(e);
  284. }
  285. /**
  286. * output actionSave_actionPerformed
  287. */
  288. public void actionSave_actionPerformed(ActionEvent e) throws Exception
  289. {
  290. super.actionSave_actionPerformed(e);
  291. }
  292. /**
  293. * output actionSubmit_actionPerformed
  294. */
  295. public void actionSubmit_actionPerformed(ActionEvent e) throws Exception
  296. {
  297. super.actionSubmit_actionPerformed(e);
  298. }
  299. /**
  300. * output actionCancel_actionPerformed
  301. */
  302. public void actionCancel_actionPerformed(ActionEvent e) throws Exception
  303. {
  304. super.actionCancel_actionPerformed(e);
  305. }
  306. /**
  307. * output actionCancelCancel_actionPerformed
  308. */
  309. public void actionCancelCancel_actionPerformed(ActionEvent e) throws Exception
  310. {
  311. super.actionCancelCancel_actionPerformed(e);
  312. }
  313. /**
  314. * output actionFirst_actionPerformed
  315. */
  316. public void actionFirst_actionPerformed(ActionEvent e) throws Exception
  317. {
  318. super.actionFirst_actionPerformed(e);
  319. }
  320. /**
  321. * output actionPre_actionPerformed
  322. */
  323. public void actionPre_actionPerformed(ActionEvent e) throws Exception
  324. {
  325. super.actionPre_actionPerformed(e);
  326. }
  327. /**
  328. * output actionNext_actionPerformed
  329. */
  330. public void actionNext_actionPerformed(ActionEvent e) throws Exception
  331. {
  332. super.actionNext_actionPerformed(e);
  333. }
  334. /**
  335. * output actionLast_actionPerformed
  336. */
  337. public void actionLast_actionPerformed(ActionEvent e) throws Exception
  338. {
  339. super.actionLast_actionPerformed(e);
  340. }
  341. /**
  342. * output actionPrint_actionPerformed
  343. */
  344. public void actionPrint_actionPerformed(ActionEvent e) throws Exception
  345. {
  346. super.actionPrint_actionPerformed(e);
  347. }
  348. /**
  349. * output actionPrintPreview_actionPerformed
  350. */
  351. public void actionPrintPreview_actionPerformed(ActionEvent e) throws Exception
  352. {
  353. super.actionPrintPreview_actionPerformed(e);
  354. }
  355. /**
  356. * output actionCopy_actionPerformed
  357. */
  358. public void actionCopy_actionPerformed(ActionEvent e) throws Exception
  359. {
  360. super.actionCopy_actionPerformed(e);
  361. }
  362. /**
  363. * output actionAddNew_actionPerformed
  364. */
  365. public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
  366. {
  367. super.actionAddNew_actionPerformed(e);
  368. }
  369. /**
  370. * output actionEdit_actionPerformed
  371. */
  372. public void actionEdit_actionPerformed(ActionEvent e) throws Exception
  373. {
  374. super.actionEdit_actionPerformed(e);
  375. }
  376. /**
  377. * output actionRemove_actionPerformed
  378. */
  379. public void actionRemove_actionPerformed(ActionEvent e) throws Exception
  380. {
  381. super.actionRemove_actionPerformed(e);
  382. }
  383. /**
  384. * output actionAttachment_actionPerformed
  385. */
  386. public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
  387. {
  388. super.actionAttachment_actionPerformed(e);
  389. }
  390. /**
  391. * output actionSubmitOption_actionPerformed
  392. */
  393. public void actionSubmitOption_actionPerformed(ActionEvent e) throws Exception
  394. {
  395. super.actionSubmitOption_actionPerformed(e);
  396. }
  397. /**
  398. * output actionReset_actionPerformed
  399. */
  400. public void actionReset_actionPerformed(ActionEvent e) throws Exception
  401. {
  402. super.actionReset_actionPerformed(e);
  403. }
  404. /**
  405. * output actionMsgFormat_actionPerformed
  406. */
  407. public void actionMsgFormat_actionPerformed(ActionEvent e) throws Exception
  408. {
  409. super.actionMsgFormat_actionPerformed(e);
  410. }
  411. /**
  412. * output actionAddLine_actionPerformed
  413. */
  414. public void actionAddLine_actionPerformed(ActionEvent e) throws Exception
  415. {
  416. super.actionAddLine_actionPerformed(e);
  417. }
  418. /**
  419. * output actionCopyLine_actionPerformed
  420. */
  421. public void actionCopyLine_actionPerformed(ActionEvent e) throws Exception
  422. {
  423. super.actionCopyLine_actionPerformed(e);
  424. }
  425. /**
  426. * output actionInsertLine_actionPerformed
  427. */
  428. public void actionInsertLine_actionPerformed(ActionEvent e) throws Exception
  429. {
  430. super.actionInsertLine_actionPerformed(e);
  431. }
  432. /**
  433. * output actionRemoveLine_actionPerformed
  434. */
  435. public void actionRemoveLine_actionPerformed(ActionEvent e) throws Exception
  436. {
  437. super.actionRemoveLine_actionPerformed(e);
  438. }
  439. /**
  440. * output actionCreateFrom_actionPerformed
  441. */
  442. public void actionCreateFrom_actionPerformed(ActionEvent e) throws Exception
  443. {
  444. super.actionCreateFrom_actionPerformed(e);
  445. }
  446. /**
  447. * output actionCopyFrom_actionPerformed
  448. */
  449. public void actionCopyFrom_actionPerformed(ActionEvent e) throws Exception
  450. {
  451. super.actionCopyFrom_actionPerformed(e);
  452. }
  453. /**
  454. * output actionAuditResult_actionPerformed
  455. */
  456. public void actionAuditResult_actionPerformed(ActionEvent e) throws Exception
  457. {
  458. super.actionAuditResult_actionPerformed(e);
  459. }
  460. /**
  461. * output actionTraceUp_actionPerformed
  462. */
  463. public void actionTraceUp_actionPerformed(ActionEvent e) throws Exception
  464. {
  465. super.actionTraceUp_actionPerformed(e);
  466. }
  467. /**
  468. * output actionTraceDown_actionPerformed
  469. */
  470. public void actionTraceDown_actionPerformed(ActionEvent e) throws Exception
  471. {
  472. super.actionTraceDown_actionPerformed(e);
  473. }
  474. /**
  475. * output actionViewSubmitProccess_actionPerformed
  476. */
  477. public void actionViewSubmitProccess_actionPerformed(ActionEvent e) throws Exception
  478. {
  479. super.actionViewSubmitProccess_actionPerformed(e);
  480. }
  481. /**
  482. * output actionViewDoProccess_actionPerformed
  483. */
  484. public void actionViewDoProccess_actionPerformed(ActionEvent e) throws Exception
  485. {
  486. super.actionViewDoProccess_actionPerformed(e);
  487. }
  488. /**
  489. * output actionMultiapprove_actionPerformed
  490. */
  491. public void actionMultiapprove_actionPerformed(ActionEvent e) throws Exception
  492. {
  493. super.actionMultiapprove_actionPerformed(e);
  494. }
  495. /**
  496. * output actionNextPerson_actionPerformed
  497. */
  498. public void actionNextPerson_actionPerformed(ActionEvent e) throws Exception
  499. {
  500. super.actionNextPerson_actionPerformed(e);
  501. }
  502. /**
  503. * output actionStartWorkFlow_actionPerformed
  504. */
  505. public void actionStartWorkFlow_actionPerformed(ActionEvent e) throws Exception
  506. {
  507. super.actionStartWorkFlow_actionPerformed(e);
  508. }
  509. /**
  510. * output actionVoucher_actionPerformed
  511. */
  512. public void actionVoucher_actionPerformed(ActionEvent e) throws Exception
  513. {
  514. super.actionVoucher_actionPerformed(e);
  515. }
  516. /**
  517. * output actionDelVoucher_actionPerformed
  518. */
  519. public void actionDelVoucher_actionPerformed(ActionEvent e) throws Exception
  520. {
  521. super.actionDelVoucher_actionPerformed(e);
  522. }
  523. /**
  524. * output actionWorkFlowG_actionPerformed
  525. */
  526. public void actionWorkFlowG_actionPerformed(ActionEvent e) throws Exception
  527. {
  528. super.actionWorkFlowG_actionPerformed(e);
  529. }
  530. /**
  531. * output actionCreateTo_actionPerformed
  532. */
  533. public void actionCreateTo_actionPerformed(ActionEvent e) throws Exception
  534. {
  535. super.actionCreateTo_actionPerformed(e);
  536. }
  537. /**
  538. * output actionSendingMessage_actionPerformed
  539. */
  540. public void actionSendingMessage_actionPerformed(ActionEvent e) throws Exception
  541. {
  542. super.actionSendingMessage_actionPerformed(e);
  543. }
  544. /**
  545. * output actionSignature_actionPerformed
  546. */
  547. public void actionSignature_actionPerformed(ActionEvent e) throws Exception
  548. {
  549. super.actionSignature_actionPerformed(e);
  550. }
  551. /**
  552. * output actionWorkflowList_actionPerformed
  553. */
  554. public void actionWorkflowList_actionPerformed(ActionEvent e) throws Exception
  555. {
  556. super.actionWorkflowList_actionPerformed(e);
  557. }
  558. /**
  559. * output actionViewSignature_actionPerformed
  560. */
  561. public void actionViewSignature_actionPerformed(ActionEvent e) throws Exception
  562. {
  563. super.actionViewSignature_actionPerformed(e);
  564. }
  565. /**
  566. * output actionSendMail_actionPerformed
  567. */
  568. public void actionSendMail_actionPerformed(ActionEvent e) throws Exception
  569. {
  570. super.actionSendMail_actionPerformed(e);
  571. }
  572. /**
  573. * output actionLocate_actionPerformed
  574. */
  575. public void actionLocate_actionPerformed(ActionEvent e) throws Exception
  576. {
  577. super.actionLocate_actionPerformed(e);
  578. }
  579. /**
  580. * output actionNumberSign_actionPerformed
  581. */
  582. public void actionNumberSign_actionPerformed(ActionEvent e) throws Exception
  583. {
  584. super.actionNumberSign_actionPerformed(e);
  585. }
  586. /**
  587. * output actionPCVoucher_actionPerformed
  588. */
  589. public void actionPCVoucher_actionPerformed(ActionEvent e) throws Exception
  590. {
  591. super.actionPCVoucher_actionPerformed(e);
  592. }
  593. /**
  594. * output actionDelPCVoucher_actionPerformed
  595. */
  596. public void actionDelPCVoucher_actionPerformed(ActionEvent e) throws Exception
  597. {
  598. super.actionDelPCVoucher_actionPerformed(e);
  599. }
  600. /**
  601. * output actionFieldMapping_actionPerformed
  602. */
  603. public void actionFieldMapping_actionPerformed(ActionEvent e) throws Exception
  604. {
  605. super.actionFieldMapping_actionPerformed(e);
  606. }
  607. /**
  608. * output actionAudit_actionPerformed
  609. */
  610. public void actionAudit_actionPerformed(ActionEvent e) throws Exception
  611. {
  612. super.actionAudit_actionPerformed(e);
  613. }
  614. /**
  615. * output actionUnaudit_actionPerformed
  616. */
  617. public void actionUnaudit_actionPerformed(ActionEvent e) throws Exception
  618. {
  619. super.actionUnaudit_actionPerformed(e);
  620. }
  621. /**
  622. * output actionColumnCopyAll_actionPerformed
  623. */
  624. public void actionColumnCopyAll_actionPerformed(ActionEvent e) throws Exception
  625. {
  626. super.actionColumnCopyAll_actionPerformed(e);
  627. }
  628. /**
  629. * output actionColumnCopySelect_actionPerformed
  630. */
  631. public void actionColumnCopySelect_actionPerformed(ActionEvent e) throws Exception
  632. {
  633. super.actionColumnCopySelect_actionPerformed(e);
  634. }
  635. /**
  636. * output actionPerson_actionPerformed
  637. */
  638. public void actionPerson_actionPerformed(ActionEvent e) throws Exception
  639. {
  640. super.actionPerson_actionPerformed(e);
  641. }
  642. /**
  643. * output getBizInterface method
  644. */
  645. protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
  646. {
  647. return com.kingdee.eas.custom.bill.salary.SalaryBagFactory.getRemoteInstance();
  648. }
  649. /**
  650. * output createNewDetailData method
  651. */
  652. protected IObjectValue createNewDetailData(KDTable table)
  653. {
  654. return null;
  655. }
  656. /**
  657. * output createNewData method
  658. */
  659. protected com.kingdee.bos.dao.IObjectValue createNewData()
  660. {
  661. com.kingdee.eas.custom.bill.salary.SalaryBagInfo objectValue = new com.kingdee.eas.custom.bill.salary.SalaryBagInfo();
  662. if (com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")) != null)
  663. objectValue.put("adminOrgUnit",com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")));
  664. objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
  665. return objectValue;
  666. }
  667. @Override
  668. protected IHRBillEditUIBiz getBillBiz() {
  669. // TODO Auto-generated method stub
  670. return null;
  671. }
  672. @Override
  673. protected DetailPanel getIgnoredDetailPanel() {
  674. // TODO Auto-generated method stub
  675. return null;
  676. }
  677. }