zhouwx
2025-08-12 f88d2029c7b2c66fcf0a9dffdc55da75b939c2ea
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
    })
}