deptfuncold.core.svn-base 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <Dept>
  2. <DeptList>
  3. <Department Key="xsgl" Caption="销售管理" Image="xsgl"/>
  4. <Department Key="jhgl" Caption="计划管理" Image="jhgl"/>
  5. <Department Key="zlgl" Caption="质量管理" Image="zlgl"/>
  6. <Department Key="jlgl" Caption="计量管理" Image="jlgl"/>
  7. <Department Key="kcgl" Caption="库存管理" Image="kcgl"/>
  8. <Department Key="xtgl" Caption="系统管理" Image="xtgl"/>
  9. </DeptList>
  10. <Deptfunc>
  11. <Department Key="xsgl">
  12. <销售管理>
  13. <订单管理>
  14. <订单录入>
  15. <订单录入/>
  16. <订单录入/>
  17. <订单录入/>
  18. </订单录入>
  19. <订单关闭/>
  20. </订单管理>
  21. </销售管理>
  22. </Department>
  23. <Department Key="jhgl">
  24. <计划管理>
  25. <计划制定/>
  26. <计划下发/>
  27. </计划管理>
  28. </Department>
  29. </Deptfunc>
  30. </Dept>