loulijun2021
2023-05-06 24a3cbbc31b8fbff1c6a3c9b9e4360dc82a05f4e
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
  })
}