diff --git a/src/api/plan/whiteOrder.js b/src/api/plan/whiteOrder.js
index 8e496ee..1a16189 100644
--- a/src/api/plan/whiteOrder.js
+++ b/src/api/plan/whiteOrder.js
@@ -51,3 +51,12 @@ export function delWhiteOrder(id) {
method: 'delete'
});
}
+
+// 查询设备小时产量
+export function getHourProductionList(query) {
+ return request({
+ url: '/mes/reportWork/getHourProductionList',
+ method: 'get',
+ params: query
+ });
+}
diff --git a/src/views/plan/workorderBP/index.vue b/src/views/plan/workorderBP/index.vue
index 23c1ea5..5976f63 100644
--- a/src/views/plan/workorderBP/index.vue
+++ b/src/views/plan/workorderBP/index.vue
@@ -499,6 +499,13 @@