diff --git a/src/api/yh/dashboard.js b/src/api/yh/dashboard.js new file mode 100644 index 0000000..3dbe699 --- /dev/null +++ b/src/api/yh/dashboard.js @@ -0,0 +1,10 @@ +import request from '@/utils/request.js' + +// 获取员工产量统计 +export function dashboardUserProd(params) { + return request({ + url: "/yh/dashboard/userProd", + method: 'get', + params + }) +} \ No newline at end of file diff --git a/src/components/Business/Price/PriceNewDrawer.vue b/src/components/Business/Price/PriceNewDrawer.vue index c08b77c..d9fcf72 100644 --- a/src/components/Business/Price/PriceNewDrawer.vue +++ b/src/components/Business/Price/PriceNewDrawer.vue @@ -51,7 +51,7 @@
+ + + + + + + + + + + + + + + + + + - - - 搜索 重置 @@ -65,6 +95,18 @@ + + +
+ 总产量: + {{ statistics.totalNum || 0 }} +
+
+ 总工资: + {{ statistics.totalPrice || 0 }} 元 +
+
+