loulijun2021
2023-05-10 4ee759bd3226bb2f686c99b3d93e26b4128f07a4
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
  })
}