Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
33bfff04
Commit
33bfff04
authored
Sep 08, 2025
by
谭俊忻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 完成刀模使用履历表的开发
parent
ba52b62c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
362 additions
and
0 deletions
+362
-0
knifeMoldUsage.js
src/api/mes/proTable/knifeMoldUsage.js
+45
-0
index.vue
src/views/mes/proTable/knifeMoldUsage/index.vue
+317
-0
No files found.
src/api/mes/proTable/knifeMoldUsage.js
0 → 100644
View file @
33bfff04
import
request
from
'@/utils/request'
// 刀模板履历日记查询(摸具使用统计表)
export
function
getListApi
(
query
)
{
return
request
({
url
:
"/report/tm/toolReport/getList"
,
method
:
"get"
,
params
:
query
,
});
}
// 履历状态字典
export
function
getResumeStatusApi
()
{
return
request
({
url
:
"/common/enum/getTmToolLogOperationType"
,
method
:
"get"
,
});
}
// 物料维保预警统计
export
function
getMaterialMaintenanceListApi
(
query
)
{
return
request
({
url
:
"/report/tm/toolReport/statisticsAll"
,
method
:
"get"
,
params
:
query
,
});
}
// SN维保预警清单10% 30%
export
function
getSnMaintenanceListApi
(
query
)
{
return
request
({
url
:
'/mes/tm/tool/list'
,
method
:
'get'
,
params
:
query
})
}
// SN生命周期统计
export
function
getSnLifecycleListApi
(
query
)
{
return
request
({
url
:
"/report/tm/toolReport/statisticsLifeCycle"
,
method
:
"get"
,
params
:
query
,
});
}
src/views/mes/proTable/knifeMoldUsage/index.vue
0 → 100644
View file @
33bfff04
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