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