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