Sfoglia il codice sorgente

fix:返工记录卡

lupeng 1 mese fa
parent
commit
5d27d6063b
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      src/api/rework/index.ts

+ 15 - 0
src/api/rework/index.ts

@@ -80,3 +80,18 @@ export function getReworkItem(data: Object) {
     data: data,
   });
 }
+
+/**
+ * 处理结果
+ *
+ * @param id
+ * @param data
+ */
+export function updateReworkRecord(data: Object) {
+  return request({
+    url: "/api/v1/rework/record/machine/update",
+    method: "post",
+    data: data,
+  });
+}
+