소스 검색

机台日报表新增

曹鹤洋 1 년 전
부모
커밋
12f6b4b506
2개의 변경된 파일1004개의 추가작업 그리고 569개의 파일을 삭제
  1. 16 0
      src/api/jixiaoguanli/jitairibaobiao.js
  2. 988 569
      src/view/performance/Dayreports.vue

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

@@ -395,6 +395,14 @@ export const  productionGx= (params) => {
     method: 'get',
     params
   })
+}
+//获取机台
+export const  reportGetJtbh= (params) => {
+  return service({
+    url:'/mes_server/machine_production_report/getJtbh',
+    method: 'get',
+    params
+  })
 }
 //获取定额代号
 export const  productionDedh= (params) => {
@@ -403,6 +411,14 @@ export const  productionDedh= (params) => {
     method: 'get',
     params
   })
+}
+//定额代号查询比例
+export const  dedhGetRate= (params) => {
+  return service({
+    url:'/mes_server/machine_production_report/dedhGetRate',
+    method: 'get',
+    params
+  })
 }
 //修改
 export const  productionedit= (params) => {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 988 - 569
src/view/performance/Dayreports.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.