add 装箱暂存管理/分切上料/分切下料/子卷绑定/生箔工序/烘烤工序
This commit is contained in:
@@ -96,4 +96,86 @@ export const toCleanCutCacheInventory = (code) => request({
|
||||
export const doSubVolumeBindingWeight = (cn, roll, paper) => request({
|
||||
url:'api/pda/nbj/doSubVolumeBindingWeight',
|
||||
data: {container_name: cn, roll_weight: roll, paper_weight: paper}
|
||||
})
|
||||
})
|
||||
// 装箱暂存管理
|
||||
export const getZxPointList = () => request({
|
||||
url:'api/pda/encasement/getZxPointList',
|
||||
data: {}
|
||||
})
|
||||
export const setEmptyVehicle = (code, vcode) => request({
|
||||
url:'api/pda/encasement/setEmptyVehicle',
|
||||
data: {point_code: code, vehicle_code: vcode}
|
||||
})
|
||||
export const doClearPoint = (code) => request({
|
||||
url:'api/pda/encasement/doClearPoint',
|
||||
data: {point_code: code}
|
||||
})
|
||||
// 分切上料
|
||||
export const queryOrderInfo = () => request({
|
||||
url:'api/pda/slitter/queryOrderInfo',
|
||||
data: {}
|
||||
})
|
||||
export const slitvehicleReturn = (code) => request({
|
||||
url:'api/pda/slitter/vehicleReturn',
|
||||
data: {point_code: code}
|
||||
})
|
||||
export const slitcallSlitterRoll = (id, code, zc, rn) => request({
|
||||
url:'api/pda/slitter/callSlitterRoll',
|
||||
data: {workorder_id: id, point_code: code, zc_point: zc, resource_name: rn}
|
||||
})
|
||||
export const slitsendSlitterRoll = (code) => request({
|
||||
url:'api/pda/slitter/sendSlitterRoll',
|
||||
data: {point_code: code}
|
||||
})
|
||||
export const slitallowCoiling = (code) => request({
|
||||
url:'api/pda/slitter/allowCoiling',
|
||||
data: {point_code: code}
|
||||
})
|
||||
// 分切下料
|
||||
export const querySlitterDeviceSubVolumeInfos = (code) => request({
|
||||
url:'api/pda/slitter/querySlitterDeviceSubVolumeInfos',
|
||||
data: {point_code: code}
|
||||
})
|
||||
export const slitterDown = (code) => request({
|
||||
url:'api/pda/slitter/slitterDown',
|
||||
data: {point_code: code}
|
||||
})
|
||||
// 子卷绑定
|
||||
export const devicePointQuery = (code) => request({
|
||||
url:'api/pda/slitter/devicePointQuery',
|
||||
data: {device_code: code}
|
||||
})
|
||||
export const bindSlitterSubVolumeInfo = (code, cn) => request({
|
||||
url:'api/pda/slitter/bindSlitterSubVolumeInfo',
|
||||
data: {device_code: code, container_name: cn}
|
||||
})
|
||||
// 生箔工序
|
||||
export const needEmptyVehicle = (code) => request({
|
||||
url:'api/pda/raw/needEmptyVehicle',
|
||||
data: {point_code: code}
|
||||
})
|
||||
export const necessaryEmptyVehicle = (code) => request({
|
||||
url:'api/pda/raw/necessaryEmptyVehicle',
|
||||
data: {point_code: code}
|
||||
})
|
||||
export const needEmptyAxisv2 = (code, order, is) => request({
|
||||
url:'api/pda/raw/needEmptyAxis/v2',
|
||||
data: {point_code: code, order_code: order, is_call_empty: is}
|
||||
})
|
||||
export const confirmBlanking = (code) => request({
|
||||
url:'api/pda/raw/confirmBlanking',
|
||||
data: {point_code: code}
|
||||
})
|
||||
// 烘烤工序
|
||||
export const getHotTempPointInfo = (code, order) => request({
|
||||
url:'api/pda/baking/getHotTempPointInfo',
|
||||
data: {point_code: code, order_code: order}
|
||||
})
|
||||
export const doModifyRawInfos = (code, order, temperature, time) => request({
|
||||
url:'api/pda/baking/doModifyRawInfos',
|
||||
data: {point_code: code, order_code: order, temperature: temperature, time: time}
|
||||
})
|
||||
export const bakingQuality = (code, quality) => request({
|
||||
url:'api/pda/baking/bakingQuality',
|
||||
data: {point_code: code, quality: quality}
|
||||
})
|
||||
|
||||
@@ -8,7 +8,10 @@ export const authority = () => {
|
||||
{path: 'RF01', title: '收卷辊库', sonTree: [{title: '收卷辊管理', path: '/pages/manage/roll-manage'}]},
|
||||
{path: 'RF01', title: '检测取样', sonTree: [{title: '呼叫取样', path: '/pages/manage/call-sampling'}]},
|
||||
{path: 'RF01', title: '废箔处理', sonTree: [{title: '废箔搬运', path: '/pages/manage/waste-foil-move'}]},
|
||||
{path: 'RF01', title: '内包间', sonTree: [{title: '管芯入库', path: '/pages/manage/tube-core-storage'}, {title: '管芯出库', path: '/pages/manage/tube-core-out'}, {title: '套轴绑定', path: '/pages/manage/axis-bind'}, {title: '重量维护', path: '/pages/manage/weight-bind'}]}
|
||||
{path: 'RF01', title: '内包间', sonTree: [{title: '管芯入库', path: '/pages/manage/tube-core-storage'}, {title: '管芯出库', path: '/pages/manage/tube-core-out'}, {title: '套轴绑定', path: '/pages/manage/axis-bind'}, {title: '重量维护', path: '/pages/manage/weight-bind'}]},
|
||||
{path: 'RF01', title: '装箱区', sonTree: [{title: '装箱暂存管理', path: '/pages/manage/pack-storage'}]},
|
||||
{path: 'RF01', title: '分切管理', sonTree: [{title: '分切上料', path: '/pages/manage/split-feed'}, {title: '分切下料', path: '/pages/manage/split-cut'}, {title: '子卷绑定', path: '/pages/manage/sub-vol-bind'}]},
|
||||
{path: 'RF01', title: '生产管理', sonTree: [{title: '生箔工序', path: '/pages/manage/raw-foil-progess'}, {title: '烘烤工序', path: '/pages/manage/bake-process'}]}
|
||||
]
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user