import { http } from '@/utils/http' /** * 工器具退料 ---- 列表查询 */ export const getToolsLedgerList = (data) => { return http({ method: 'GET', url: '/material/complex_query/getToolsLedgerList', data, }) }