diff --git a/src/api/ManufacturingCenter/machiningHoursStatistics.js b/src/api/ManufacturingCenter/machiningHoursStatistics.js
index e69de29b..1e1c3164 100644
--- a/src/api/ManufacturingCenter/machiningHoursStatistics.js
+++ b/src/api/ManufacturingCenter/machiningHoursStatistics.js
@@ -0,0 +1,28 @@
+import request from '@/utils/request'
+
+// 查询人员总工工时
+export function searchtable(num1, num2, num3, pageCurrent, pageSize) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '车间生产管理工艺_工时统计_查询数据',
+ param: '时间_check=' + num1 + '&开始时间=' + num2 + '&结束时间=' + num3,
+ Pagination: pageCurrent + '&' + pageSize
+ }
+ })
+}
+// 查询人员具体工序
+export function searchtable2(num1, num2, num3, num4, pageCurrent, pageSize) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '车间生产管理工艺_工时统计按人员查询_查询数据',
+ param: '工作者编号=' + num1 + '&时间_check=' + num2 + '&开始时间=' + num3 + '&结束时间=' + num4,
+ Pagination: pageCurrent + '&' + pageSize
+ }
+ })
+}
diff --git a/src/views/ManufacturingCenter/machiningHoursStatistics/index.vue b/src/views/ManufacturingCenter/machiningHoursStatistics/index.vue
index 4f7210a8..b16323fe 100644
--- a/src/views/ManufacturingCenter/machiningHoursStatistics/index.vue
+++ b/src/views/ManufacturingCenter/machiningHoursStatistics/index.vue
@@ -19,26 +19,192 @@
style="width: 160px"
type="date"
placeholder="选择日期"/>
- 查询
+ 查询
+
+
+
+
+
+
+ {{ scope.row.操作者 }}
+
+
+
+
+ {{ scope.row.工人总工时 }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.工艺名称 }}
+
+
+
+
+ {{ scope.row.工序工时 }}
+
+
+
+
+ {{ scope.row.完成日期 }}
+
+
+
+
+
+
+
+