虚拟入库

This commit is contained in:
2026-04-01 17:43:22 +08:00
parent 0ebfe3a705
commit 2e64ca3ccc
7 changed files with 504 additions and 3 deletions

View File

@@ -272,6 +272,13 @@ export const confirmMore = (rows) => request({
data: {rows: rows}
})
// 虚拟入库(仓储管理)共 (1) 个
// 确认入库
export const hyConfirmIn = (rows) => request({
url:'api/pdaWarehouse/hyConfirmIn',
data: {rows: rows}
})
/**
* 生产管理
*/

View File

@@ -25,7 +25,10 @@ export const allAuthority = () => {
{menu_id: '2', title: '直接入库', path: '/pages/hdyy/ccgl/zj-instore'},
{menu_id: '3', title: '直接出库', path: '/pages/hdyy/ccgl/zj-outstore'},
{menu_id: '4', title: '库内合盘', path: '/pages/hdyy/ccgl/kn-hepan'},
{menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'}
{menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'},
{menu_id: '6', title: '虚拟入库', path: '/pages/hdyy/ccgl/xuni-instore'},
{menu_id: '7', title: '虚拟出库', path: '/pages/hdyy/ccgl/xuni-outstore'}
]},
{menu_id: '5', path: 'RF05', title: '生产管理', sonTree: [
{menu_id: '1', title: '成品出料', path: '/pages/hdyy/scgl/cp-chuliao'},