loulijun2021
2023-04-27 6cc0fd238edc0667989bef40bbf9ca2261467b4e
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
  })
}