huminmin
4 天以前 5bea8c0f7b92afa947b4de6ecf4cb94741afedb5
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,11 @@
        params: query,
    });
}
// 根据工序工单 id 查询报工信息
export function getByProductWorkOrderId(productWorkOrderId) {
    return request({
        url: `/productionProductMain/getByProductWorkOrderId/${productWorkOrderId}`,
        method: "get",
    });
}