sen
1 天以前 7ed2a032d0724e68aec8af940f2ce0023a9f0eb7
ui/admin-ui3/src/api/tms/tmsPayableFee.ts
@@ -45,7 +45,12 @@
        method: 'get'
    })
}
export const getTmsPayableFeeByDispatchNo: requestType = (no) => {
    return request({
        url: '/tms/tmsPayableFee/byDispatchNo/' + no,
        method: 'get'
    })
}
/**
 * 新增应付费用
 */