Explorar o código

生成销售退货单

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
4746d03689
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      api/shelfRecall.js

+ 9 - 0
api/shelfRecall.js

@@ -49,4 +49,13 @@ export const queryStateCount = (params) => {
 		data: params,
 		method: 'post'
 	})
+}
+
+// 生成销售退货单
+export const generateSaleReturnBill = (params) => {
+	return axios.request({
+		url: `shelfRecall/generateSaleReturnBill`,
+		data: params,
+		method: 'post'
+	})
 }