@@ -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'
+ })
}