| | |
| | | * 权限节点 |
| | | */ |
| | | @ApiModelProperty(value= "权限节点") |
| | | private Integer process; |
| | | private String process; |
| | | |
| | | /** |
| | | * 备注 |
| | |
| | | |
| | | public ProcessPermissions() {} |
| | | |
| | | public ProcessPermissions(String userName, Long userId, String priQuote, String reimburse, String standby1, String standby2, String standby3, String standby4, String standby5, String standby6, Integer process, String memo, Integer processMemo) { |
| | | public ProcessPermissions(String userName, Long userId, String priQuote, String reimburse, String standby1, String standby2, String standby3, String standby4, String standby5, String standby6, String process, String memo, Integer processMemo) { |
| | | this.userName = userName; |
| | | this.userId = userId; |
| | | this.priQuote = priQuote; |
| | |
| | | if (null == this.processMemo){ return null; } |
| | | switch (this.processMemo){ |
| | | case 1: |
| | | return "核价流程"; |
| | | return "规划流程"; |
| | | case 2: |
| | | return "报价流程"; |
| | | case 3: |
| | | return "报销流程"; |
| | | case 4: |
| | | return "出差流程"; |
| | | return "集成核价流程"; |
| | | case 5: |
| | | return "货架核价流程"; |
| | | case 7: |
| | | return "合同管理"; |
| | | case 101: |
| | | return "其它规划员"; |
| | | default: |
| | | return String.valueOf(this.processMemo); |
| | | } |