曹鹤洋 1 жил өмнө
parent
commit
b11f19cf60

+ 17 - 0
src/api/jixiaoguanli/jitairibaobiao.js

@@ -908,4 +908,21 @@ export const MachineDetailList = (params) => {
     method: 'get',
     params
   })
+}
+
+//获取机台
+export const  reportGetJtbh= (params) => {
+  return service({
+    url:'/mes_server/machine_production_report/getJtbh',
+    method: 'get',
+    params
+  })
+}
+//定额代号查询比例
+export const  dedhGetRate= (params) => {
+  return service({
+    url:'/mes_server/machine_production_report/dedhGetRate',
+    method: 'get',
+    params
+  })
 }