Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
a7dce4c0
Commit
a7dce4c0
authored
Jun 25, 2025
by
柏宁宁
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'renyuan-oee' 到 'master'
荏原 新增oee 时间利用率报表 个性化需求 查看合并请求
!19
parents
f8f15897
a9d775ec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
qdry_project/controllers/controllers.py
+8
-0
qdry_project/static/src/view/oee_time_sequence_table.html
+0
-0
No files found.
qdry_project/controllers/controllers.py
View file @
a7dce4c0
...
@@ -30,6 +30,14 @@ class RokeMesThreeColourLight(http.Controller):
...
@@ -30,6 +30,14 @@ class RokeMesThreeColourLight(http.Controller):
data
=
{
"code"
:
1
,
"message"
:
"请求通过"
,
"data"
:
{
"factory_code"
:
factory_code
}}
data
=
{
"code"
:
1
,
"message"
:
"请求通过"
,
"data"
:
{
"factory_code"
:
factory_code
}}
template
=
env
.
get_template
(
'oee_analysis.html'
)
template
=
env
.
get_template
(
'oee_analysis.html'
)
return
template
.
render
(
data
)
return
template
.
render
(
data
)
@http.route
(
"/roke/three_color_light/oee_time_sequence_table"
,
type
=
"http"
,
auth
=
'none'
,
cors
=
'*'
,
csrf
=
False
)
def
oee_time_sequence_table
(
self
,
**
kwargs
):
_self
=
http
.
request
factory_code
=
http
.
request
.
env
(
user
=
SUPERUSER_ID
)[
'ir.config_parameter'
]
.
get_param
(
'database.uuid'
,
default
=
""
)
data
=
{
"code"
:
1
,
"message"
:
"请求通过"
,
"data"
:
{
"factory_code"
:
factory_code
}}
template
=
env
.
get_template
(
'oee_time_sequence_table.html'
)
return
template
.
render
(
data
)
@http.route
(
'/roke/workstation/plant/tree'
,
type
=
'json'
,
auth
=
'none'
,
csrf
=
False
,
cors
=
"*"
)
@http.route
(
'/roke/workstation/plant/tree'
,
type
=
'json'
,
auth
=
'none'
,
csrf
=
False
,
cors
=
"*"
)
def
get_roke_workstation_plant
(
self
):
def
get_roke_workstation_plant
(
self
):
...
...
qdry_project/static/src/view/oee_time_sequence_table.html
0 → 100644
View file @
a7dce4c0
This diff is collapsed.
Click to expand it.
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