Sfoglia il codice sorgente

生成销售退货单

chenrui 2 anni fa
parent
commit
4746d03689
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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'
+	})
 }