loulijun2021
2023-05-06 1be53c8a1127cc4fdf8029d3d22a3c7644e23444
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
  })
}