刻字工序

This commit is contained in:
2023-08-01 10:17:17 +08:00
parent cd864d03b3
commit 7be2ddee5d
3 changed files with 19 additions and 10 deletions

View File

@@ -393,8 +393,8 @@ export const kzDeviceList = () => post('api/produceWorkorder', {
// 1.3确认上料
export const kzSubmitkz = (arr) => post('api/pda/kz/submitkz', arr)
// 1.1任务列表
export const KzTasks = () => post('api/pda/kz/kzTasks', {
product_area: 'A1'
export const KzTasks = (area) => post('api/pda/kz/kzTasks', {
product_area: area
})
// export const KzTasks = () => {
// let res = {