chenrui 2 năm trước cách đây
mục cha
commit
1fa8a63af1
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      api/shelf.js

+ 9 - 0
api/shelf.js

@@ -186,4 +186,13 @@ export const orderBillQueryCount = (params) => {
     data: params,
     method: 'post'
   })
+}
+
+// 新增回调单
+export const insert = (params) => {
+  return axios.request({
+    url: `shelfRecall/insert`,
+    data: params,
+    method: 'post'
+  })
 }