liding
8 天以前 5ed0bc2c3b4ecfe79e33abb0a3d3636b467e8e46
src/api/productionManagement/productionOrder.js
@@ -145,4 +145,20 @@
    method: "patch",
    data: data,
  });
}
//保存生产订单领料
export function drawMaterials(data) {
  return request({
    url: "/productOrder/drawMaterials",
    method: "post",
    data: data,
  });
}
export function getProductOrderBatchNoOptions() {
  return request({
    url: "/productOrder/getProductOrderBatchNo",
    method: "get",
  });
}