src/api/reportManager.js
@@ -141,3 +141,21 @@ }) } // 物流检验记录查询 export function LogisticsCheckSearch(data) { return request({ url: 'ReportManager/LogisticsCheckSearch', method: 'get', params: data }) } // 物流检验,查看检验明细 export function LogisticsCheckSubSearch(data) { return request({ url: 'ReportManager/LogisticsCheckSubSearch', method: 'get', params: data }) }