liding
6 天以前 71e172221d7b0dc391c773c85bc8b1aeaeb3f621
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",
  });
}