-
admin
2024-05-28 2377332554103dcbc54fff45777ef1c67cf0fb0e
jcdm-ui/src/api/main/om/productionOrde/productionOrde.js
@@ -9,6 +9,33 @@
  })
}
// 查询生产工单列表
export function bindYzSfcFlag(query) {
  return request({
    url: '/om/productionOrde/bindYzSfcFlag',
    method: 'get',
    params: query
  })
}
// 查询生产工单列表
export function checkYzSfcCode(query) {
  return request({
    url: '/om/productionOrde/checkYzSfcCode',
    method: 'get',
    params: query
  })
}
// 查询生产工单列表
export function checkCarCode(query) {
  return request({
    url: '/om/productionOrde/checkCarCode',
    method: 'get',
    params: query
  })
}
export function upDownMove(query) {
  return request({
    url: '/om/productionOrde/upDownMove',
@@ -48,6 +75,30 @@
  })
}
export function trolleyYardBinDing(data) {
  return request({
    url: '/om/productionOrde/trolleyYardBinDing',
    method: 'post',
    data: data
  })
}
export function findBytrolleyYardGetOne(data) {
  return request({
    url: '/om/productionOrde/findBytrolleyYardGetOne',
    method: 'post',
    data: data
  })
}
export function getCarCodeSize(data) {
  return request({
    url: '/om/productionOrde/getCarCodeSize',
    method: 'post',
    data: data
  })
}
// 修改生产工单
export function updateProductionOrde(data) {
  return request({