yuan
6 天以前 4a811fb2cd4ee4e1cbfe284bfd1fe3a7d16204ce
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",
  });
}