src/api/salesManagement/salesLedger.js
@@ -17,6 +17,14 @@ params: query, }); } // 查询单个销售产品详情 export function getSalesProductById(query) { return request({ url: "/sales/product/getById", method: "get", params: query, }); } // 查询客户名称列表 export function customerList(query) { return request({ @@ -116,4 +124,4 @@ method: "get", params: query, }); } }