wujianwei
2026-03-09 16b37fa24394118e40bf9f32a0fefbb7f71483f5
ui/admin-ui3/src/api/tms/tmsReceivableFee.ts
@@ -45,6 +45,12 @@
        method: 'get'
    })
}
export const getTmsReceivableFeeByDispatchNo: requestType = (no) => {
    return request({
        url: '/tms/tmsReceivableFee/byDispatchNo/' + no,
        method: 'get'
    })
}
export const closeTmsReceivableFee: requestType = (id) => {
    return request({
        url: '/tms/tmsReceivableFee/close/' + id,