刻字机

This commit is contained in:
2023-07-28 21:35:45 +08:00
parent ab8b5e9e1b
commit 39b1837b9f

View File

@@ -378,8 +378,10 @@ export const bypda = (page, size) => post('api/bcp/bypda', {
// return res // return res
// } // }
// 1.2刻字机选择 // 1.2刻字机选择
export const kzDeviceList = () => post('api/device/list', { export const kzDeviceList = () => post('api/produceWorkorder', {
product_area: 'A1' product_area: 'A1',
order_status: '1',
workprocedure_code: 'A1_KZ'
}) })
// export const kzDeviceList = () => { // export const kzDeviceList = () => {
// let res = { // let res = {