子卷质检

This commit is contained in:
2024-06-19 08:46:26 +08:00
parent 33ab62b369
commit 57144e4a26
4 changed files with 90 additions and 1 deletions

View File

@@ -146,4 +146,11 @@ export const getShaftPoint = () => request({
export const doInitShaftPoint = (code) => request({
url:'api/pda/slitter/doInitShaftPoint',
data: {point_code: code}
})
/**
* 子卷质检
*/
export const updatePackageInfo = (ivt, cn) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn}
})

View File

@@ -70,7 +70,8 @@ export const authority = () => {
{menu_id: '2', title: '生箔工序', path: '/pages/SecondPhase/production/SboProcess'},
{menu_id: '3', title: '烘烤工序', path: '/pages/SecondPhase/production/BakeProcess'},
{menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'},
{menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'}
{menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'},
{menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'}
]},
{menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [
{menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'},