plm前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
545 B

3 years ago
  1. import { createAPI } from '@/utils/httpRequest.js'
  2. //工具上机
  3. export const countToolUsedQty = data => createAPI('schedule/countToolUsedQty', 'POST', data)
  4. //检查工具实例编码
  5. export const checkConnectToolInstanceId = data => createAPI('schedule/checkConnectToolInstanceId', 'POST', data)
  6. //工具上机
  7. export const connectToolInstanceId = data => createAPI('schedule/connectToolInstanceId', 'POST', data)
  8. // 获取不良代码的信息
  9. export const reportDefectCode = data => createAPI('schedule/reportDefectCode', 'POST', data)