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