大改
This commit is contained in:
@@ -307,6 +307,13 @@ export const letterCallVechile = (id) => post('api/pda/callVechile', {
|
||||
*/
|
||||
// 1.1车间列表
|
||||
export const dictAll = () => post('api/dict/all', {})
|
||||
// export const dictAll = () => {
|
||||
// let res = {
|
||||
// code: 200,
|
||||
// content: [{value: '1', label: '1'}, {value: '2', label: '2'}]
|
||||
// }
|
||||
// return res
|
||||
// }
|
||||
// 1.1规格列表
|
||||
export const washSpecList = () => post('api/pda/wash/specList', {})
|
||||
// 1.2查询列表
|
||||
@@ -336,8 +343,10 @@ export const washWashVechileInfo = (area) => post('api/pda/wash/washVechileInfo'
|
||||
product_area: area
|
||||
})
|
||||
// 1.2确认下料
|
||||
export const washWashFinish = (id) => post('api/pda/wash/washFinish', {
|
||||
task_id: id
|
||||
export const washWashFinish = (id, wegiht, code) => post('api/pda/wash/washFinish', {
|
||||
task_id: id,
|
||||
wegiht: wegiht,
|
||||
vechile_code: code
|
||||
})
|
||||
// 1.3强制完成
|
||||
export const washWashTaskFinish = (id) => post('api/pda/wash/washTaskFinish', {
|
||||
|
||||
Reference in New Issue
Block a user