空轴
This commit is contained in:
@@ -41,9 +41,9 @@ export const authority = () => {
|
||||
]},
|
||||
{menu_id: '3', path: 'RF03', name: '分切管理', sonTree: [
|
||||
{menu_id: '1', name: '分切上料', path: '/pages/ProductManage/SlittingFeeding'},
|
||||
{menu_id: '2', name: '子卷套管', path: '/pages/ProductManage/ZjCasing'},
|
||||
{menu_id: '3', name: '子卷配送', path: '/pages/ProductManage/ZjDelivery'},
|
||||
{menu_id: '4', name: '子卷进站', path: '/pages/ProductManage/ZjInStore'},
|
||||
{menu_id: '2', name: '空轴套管', path: '/pages/ProductManage/ZjCasing'},
|
||||
{menu_id: '3', name: '空轴配送', path: '/pages/ProductManage/ZjDelivery'},
|
||||
{menu_id: '4', name: '空轴进站', path: '/pages/ProductManage/ZjInStore'},
|
||||
{menu_id: '5', name: '子卷出站', path: '/pages/ProductManage/ZjOutStore'},
|
||||
]},
|
||||
{menu_id: '4', path: 'RF04', name: '点位管理', sonTree: [
|
||||
@@ -116,7 +116,7 @@ export const emptyConfirm = (jo, qty, code, option) => request({
|
||||
})
|
||||
|
||||
/**
|
||||
* 子卷套管
|
||||
* 空轴套管
|
||||
*/
|
||||
// 1.1分切计划初始化查询
|
||||
export const queryMaterialInfo2 = (code, area, device, name, page, size) => request({
|
||||
@@ -170,7 +170,7 @@ export const casingWearConfirm = (qzz, code) => request({
|
||||
})
|
||||
|
||||
/**
|
||||
* 子卷配送
|
||||
* 空轴配送
|
||||
*/
|
||||
// 1.1分切计划初始化查询
|
||||
export const queryMaterialInfo3 = (code, qzz, area, device) => request({
|
||||
@@ -224,7 +224,7 @@ export const acrossVehicle = (code) => request({
|
||||
})
|
||||
|
||||
/**
|
||||
* 子卷进站
|
||||
* 空轴进站
|
||||
*/
|
||||
// 1.1分切计划初始化查询
|
||||
export const queryMaterialInfo5 = (code, area) => request({
|
||||
|
||||
Reference in New Issue
Block a user