Browse Source

first commit

liuhairui 6 tháng trước cách đây
mục cha
commit
e042f8889d
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/api/mes/job.js

+ 10 - 0
src/api/mes/job.js

@@ -1039,3 +1039,13 @@ export const StatisticEleDay = (params) => {
     params
   })
 }
+
+//获取子订单成品完成率
+export const SubOrderProgress = (params) => {
+  return service({
+    url: '/mes_server/work_order/SubOrderProgress',
+    method: 'get',
+    params
+  })
+}
+