add重量维护
This commit is contained in:
@@ -91,4 +91,9 @@ export const doBindingGx = (code, row) => request({
|
||||
export const toCleanCutCacheInventory = (code) => request({
|
||||
url:'api/pda/nbj/toCleanCutCacheInventory',
|
||||
data: {point_code: code}
|
||||
})
|
||||
// 重量维护
|
||||
export const doSubVolumeBindingWeight = (cn, roll, paper) => request({
|
||||
url:'api/pda/nbj/doSubVolumeBindingWeight',
|
||||
data: {container_name: cn, roll_weight: roll, paper_weight: paper}
|
||||
})
|
||||
@@ -8,7 +8,7 @@ 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'}]}
|
||||
{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'}]}
|
||||
]
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user