| 123456789101112131415161718192021222324252627282930 |
- <Dept>
- <DeptList>
- <Department Key="xsgl" Caption="销售管理" Image="xsgl"/>
- <Department Key="jhgl" Caption="计划管理" Image="jhgl"/>
- <Department Key="zlgl" Caption="质量管理" Image="zlgl"/>
- <Department Key="jlgl" Caption="计量管理" Image="jlgl"/>
- <Department Key="kcgl" Caption="库存管理" Image="kcgl"/>
- <Department Key="xtgl" Caption="系统管理" Image="xtgl"/>
- </DeptList>
- <Deptfunc>
- <Department Key="xsgl">
- <销售管理>
- <订单管理>
- <订单录入>
- <订单录入/>
- <订单录入/>
- <订单录入/>
- </订单录入>
- <订单关闭/>
- </订单管理>
- </销售管理>
- </Department>
- <Department Key="jhgl">
- <计划管理>
- <计划制定/>
- <计划下发/>
- </计划管理>
- </Department>
- </Deptfunc>
- </Dept>
|