diff --git a/yanzhu-bigscreen/src/api/index.js b/yanzhu-bigscreen/src/api/index.js
index 1bb1161c..fd1b9a9e 100644
--- a/yanzhu-bigscreen/src/api/index.js
+++ b/yanzhu-bigscreen/src/api/index.js
@@ -12,6 +12,7 @@ import aiWarning from "./aiWarning";
import planSchedule from "./planSchedule";
import labor from "./labor";
import bim from "./bim"
+import machMater from './machmater'
export default {
http: axios,
downFile: download,
@@ -28,4 +29,5 @@ export default {
planSchedule,
labor,
bim,
+ machMater
};
diff --git a/yanzhu-bigscreen/src/api/machmater.js b/yanzhu-bigscreen/src/api/machmater.js
new file mode 100644
index 00000000..db871857
--- /dev/null
+++ b/yanzhu-bigscreen/src/api/machmater.js
@@ -0,0 +1,25 @@
+import request from '@/utils/request'
+
+const machGetManageQuota=(projectId)=>{
+ return request({
+ url: '/manage/bgscreen/machMater/machGetManageQuota',
+ method: 'get',
+ params: {
+ projectId: projectId
+ }
+ })
+}
+
+//时间段内工号申领情况
+const materGetConcreteMaterialActQuantityBuildingNoInfoService=data=>{
+ return request({
+ url: '/manage/bgscreen/machMater/materGetConcreteMaterialActQuantityBuildingNoInfoService',
+ method: 'get',
+ params: data
+ })
+}
+
+export default{
+ machGetManageQuota,
+ materGetConcreteMaterialActQuantityBuildingNoInfoService
+}
\ No newline at end of file
diff --git a/yanzhu-bigscreen/src/views/machmater/machineManage.vue b/yanzhu-bigscreen/src/views/machmater/machineManage.vue
index 11929050..1f3b7c99 100644
--- a/yanzhu-bigscreen/src/views/machmater/machineManage.vue
+++ b/yanzhu-bigscreen/src/views/machmater/machineManage.vue
@@ -7,15 +7,10 @@
-
+
+
-
-
-
-
-
-
-
+
@@ -30,18 +25,16 @@