This commit is contained in:
2026-03-12 13:49:00 +08:00
parent 847cd05d54
commit 566ac88c89
8 changed files with 339 additions and 6 deletions

View File

@@ -506,7 +506,7 @@ export const callCarIos = () => request({
data: {}
})
// 确认送料
export const sendTask = () => request({
export const sendTask = (rows) => request({
url:'api/notCar/sendTask',
data: {rows: rows}
})

View File

@@ -7,6 +7,7 @@ export const allAuthority = () => {
{menu_id: '1', path: 'RF01', title: '无人车对接', sonTree: [
{menu_id: '1', title: '无人车卸货', path: '/pages/hdyy/wrcdj/wrc-unload'},
{menu_id: '2', title: '无人车装货', path: '/pages/hdyy/wrcdj/wrc-load'},
{menu_id: '3', title: '仓库送料', path: '/pages/hdyy/wrcdj/cksl'},
]},
{menu_id: '2', path: 'RF02', title: '空载具管理', sonTree: [
{menu_id: '1', title: '空载具入库', path: '/pages/hdyy/kzj/kzj-instore'},