Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
31c90b58
Commit
31c90b58
authored
Jul 29, 2024
by
刘凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改直接返回API结果
parent
d5598d6f
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
158 additions
and
136 deletions
+158
-136
DPSubServiceImpl.java
...t/module/statistcs/biz/service/impl/DPSubServiceImpl.java
+6
-1
company.json
...odule-statistics-biz/src/main/resources/json/company.json
+12
-3
equip_1000.json
...le-statistics-biz/src/main/resources/json/equip_1000.json
+14
-13
equip_2000.json
...le-statistics-biz/src/main/resources/json/equip_2000.json
+33
-32
equip_3000.json
...le-statistics-biz/src/main/resources/json/equip_3000.json
+16
-15
equip_4000.json
...le-statistics-biz/src/main/resources/json/equip_4000.json
+14
-13
equip_5000.json
...le-statistics-biz/src/main/resources/json/equip_5000.json
+14
-13
equip_6000.json
...le-statistics-biz/src/main/resources/json/equip_6000.json
+14
-13
equip_8000.json
...le-statistics-biz/src/main/resources/json/equip_8000.json
+21
-20
equip_9000.json
...le-statistics-biz/src/main/resources/json/equip_9000.json
+14
-13
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/DPSubServiceImpl.java
View file @
31c90b58
...
...
@@ -165,6 +165,10 @@ public class DPSubServiceImpl {
public
JSONObject
buildContentKeyinfoData
(
JSONObject
tab
,
JSONObject
content
,
Object
apiResult
){
JSONObject
result
=
JSONObject
.
parseObject
(
apiResult
.
toString
());
if
(
tab
.
getString
(
"template"
).
contains
(
"emergency"
)){
content
.
put
(
"keyinfo"
,
result
);
return
content
;
}
JSONObject
param
=
tab
.
getJSONObject
(
"param"
);
Object
keyParams
=
JsonValueUtils
.
getValueByKey
(
content
,
"keyinfo"
,
"keyinfo.keyParams"
);
if
(
ValidationUtil
.
isEmpty
(
keyParams
)){
...
...
@@ -190,9 +194,10 @@ public class DPSubServiceImpl {
((
JSONArray
)
keyParams
).
stream
().
forEach
(
x
->
{
JSONObject
xobj
=
(
JSONObject
)
x
;
xobj
.
put
(
"type"
,
"text"
);
xobj
.
put
(
"value"
,
result
.
get
(
xobj
.
getString
(
"key"
)));
xobj
.
put
(
"value"
,
"param"
.
equals
(
xobj
.
getString
(
"source"
))
?
param
.
get
(
xobj
.
getString
(
"key"
))
:
result
.
get
(
xobj
.
getString
(
"key"
)));
});
this
.
processQRCodeWidget
(
content
.
getJSONObject
(
"keyinfo"
).
getJSONObject
(
"qrcode"
),
result
);
this
.
processQRCodeWidget
(
content
.
getJSONObject
(
"keyinfo"
).
getJSONObject
(
"qrcode"
),
result
);
if
(
tab
.
getString
(
"template"
).
contains
(
"equip"
)){
// 处理问题列表
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/company.json
View file @
31c90b58
...
...
@@ -8,7 +8,10 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/jczs/baseEnterprise/{sequenceNbr}"
"apiPath"
:
"/tcm/baseEnterprise/getInfoByUseCode/map"
,
"params"
:
{
"useCode"
:
"{useUnitCode}"
}
}
}
},
...
...
@@ -71,9 +74,15 @@
],
"content"
:
{
"keyinfo"
:
{
"status"
:
[],
"status"
:
[
{
"key"
:
"unitType"
,
"label"
:
""
,
"icon"
:
""
,
"value"
:
"success"
},
{
"key"
:
"2"
,
"label"
:
""
,
"icon"
:
""
,
"value"
:
"success"
},
{
"key"
:
"3"
,
"label"
:
"否"
,
"icon"
:
""
,
"value"
:
"error"
},
{
"key"
:
"4"
,
"label"
:
"否"
,
"icon"
:
""
,
"value"
:
"stop"
}
],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"unitType"
,
"label"
:
"单位类型"
},
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_1000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -122,20 +122,21 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_2000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -126,43 +126,44 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams_default"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"keyParams_2300_true"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备类别"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"keyParams_2300_false"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType"
,
"label"
:
"使用单位地址
"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"车牌号"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"车辆VIN码"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"气瓶品种"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"产品名称"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"气瓶数量"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"充装介质"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"下次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS"
,
"label"
:
"设备使用地点
"
},
{
"key"
:
"
CAR_NUMBER
"
,
"label"
:
"车牌号"
},
{
"key"
:
"
IDENTIFICATION_CODE
"
,
"label"
:
"车辆VIN码"
},
{
"key"
:
"
EQU_TYPE
"
,
"label"
:
"气瓶品种"
},
{
"key"
:
"
PRODUCT_NAME
"
,
"label"
:
"产品名称"
},
{
"key"
:
"
GAS_NUM
"
,
"label"
:
"气瓶数量"
},
{
"key"
:
"
FILLING_MEDIUM
"
,
"label"
:
"充装介质"
},
{
"key"
:
"
NEXT_INSPECTION_DATE
"
,
"label"
:
"下次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_3000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -122,22 +122,23 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类
"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别
"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种
"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"维保单位名称"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"维保备案有效期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param
"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param
"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param
"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
ME_UNIT_NAME
"
,
"label"
:
"维保单位名称"
},
{
"key"
:
"
INFORM_END
"
,
"label"
:
"维保备案有效期"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_4000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -118,20 +118,21 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_5000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -114,20 +114,21 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_6000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -108,20 +108,21 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_8000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -114,29 +114,30 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams_default"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"keyParams_8300"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备类别"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_9000.json
View file @
31c90b58
...
...
@@ -8,7 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById"
,
"apiPath"
:
"/ymt/equipment-category/getFormRecordById
/map
"
,
"params"
:
{
"alias"
:
"{EQU_LIST_CODE}"
,
"id"
:
"{SEQUENCE_NBR}"
...
...
@@ -114,20 +114,21 @@
"keyinfo"
:
{
"status"
:
[],
"qrcode"
:
{
"title"
:
"监管码"
"title"
:
"监管码"
,
"problem"
:
[]
},
"keyParams"
:
[
{
"key"
:
"
unitType
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
useUnit
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
useUnitCode
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
unitType
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
useUnit"
,
"label"
:
"设备种类"
},
{
"key"
:
"
useUnitCode"
,
"label"
:
"设备类别"
},
{
"key"
:
"
governingBody"
,
"label"
:
"设备品种"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
governingBody
"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"
USE_ORG_CODE
"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"
ORG_BRANCH_NAME
"
,
"label"
:
"登记机关"
},
{
"key"
:
"
REC_DATE
"
,
"label"
:
"登记日期"
},
{
"key"
:
"
USE_UNIT_NAME
"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"
ADDRESS
"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"
EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"
EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE
"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCE_UNIT_CREDIT_CODE
"
,
"label"
:
"设备代码"
},
{
"key"
:
"
NEXT_INSPECT_DATE
"
,
"label"
:
"下一次检验日期"
}
],
"infoRecords"
:
{
"title"
:
"监管记录"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment