zhouwx
2024-10-09 e39acb3659c059cbedc37ff6592ef7b3355bd20c
src/api/hazardousChemicals/rawRecord.js
@@ -95,3 +95,20 @@
}
export function getWhRawDetail(params) {
    return request({
        url: '/entry-record/hazmatlist',
        method: 'get',
        params: params
    })
}
export function changeRawRemaining(data) {
    return request({
        url: '/hazmat/changeRemaining',
        method: 'post',
        data: data
    })
}