chenhj
10 小时以前 ed94f308b3fb345eb7238b8836a61d0b8bbaa98c
src/api/productionManagement/productionOrder.js
@@ -145,4 +145,11 @@
    method: "patch",
    data: data,
  });
}
export function getProductOrderBatchNoOptions() {
  return request({
    url: "/productOrder/getProductOrderBatchNo",
    method: "get",
  });
}