子卷质检、add管制点修改
This commit is contained in:
@@ -148,8 +148,15 @@ export const doInitShaftPoint = (code, is) => request({
|
||||
/**
|
||||
* 子卷质检
|
||||
*/
|
||||
export const updatePackageInfo = (ivt, cn, code) => request({
|
||||
export const updatePackageInfo = (ivt, cn) => request({
|
||||
url:'api/twoPda/vehicle/updatePackageInfo',
|
||||
data: {ivt_status: ivt, container_name: cn}
|
||||
})
|
||||
/**
|
||||
* 管制点修改
|
||||
*/
|
||||
export const updatePackageInfo2 = (ivt, cn, code) => request({
|
||||
url:'/api/twoPda/vehicle/updatePackageInfo2',
|
||||
data: {ivt_status: ivt, container_name: cn, pointCode: code}
|
||||
})
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,7 @@ export const allAuthority = () => {
|
||||
// {menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'},
|
||||
{menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'},
|
||||
{menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'},
|
||||
{menu_id: '6', title: '管制点修改', path: '/pages/SecondPhase/production/ControlPoint'},
|
||||
{menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'},
|
||||
{menu_id: '8', title: '木箱库存', path: '/pages/SecondPhase/production/BoxStock'},
|
||||
{menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'},
|
||||
|
||||
Reference in New Issue
Block a user