子卷质检
This commit is contained in:
@@ -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}
|
||||
})
|
||||
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user