瀏覽代碼

first commit

liuhairui 1 年之前
父節點
當前提交
68f5f95997
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/api/mes/job.js

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

@@ -770,4 +770,13 @@ export const FabricDetaildel = (data) => {
     method: 'post',
     data
   })
+}
+
+//获取入库面料信息
+export const getInputDetail = (params) => {
+  return service({
+    url: '/mes_server/work_order_spot_check/getInputDetail',
+    method: 'get',
+    params
+  })
 }