diff --git a/src/api/mes/reportWork.js b/src/api/mes/reportWork.js
index 2f75e451..faa87dc8 100644
--- a/src/api/mes/reportWork.js
+++ b/src/api/mes/reportWork.js
@@ -98,3 +98,11 @@ export function getHourProductionList(query) {
params: query
});
}
+
+// 获取班次信息
+export function getProShifts() {
+ return request({
+ url: '/mes/reportWork/getProShifts/',
+ method: 'get'
+ })
+ }
\ No newline at end of file
diff --git a/src/views/mes/hourProduction/index.vue b/src/views/mes/hourProduction/index.vue
index ce3c5c55..3935551b 100644
--- a/src/views/mes/hourProduction/index.vue
+++ b/src/views/mes/hourProduction/index.vue
@@ -4,13 +4,20 @@
+
+
+
+
+