Commit a5c2b99f authored by chenzhao's avatar chenzhao

超设计年限登记-委托检验

parent 62b721e6
...@@ -22,7 +22,8 @@ public enum BizTypeEnum { ...@@ -22,7 +22,8 @@ public enum BizTypeEnum {
SUPERVISE("supervise", "监督检验","115"), SUPERVISE("supervise", "监督检验","115"),
FIRST_INSPECTION("firstinspect", "定(首)检","116"), FIRST_INSPECTION("firstinspect", "定(首)检","116"),
DETECTION("detection", "电梯检测","117"), DETECTION("detection", "电梯检测","117"),
BUSINESS_OPEN("businessOpen", "检验检测业务开通","114"); BUSINESS_OPEN("businessOpen", "检验检测业务开通","114"),
ENTRUST("entrust", "委托检验","120");
private String code; private String code;
private String name; private String name;
......
...@@ -44,7 +44,8 @@ public enum BusinessTypeEnum { ...@@ -44,7 +44,8 @@ public enum BusinessTypeEnum {
JY_INSPECTION_APPLICATION_DS("116", "定(首)检验"), JY_INSPECTION_APPLICATION_DS("116", "定(首)检验"),
JY_INSPECTION_APPLICATION_CHECK("117", "电梯检测"); JY_INSPECTION_APPLICATION_CHECK("117", "电梯检测"),
JY_INSPECTION_APPLICATION_ENTRUST("120", "委托检验");
private final String code; private final String code;
private final String name; private final String name;
......
...@@ -15,6 +15,7 @@ import java.util.Set; ...@@ -15,6 +15,7 @@ import java.util.Set;
public enum CategoryEnum { public enum CategoryEnum {
DETECTION("detection", JYJCTypeEnum.DTJC), DETECTION("detection", JYJCTypeEnum.DTJC),
FIRST_INSPECTION("firstinspect", JYJCTypeEnum.DQJY, JYJCTypeEnum.SCJY), FIRST_INSPECTION("firstinspect", JYJCTypeEnum.DQJY, JYJCTypeEnum.SCJY),
ENTRUST("entrust", JYJCTypeEnum.WTJY),
SUPERVISE("supervise", JYJCTypeEnum.WXJDJY, JYJCTypeEnum.GZJDJY, JYJCTypeEnum.AZJDJY); SUPERVISE("supervise", JYJCTypeEnum.WXJDJY, JYJCTypeEnum.GZJDJY, JYJCTypeEnum.AZJDJY);
private final String category; private final String category;
......
...@@ -24,6 +24,7 @@ public enum JYJCTypeEnum { ...@@ -24,6 +24,7 @@ public enum JYJCTypeEnum {
WXJDJY("WXJDJY", "维修监督检验", "jy", BizTypeEnum.SUPERVISE.getCode()), WXJDJY("WXJDJY", "维修监督检验", "jy", BizTypeEnum.SUPERVISE.getCode()),
SCJY("SCJY", "首次检验", "jy", BizTypeEnum.FIRST_INSPECTION.getCode()), SCJY("SCJY", "首次检验", "jy", BizTypeEnum.FIRST_INSPECTION.getCode()),
DQJY("DQJY", "定期检验", "jy", BizTypeEnum.FIRST_INSPECTION.getCode()), DQJY("DQJY", "定期检验", "jy", BizTypeEnum.FIRST_INSPECTION.getCode()),
WTJY("WTJY", "委托检验", "jy", BizTypeEnum.ENTRUST.getCode()),
DTJC("DTJC", "电梯检测", "jc", BizTypeEnum.DETECTION.getCode()); DTJC("DTJC", "电梯检测", "jc", BizTypeEnum.DETECTION.getCode());
private final String code; private final String code;
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
"type":"117", "type":"117",
"pageType": "draft", "pageType": "draft",
"url": "/mixuap?appId=1742358052905971713&id=1736733779709423618&roleIds={roleIds}&userId={userId}&pageType=edit" "url": "/mixuap?appId=1742358052905971713&id=1736733779709423618&roleIds={roleIds}&userId={userId}&pageType=edit"
},{
"type":"120",
"pageType": "draft",
"url": "/mixuap?appId=1742358052905971713&id=1897529486077882370&roleIds={roleIds}&userId={userId}&pageType=edit"
}, },
{ {
"type":"115", "type":"115",
...@@ -27,7 +31,16 @@ ...@@ -27,7 +31,16 @@
"type":"115", "type":"115",
"pageType": "edit", "pageType": "edit",
"url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit" "url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
},
{
"type":"120",
"pageType": "look",
"url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=look"
}, { }, {
"type":"120",
"pageType": "edit",
"url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
},{
"type":"116", "type":"116",
"pageType": "edit", "pageType": "edit",
"url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit" "url": "/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment