半成品出入库
This commit is contained in:
@@ -40,8 +40,10 @@ export const authority = () => {
|
||||
{menu_id: '1', name: '半成品入库', path: '/pages/management/HalfFinishedInStore'},
|
||||
{menu_id: '2', name: '成品入库', path: '/pages/management/FinishedInStore'},
|
||||
{menu_id: '3', name: '发货确认', path: '/pages/management/DeliveryConfirm'},
|
||||
{menu_id: '4', name: '半成品盘点', path: '/pages/management/semifinishedcheck'},
|
||||
{menu_id: '5', name: '半成品拼盘', path: '/pages/management/semifinishedcompose'}
|
||||
{menu_id: '4', name: '半成品入库', path: '/pages/management/SemifinishedInStore'},
|
||||
{menu_id: '5', name: '半成品出库', path: '/pages/management/SemifinishedOutStore'},
|
||||
{menu_id: '6', name: '半成品盘点', path: '/pages/management/semifinishedcheck'},
|
||||
{menu_id: '7', name: '半成品拼盘', path: '/pages/management/semifinishedcompose'}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -149,9 +151,9 @@ export const releasepoint = (point, code, option) => request({
|
||||
export const semiProductInFromPda = (id, mid, qty, code) => request({
|
||||
url:'api/in/semiProductIn/semiProductInFromPda',
|
||||
data: {
|
||||
iostorinv_id: id,
|
||||
material_id: mid,
|
||||
plan_qty: qty,
|
||||
iostorinv_id: id,
|
||||
material_id: mid,
|
||||
plan_qty: qty,
|
||||
storagevehicle_code: code
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user