yangfeng
2024-02-28 504e00da9a9898ac419e97f93fc66cc7c7c6f620
src/api/sales/quotation.js
@@ -32,3 +32,11 @@
    data
  })
}
// 报价单统计
export function getQuotationStatistics(data) {
  return request({
    url: "/api/quotation/statistics",
    method: "get",
    data
  })
}