zhouwx
2025-02-26 e29932c247871e8921b210e311c8ea4a57d721ce
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
    })
}