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
da800d07
Commit
da800d07
authored
Aug 01, 2024
by
刘凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改模板
parent
7c2b62e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
DPSubController.java
...boot/module/statistcs/biz/controller/DPSubController.java
+2
-0
inspection.json
...le-statistics-biz/src/main/resources/json/inspection.json
+4
-7
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/controller/DPSubController.java
View file @
da800d07
...
...
@@ -68,6 +68,8 @@ public class DPSubController {
Assert
.
notNull
(
param
.
get
(
"sequenceNbr"
),
"sequenceNbr不能为空"
);
}
else
if
(
template
.
equals
(
"registration"
))
{
// 登记证
Assert
.
notNull
(
param
.
get
(
"sequenceNbr"
),
"sequenceNbr不能为空"
);
}
else
if
(
template
.
equals
(
"inspection"
))
{
// 报检
Assert
.
notNull
(
param
.
get
(
"sequenceNbr"
),
"sequenceNbr不能为空"
);
}
else
{
throw
new
RuntimeException
(
"暂无模板"
);
}
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/
reportEqu
.json
→
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/
inspection
.json
View file @
da800d07
{
"name"
:
"
问题
模板"
,
"name"
:
"
报检
模板"
,
"tabs"
:
[
{
"key"
:
"keyinfo"
,
...
...
@@ -8,10 +8,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/jyjc/jyjc-inspection-application/selectOneForBigScreen/{sequenceNbr}"
,
"params"
:
{
}
"apiPath"
:
"/jyjc/jyjc-inspection-application/selectOneForBigScreen/{sequenceNbr}"
}
}
},
...
...
@@ -23,7 +20,7 @@
"dataConfig"
:
{
"api"
:
{
"httpMethod"
:
"GET"
,
"apiPath"
:
"/jyjc/jyjc-inspection-application/{sequenceNbr}"
,
"apiPath"
:
"/jyjc/jyjc-inspection-application/
selectOneForBigScreenEqu/
{sequenceNbr}"
,
"params"
:
{
"current"
:
1
,
"size"
:
10
,
...
...
@@ -32,7 +29,7 @@
}
},
"visualParams"
:
{
"rowKey"
:
"
record
"
,
"rowKey"
:
"
SEQUENCE_NBR
"
,
"columns"
:
[
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"EQU_CATEGORY"
,
"width"
:
150
,
"align"
:
"left"
,
"title"
:
"设备类别"
,
"key"
:
"1"
},
{
"dataRenderingMode"
:
"defaultText"
,
"dataIndex"
:
"EQU_DEFINE"
,
"width"
:
200
,
"align"
:
"left"
,
"title"
:
"设备品种"
,
"key"
:
"2"
},
...
...
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