Browse Source

采购退货供应商

chenrui 2 years ago
parent
commit
924c220166
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/api/purchaseReturn.js

+ 10 - 1
src/api/purchaseReturn.js

@@ -183,4 +183,13 @@ export const purchaseReturnPurchaseBillNoSyncList = (params) => {
     data: params,
     method: 'post'
   })
-}
+}
+
+// 采购退货报表-供应商列表
+export const queryReturnSupplierList = (params) => {
+  return axios({
+    url: '/purchaseTarget/queryReturnSupplierList',
+    data: params,
+    method: 'post'
+  })
+}