清洗
This commit is contained in:
@@ -43,8 +43,7 @@ export const authority = () => {
|
||||
name: '清洗管理',
|
||||
sonTree: [
|
||||
{menu_id: '1', name: '清洗上料', path: '/cleaningloading'},
|
||||
{menu_id: '2', name: '清洗下料', path: '/cleaningcutting'},
|
||||
{menu_id: '3', name: '人工倒料', path: '/manpour'}
|
||||
{menu_id: '2', name: '人工倒料', path: '/manpour'}
|
||||
]
|
||||
},
|
||||
{menu_id: '6',
|
||||
|
||||
@@ -321,16 +321,16 @@ export const washSubmitWash = (arr) => post('api/pda/wash/submitWash', arr)
|
||||
* 清洗下料
|
||||
*/
|
||||
// 1.1查询列表
|
||||
// export const washWashTasks = (area) => post('api/pda/wash/washTasks', {
|
||||
// product_area: area
|
||||
// })
|
||||
export const washWashTasks = (area) => {
|
||||
let res = {
|
||||
code: 200,
|
||||
content: [{task_id: '1', sep_on: '1'}, {task_id: '2', sep_on: '2'}]
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const washWashTasks = (area) => post('api/pda/wash/washTasks', {
|
||||
product_area: area
|
||||
})
|
||||
// export const washWashTasks = (area) => {
|
||||
// let res = {
|
||||
// code: 200,
|
||||
// content: [{task_id: '1', sep_on: '1'}, {task_id: '2', sep_on: '2'}]
|
||||
// }
|
||||
// return res
|
||||
// }
|
||||
// 1.2获取信息
|
||||
export const washWashVechileInfo = (area) => post('api/pda/wash/washVechileInfo', {
|
||||
product_area: area
|
||||
|
||||
Reference in New Issue
Block a user