小小儁爺
2024-11-05 8a28b3c54ae2a95789be46a104390b33630dd4fc
src/api/kanbanManager.js
@@ -36,6 +36,14 @@
  })
}
// 车间综合看板,左下采购订单
export function WorkShopCompreLeftBottom() {
  return request({
    url: 'KanBanManagerent/WorkShopCompreLeftBottom',
    method: 'get'
  })
}
// 车间综合看板,右上销售订单
export function WorkShopCompreRightTop(data) {
  return request({