add 管芯入库/管芯出库/套轴绑定
This commit is contained in:
@@ -52,4 +52,43 @@ export const startMoveWasteFoilv2 = (code) => request({
|
||||
export const resumeMoveWasteFoilv2 = (flag, code) => request({
|
||||
url:'api/pda/other/resumeMoveWasteFoil/v2',
|
||||
data: {flag: flag, point_code: code}
|
||||
})
|
||||
// 管芯入库
|
||||
export const gxgetGxSpecification = () => request({
|
||||
url:'api/pda/gx/getGxSpecification',
|
||||
data: {}
|
||||
})
|
||||
export const gxconfirmedInStorage = (num, code, spec) => request({
|
||||
url:'api/pda/gx/confirmedInStorage',
|
||||
data: {gx_number: num, material_code: code, material_spec: spec}
|
||||
})
|
||||
export const gxremainingQty = () => request({
|
||||
url:'api/pda/gx/remainingQty',
|
||||
data: {}
|
||||
})
|
||||
// 管芯出库
|
||||
export const gxconfirmedOutStorage = (num, code, spec) => request({
|
||||
url:'api/pda/gx/confirmedOutStorage',
|
||||
data: {number: num, material_code: code, material_spec: spec}
|
||||
})
|
||||
// 套轴绑定
|
||||
export const getSlitterDeviceBox = () => request({
|
||||
url:'api/pda/nbj/getSlitterDeviceBox',
|
||||
data: {}
|
||||
})
|
||||
export const getSlitterNeedShaftPlans = () => request({
|
||||
url:'api/pda/nbj/getSlitterNeedShaftPlans',
|
||||
data: {point_code: code, device: device}
|
||||
})
|
||||
export const doSendShaft = (code, device) => request({
|
||||
url:'api/pda/nbj/doSendShaft',
|
||||
data: {point_code: code, device: device}
|
||||
})
|
||||
export const doBindingGx = (code, row) => request({
|
||||
url:'api/pda/nbj/doBindingGx',
|
||||
data: {point_code: code, row: row}
|
||||
})
|
||||
export const toCleanCutCacheInventory = (code) => request({
|
||||
url:'api/pda/nbj/toCleanCutCacheInventory',
|
||||
data: {point_code: code}
|
||||
})
|
||||
@@ -7,7 +7,8 @@ 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/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'}]}
|
||||
]
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user