PayrollDistributionSlipEditUI.java 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. /**
  2. * output package name
  3. */
  4. package com.kingdee.eas.custom.compensation.push_bill.client;
  5. import java.awt.event.*;
  6. import com.kingdee.eas.framework.client.multiDetail.DetailPanel;
  7. import com.kingdee.eas.hr.base.client.IHRBillEditUIBiz;
  8. import org.apache.log4j.Logger;
  9. import com.kingdee.bos.ui.face.CoreUIObject;
  10. import com.kingdee.bos.dao.IObjectValue;
  11. import com.kingdee.eas.framework.*;
  12. import com.kingdee.bos.ctrl.kdf.table.KDTable;
  13. /**
  14. * output class name
  15. */
  16. public class PayrollDistributionSlipEditUI extends AbstractPayrollDistributionSlipEditUI
  17. {
  18. private static final Logger logger = CoreUIObject.getLogger(PayrollDistributionSlipEditUI.class);
  19. /**
  20. * output class constructor
  21. */
  22. public PayrollDistributionSlipEditUI() 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. @Override
  356. protected IHRBillEditUIBiz getBillBiz() {
  357. return null;
  358. }
  359. @Override
  360. protected DetailPanel getIgnoredDetailPanel() {
  361. return null;
  362. }
  363. /**
  364. * output actionCopy_actionPerformed
  365. */
  366. public void actionCopy_actionPerformed(ActionEvent e) throws Exception
  367. {
  368. super.actionCopy_actionPerformed(e);
  369. }
  370. /**
  371. * output actionAddNew_actionPerformed
  372. */
  373. public void actionAddNew_actionPerformed(ActionEvent e) throws Exception
  374. {
  375. super.actionAddNew_actionPerformed(e);
  376. }
  377. /**
  378. * output actionEdit_actionPerformed
  379. */
  380. public void actionEdit_actionPerformed(ActionEvent e) throws Exception
  381. {
  382. super.actionEdit_actionPerformed(e);
  383. }
  384. /**
  385. * output actionRemove_actionPerformed
  386. */
  387. public void actionRemove_actionPerformed(ActionEvent e) throws Exception
  388. {
  389. super.actionRemove_actionPerformed(e);
  390. }
  391. /**
  392. * output actionAttachment_actionPerformed
  393. */
  394. public void actionAttachment_actionPerformed(ActionEvent e) throws Exception
  395. {
  396. super.actionAttachment_actionPerformed(e);
  397. }
  398. /**
  399. * output actionSubmitOption_actionPerformed
  400. */
  401. public void actionSubmitOption_actionPerformed(ActionEvent e) throws Exception
  402. {
  403. super.actionSubmitOption_actionPerformed(e);
  404. }
  405. /**
  406. * output actionReset_actionPerformed
  407. */
  408. public void actionReset_actionPerformed(ActionEvent e) throws Exception
  409. {
  410. super.actionReset_actionPerformed(e);
  411. }
  412. /**
  413. * output actionMsgFormat_actionPerformed
  414. */
  415. public void actionMsgFormat_actionPerformed(ActionEvent e) throws Exception
  416. {
  417. super.actionMsgFormat_actionPerformed(e);
  418. }
  419. /**
  420. * output actionAddLine_actionPerformed
  421. */
  422. public void actionAddLine_actionPerformed(ActionEvent e) throws Exception
  423. {
  424. super.actionAddLine_actionPerformed(e);
  425. }
  426. /**
  427. * output actionCopyLine_actionPerformed
  428. */
  429. public void actionCopyLine_actionPerformed(ActionEvent e) throws Exception
  430. {
  431. super.actionCopyLine_actionPerformed(e);
  432. }
  433. /**
  434. * output actionInsertLine_actionPerformed
  435. */
  436. public void actionInsertLine_actionPerformed(ActionEvent e) throws Exception
  437. {
  438. super.actionInsertLine_actionPerformed(e);
  439. }
  440. /**
  441. * output actionRemoveLine_actionPerformed
  442. */
  443. public void actionRemoveLine_actionPerformed(ActionEvent e) throws Exception
  444. {
  445. super.actionRemoveLine_actionPerformed(e);
  446. }
  447. /**
  448. * output actionCreateFrom_actionPerformed
  449. */
  450. public void actionCreateFrom_actionPerformed(ActionEvent e) throws Exception
  451. {
  452. super.actionCreateFrom_actionPerformed(e);
  453. }
  454. /**
  455. * output actionCopyFrom_actionPerformed
  456. */
  457. public void actionCopyFrom_actionPerformed(ActionEvent e) throws Exception
  458. {
  459. super.actionCopyFrom_actionPerformed(e);
  460. }
  461. /**
  462. * output actionAuditResult_actionPerformed
  463. */
  464. public void actionAuditResult_actionPerformed(ActionEvent e) throws Exception
  465. {
  466. super.actionAuditResult_actionPerformed(e);
  467. }
  468. /**
  469. * output actionTraceUp_actionPerformed
  470. */
  471. public void actionTraceUp_actionPerformed(ActionEvent e) throws Exception
  472. {
  473. super.actionTraceUp_actionPerformed(e);
  474. }
  475. /**
  476. * output actionTraceDown_actionPerformed
  477. */
  478. public void actionTraceDown_actionPerformed(ActionEvent e) throws Exception
  479. {
  480. super.actionTraceDown_actionPerformed(e);
  481. }
  482. /**
  483. * output actionViewSubmitProccess_actionPerformed
  484. */
  485. public void actionViewSubmitProccess_actionPerformed(ActionEvent e) throws Exception
  486. {
  487. super.actionViewSubmitProccess_actionPerformed(e);
  488. }
  489. /**
  490. * output actionViewDoProccess_actionPerformed
  491. */
  492. public void actionViewDoProccess_actionPerformed(ActionEvent e) throws Exception
  493. {
  494. super.actionViewDoProccess_actionPerformed(e);
  495. }
  496. /**
  497. * output actionMultiapprove_actionPerformed
  498. */
  499. public void actionMultiapprove_actionPerformed(ActionEvent e) throws Exception
  500. {
  501. super.actionMultiapprove_actionPerformed(e);
  502. }
  503. /**
  504. * output actionNextPerson_actionPerformed
  505. */
  506. public void actionNextPerson_actionPerformed(ActionEvent e) throws Exception
  507. {
  508. super.actionNextPerson_actionPerformed(e);
  509. }
  510. /**
  511. * output actionStartWorkFlow_actionPerformed
  512. */
  513. public void actionStartWorkFlow_actionPerformed(ActionEvent e) throws Exception
  514. {
  515. super.actionStartWorkFlow_actionPerformed(e);
  516. }
  517. /**
  518. * output actionVoucher_actionPerformed
  519. */
  520. public void actionVoucher_actionPerformed(ActionEvent e) throws Exception
  521. {
  522. super.actionVoucher_actionPerformed(e);
  523. }
  524. /**
  525. * output actionDelVoucher_actionPerformed
  526. */
  527. public void actionDelVoucher_actionPerformed(ActionEvent e) throws Exception
  528. {
  529. super.actionDelVoucher_actionPerformed(e);
  530. }
  531. /**
  532. * output actionWorkFlowG_actionPerformed
  533. */
  534. public void actionWorkFlowG_actionPerformed(ActionEvent e) throws Exception
  535. {
  536. super.actionWorkFlowG_actionPerformed(e);
  537. }
  538. /**
  539. * output actionCreateTo_actionPerformed
  540. */
  541. public void actionCreateTo_actionPerformed(ActionEvent e) throws Exception
  542. {
  543. super.actionCreateTo_actionPerformed(e);
  544. }
  545. /**
  546. * output actionSendingMessage_actionPerformed
  547. */
  548. public void actionSendingMessage_actionPerformed(ActionEvent e) throws Exception
  549. {
  550. super.actionSendingMessage_actionPerformed(e);
  551. }
  552. /**
  553. * output actionSignature_actionPerformed
  554. */
  555. public void actionSignature_actionPerformed(ActionEvent e) throws Exception
  556. {
  557. super.actionSignature_actionPerformed(e);
  558. }
  559. /**
  560. * output actionWorkflowList_actionPerformed
  561. */
  562. public void actionWorkflowList_actionPerformed(ActionEvent e) throws Exception
  563. {
  564. super.actionWorkflowList_actionPerformed(e);
  565. }
  566. /**
  567. * output actionViewSignature_actionPerformed
  568. */
  569. public void actionViewSignature_actionPerformed(ActionEvent e) throws Exception
  570. {
  571. super.actionViewSignature_actionPerformed(e);
  572. }
  573. /**
  574. * output actionSendMail_actionPerformed
  575. */
  576. public void actionSendMail_actionPerformed(ActionEvent e) throws Exception
  577. {
  578. super.actionSendMail_actionPerformed(e);
  579. }
  580. /**
  581. * output actionLocate_actionPerformed
  582. */
  583. public void actionLocate_actionPerformed(ActionEvent e) throws Exception
  584. {
  585. super.actionLocate_actionPerformed(e);
  586. }
  587. /**
  588. * output actionNumberSign_actionPerformed
  589. */
  590. public void actionNumberSign_actionPerformed(ActionEvent e) throws Exception
  591. {
  592. super.actionNumberSign_actionPerformed(e);
  593. }
  594. /**
  595. * output actionPCVoucher_actionPerformed
  596. */
  597. public void actionPCVoucher_actionPerformed(ActionEvent e) throws Exception
  598. {
  599. super.actionPCVoucher_actionPerformed(e);
  600. }
  601. /**
  602. * output actionDelPCVoucher_actionPerformed
  603. */
  604. public void actionDelPCVoucher_actionPerformed(ActionEvent e) throws Exception
  605. {
  606. super.actionDelPCVoucher_actionPerformed(e);
  607. }
  608. /**
  609. * output actionFieldMapping_actionPerformed
  610. */
  611. public void actionFieldMapping_actionPerformed(ActionEvent e) throws Exception
  612. {
  613. super.actionFieldMapping_actionPerformed(e);
  614. }
  615. /**
  616. * output actionAudit_actionPerformed
  617. */
  618. public void actionAudit_actionPerformed(ActionEvent e) throws Exception
  619. {
  620. super.actionAudit_actionPerformed(e);
  621. }
  622. /**
  623. * output actionUnaudit_actionPerformed
  624. */
  625. public void actionUnaudit_actionPerformed(ActionEvent e) throws Exception
  626. {
  627. super.actionUnaudit_actionPerformed(e);
  628. }
  629. /**
  630. * output actionColumnCopyAll_actionPerformed
  631. */
  632. public void actionColumnCopyAll_actionPerformed(ActionEvent e) throws Exception
  633. {
  634. super.actionColumnCopyAll_actionPerformed(e);
  635. }
  636. /**
  637. * output actionColumnCopySelect_actionPerformed
  638. */
  639. public void actionColumnCopySelect_actionPerformed(ActionEvent e) throws Exception
  640. {
  641. super.actionColumnCopySelect_actionPerformed(e);
  642. }
  643. /**
  644. * output actionPerson_actionPerformed
  645. */
  646. public void actionPerson_actionPerformed(ActionEvent e) throws Exception
  647. {
  648. super.actionPerson_actionPerformed(e);
  649. }
  650. /**
  651. * output getBizInterface method
  652. */
  653. protected com.kingdee.eas.framework.ICoreBase getBizInterface() throws Exception
  654. {
  655. return com.kingdee.eas.custom.compensation.push_bill.PayrollDistributionSlipFactory.getRemoteInstance();
  656. }
  657. /**
  658. * output createNewDetailData method
  659. */
  660. protected IObjectValue createNewDetailData(KDTable table)
  661. {
  662. return null;
  663. }
  664. /**
  665. * output createNewData method
  666. */
  667. protected com.kingdee.bos.dao.IObjectValue createNewData()
  668. {
  669. com.kingdee.eas.custom.compensation.push_bill.PayrollDistributionSlipInfo objectValue = new com.kingdee.eas.custom.compensation.push_bill.PayrollDistributionSlipInfo();
  670. if (com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")) != null)
  671. objectValue.put("adminOrgUnit",com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentOrgUnit(com.kingdee.eas.basedata.org.OrgType.getEnum("Admin")));
  672. objectValue.setCreator((com.kingdee.eas.base.permission.UserInfo)(com.kingdee.eas.common.client.SysContext.getSysContext().getCurrentUser()));
  673. return objectValue;
  674. }
  675. }