This commit is contained in:
2023-07-23 12:56:58 +08:00
parent 60dc9ffe70
commit abb822ed9f
26 changed files with 156 additions and 106 deletions

View File

@@ -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', {